Java SE version 6 was released in December 2006, and given the long length of time until Java SE 7 was released (July 2011) it will likely be the dominant version of Java for a long time.
2
votes
3answers
36 views
Regular expression Notepad++ OK JDK 1.6 NOK
As part of my internship, I have to use regular expressions to parse a log file. It's Java log and I have a problem with the detection of exceptions.
In fact, my regular expression works on ...
0
votes
1answer
31 views
Revalidate and repaint - Java 6
I am trying to compile my java class files however I am unable to do so due to the java on my school computer being old (java 6) whereas on my own laptop it works (java 7)
import ...
0
votes
3answers
34 views
java returning “NoClassDefFound” error; thinks -jar option is a runnable class
java -jar <Name of executable jar>
Results in my 1.6 jvm returning a NoClassDefFound error for 'jar'. Why isn't it recognising -jar as an option and not a class to run?
jar structure:
The ...
1
vote
0answers
14 views
Foo.class.getPackage().getImplementationVersion() returns null when called from Oracle
I'm running into a problem trying to get some version information from a jar when it is called from my oracle 11g stored procedure.
I have a helper method in a class contained in the jar:
public ...
0
votes
0answers
12 views
Windows 7 freezes when running java 6 application
I run java 6 gui application (it uses swing) via Eclipse Indigo and system randomly freezes. My system is Windows 7 professional 64-bit. I've been trying different versions of java 6 jdk but it ...
0
votes
0answers
9 views
Java Application flickers a lot in Java 7
For the past month or so, I've been designing a game on Java 6. But recently, I upgraded to Java 7, and when I compiled and ran my program, it ending up flickering a lot. Whenever there is some sort ...
0
votes
1answer
57 views
Programing with Eclipse for Java 6 and 7
How to setup Eclipse executions environments and projects to be developed for both JAVA 6 and JAVA 7 JREs?
I'm asking this because not all programs that are developed to run over JAVA 6 will run in ...
-7
votes
0answers
34 views
List of all compilation errors for Java 1.6 [closed]
Please I want a list of all the updated list of java compilation errors for JavaVM Version 1.6.0
0
votes
1answer
66 views
String comparison - JDK versions produce different results
I've implemented a basic Guava predicate:
containsPatternIgnoreCase(@Nullable final String input) {
checkNotNull(input);
return new Predicate<String>() {
@Override
public ...
1
vote
1answer
21 views
Using Scanner in Java to parse a text file or console input and ran into errors
I am trying to read in values from a file separated by white space between the individual items and carriage returns.
So the text file is something like
1 lunch box 3.99
2 jelly donuts 1.99
4 cases ...
0
votes
2answers
75 views
java.lang.NoClassDefFoundError: - wrong name:
Am trying to Run a Java Application, where the Error thrown is
5 18:38:06,271 ERROR [STDERR] Caused by: java.lang.NoClassDefFoundError: com/lucene/search/LuceneSearchModule (wrong name: ...
1
vote
0answers
32 views
Is it guaranteed that JRE 6+ has a default StAX implementation?
Since version 6 Oracle JRE has a default StAX implementation. Is it possible that an application which relies on default StAX will not work with JRE 6+ from another vendor?
1
vote
0answers
103 views
@SafeVarargs and Java 6 interoperability
I have a method with a generic varargs parameter in my API. I want my API to be Java 6 source and binary compatible, but it would be nice if Java 7 API consumers wouldn't suffer from unnecessary ...
-2
votes
2answers
66 views
java 6 IO - wrapped streams closing [closed]
Consider :
public static void read(String filename) throws IOException {
String charsetName = "UTF-8";
InputStream file = new FileInputStream(filename); // say no problem
...
0
votes
0answers
74 views
java.sql.SQLRecoverableException while fetching CLOB data using Hibernate + oracle 11g
I am getting "java.sql.SQLRecoverableException: Closed Connection", exception while fetching CLOB data from Oracle 11g using Hibernate in java web application. For DB connectivity I have implemented ...
0
votes
2answers
79 views
how to solve log4j causing a memory leak?
SEVERE: A web application created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org.apache.log4j.helpers.ThreadLocalMap@3ac5b23e]) and a value of type ...
0
votes
1answer
75 views
Aparapi add sample
I'm studing Aparapi (https://code.google.com/p/aparapi/) and have a strange behaviour of one of the sample included.
The sample is the first, "add". Building and executing it, is ok. I also put the ...
0
votes
0answers
50 views
Apache MINA - File transfer from FTP Server
I am in a situation that I have to, use Apache MINA lib, for downloading a file from the FTP server. is that possible, if so plz help with code. I have been googling for this quite a while with no ...
2
votes
0answers
93 views
java 7 jaxb unmarshall not compatible with java 6
my app works well in java 6, but after I update java to version 7, some test failed. by debugging I found that jaxb couldn't parse some xml file correctly with java 7. here are my code:
the xml file ...
0
votes
1answer
26 views
filter-name element is missing in generated web.xml
One of our old applications uses Struts-1.2 and EJB-2, generated with xdoclet 1.2.3. Maven 1 is used to build the application using java 1.4. The application has been running in weblogic 8.1 without ...
0
votes
0answers
26 views
Spring Beans won't shutdown after closing the application on websphere
I have a WAR package with Spring-MVC that I had successfully deployed into WebSphere.
Now, whenever I shut down the application (... and not WebSphere itself - only the application, and I don't ...
1
vote
2answers
84 views
interesting issue about @Override with interface
Just got interesting issue with compiling class file with @Override annotation on method which implements interface method.
I tried to set up moquette project in eclipse and got compile error
...
0
votes
0answers
109 views
Multiple Java Console window opens for JRE 1.7.0_13 in Applet application
We have applet application. This applet application running fine on JRE 1.6. When we tried to access application using JRE1.7.0_13 it opens multiple Java console windows on IE8 browser.
In our ...
1
vote
1answer
118 views
java file.renameTo() fails in unix
I have a java application that processes the contents of a file, and then I need to move it to another location.
This is how I read the file:
String filePath = new String("foo.bar");
String ...
0
votes
2answers
75 views
How to mark Hibernate bean property as @Transient on Java 6?
I have an application that I am being forced to host on a provider that only runs JRE 6.
I get a compilation error on my Hibernate beans that have properties that have been annotated with @Transient. ...
-1
votes
1answer
379 views
Make a Mac Lion (10.7.5) default to Java JDK 6 even when JDK 7 is installed [closed]
I have a Mac with 10.7.5.
Ref: https://discussions.apple.com/message/21725940?ac_cid=op123456
I have attempted everything reasonably sane:
Oracle's "how to uninstall J7" (ha! only removes the ...
0
votes
1answer
123 views
Need to install Java 6 for Mac to compile Android source code
I am trying to setup Android build environment for my Mac 10.8.3
I dont understand, Apple provide instructions on how to revert mac back to Java 1.6 here :
...
0
votes
0answers
102 views
java.rmi.UnmarshalException: failed to unmarshal class shared.ResultObject; nested exception is:
Hi! I have developed one search Screen in swing application, that code is working fine in jdk 1.5 but 1.6 version, I'm getting error. But my other functionalites working fine jdk 1.6 also.
If I add ...
-1
votes
1answer
107 views
How to install Java 6 on OSX Lion? [closed]
I have a mac (running 10.7.5) that MUST have Java 6 on it...and actually it needs to be a version b/w Java 6_20 and Java 6_37...so the last available version from apple 6_43 won't do. It has to have ...
0
votes
1answer
293 views
Java JRE Mixed Code Security, starting with JRE 1.6.0_19
Java JRE Mixed Code Security, starting with JRE 1.6.0_19 and on
Initially around 2010 a main jar Java Applet was implemented, build, and deploy using JDK/JRE 1.6.0_12; the main jar and third party ...
0
votes
3answers
433 views
How can I create a netbeans 7.3 project wrapping the jedit source code?
I thought this is an easy question because there's already a wiki topic about this here especially this section. however the wiki is out of date. A prior question exists here on Stackoverflow that ...
5
votes
1answer
120 views
Why does this code compile in Java 1.6 but not in Java 1.7?
The following code compiles fine in Java 1.6 but fails to compile in Java 1.7. Why?
The relevant part of the code is the reference to the private 'data' field. The reference is from within the same ...
0
votes
0answers
143 views
incompatible types (generics)
I'm getting
incompatible types; inferred type argument(s) java.lang.Object do not conform to bounds of type variable(s) T
[ERROR] found : <T>int
[ERROR] required: int
[ERROR] -> [Help 1]
...
0
votes
0answers
34 views
Xalan versus Java 6 identity transform namespace handling?
I have a org.w3c.tidy.DOMDocumentImpl Document object, which I'd been converting to a string using the javax.xml.transform.Transformer identity transformation.
I have found that using Sun/Oracle ...
0
votes
1answer
32 views
Jconsole randomly stops connecting
We have a jboss 7 instance running and hosting a web application. JMX remote has been turned on with username/password authentication and we are able to connect to it fine. Kindly not we are using ...
0
votes
1answer
50 views
java embedded OS X Applications VS System installed Java
If a Mac OS X computer have instaled Java ( 6 - 7 - Both ??? ) & an Application (from AppStore) has Java ( 6 - 7 Which ??? ) embedded, Will the system used the Systemwide installed or the embedded ...
2
votes
0answers
418 views
Compiling Word Count Map Reduce Example
I have a problem compiling the Word Count Map Reduce example that comes with Hadoop.
I am getting the following error:
WordCount.java:6: cannot access org.apache.hadoop.fs.Path bad class
file:
...
2
votes
1answer
246 views
How to silently install Java JDK into a specific directory on windows
On my development machine I always have to install Java 6 and Java 7 and I have to install each JDK in both, the 32 and 64 bit version, for testing purposes. Since the frequency of Java updates seems ...
1
vote
1answer
88 views
Not able to read read xml attribute using JaxB
I have one XML file which I am trying to load using JaxB.
<TABLE NAME="EMPLOYEE">
<ROW>
<EMP_ID>1002</EMP_ID>
<EMP_NAME>Suraj</EMP_NAME>
...
4
votes
4answers
145 views
Resource leak while using try…finally?
I was working normally in eclipse when I got bugged by a resource leak warning in both return values inside the try block in this method:
@Override
public boolean isValid(File file) throws ...
0
votes
3answers
77 views
Does java cryptography extensions(JCE) come bundled with the JRE?
I need to be certain that jce is available even in JRE environments out of the box. After furious googling I only managed to verify that jce comes bundled with the JDK after Java 1.4. Does the jce ...
1
vote
0answers
83 views
Make Problems with JDK 6u17 Build
I'm trying to build an older version of the JDK for work, and have run into a roadblock when running make dev-sanity. Well, several roadblocks, but I've managed to get around all of them but this one. ...
0
votes
1answer
58 views
500 http sessions result in low database connection utilization
We have an Alfresco server running on Tomcat6 and a look at the manager/html page tells us that there are approx. 500 active http session during an usual workday.
Is it normal/expected that this kind ...
4
votes
1answer
97 views
Java 6 VM to call Java 4 VM
I've inherited a very old application that hasn't been upgraded because it depends on a third party library that is dependent on Java 4.
Getting rid of this third party library isn't going to happen ...
2
votes
2answers
59 views
How can I remove the raw type warning in eclipse from this code?
I currently suppress the nagging from eclipse about the use of raw types in this snippet
@SuppressWarnings({ "rawtypes" })
List doSomething(Integer arg1, ...) {
....
}
I am actually returning a ...
1
vote
0answers
76 views
Howto copy a folder and all its content in Java recursively, including symbolic links
Currently, using Java 6, I copy a folder and all its content recursively by using FileUtils.copyDirectory(). But that fails (on AIX) because of symbolic links. In particular, one subfolder holds the ...
2
votes
3answers
87 views
Are there any issues when projects have different Java compiler versions?
I have an Eclipse workspace with several Java projects (in Maven); these have dependencies on each other. Recently I started changing just some of the projects to target Java 1.7, and other than ...
1
vote
4answers
75 views
Best way to construct a read-only, empty List?
I'm creating an immutable representation of an "event" in my system, and thus for lists of owners passed in the constructor, I'd like to take a read only view of them. Further, if they pass in null ...
1
vote
4answers
243 views
Non-blocking ODBC calls in Java
I use pretty standard Java ODBC functionality - grab a Connection from the pool, create a Statement and execute it.
Our use-case is a game, logging game progress - ODBC calls are largely calls to ...
1
vote
5answers
304 views
Why List<Object> list = new ArrayList<String>() this give TypeMismatch error
List<Object> list = new ArrayList<String>()
When I use the above line compiler gives me type mismatch error. But as I understand Object is super class of String and if I create list of ...
