For issues relating to setting up or using the Java Development Kit (JDK), version 1.6.
1
vote
3answers
26 views
Which JDK's release should I use when coding a sonar plugin?
I'm currently coding a plugin for sonar ( custom rules ) . Which JDK and API should I use in order to be compatible for teh majority of sonar instances ? JDK6 ?
Thanks for your response
0
votes
3answers
30 views
to increase MaxPermSize memory in Java by command line
Could you please explain me how to increase this PermSpace size. I am using Gate application and loading huge amount of data and large number of plugins and unfortunately after every run it gives the ...
-6
votes
0answers
77 views
My threads are blocked. Why? [closed]
I have no idea why all my threads are blocked but my thread dump shows that there is a serious issue regarding my threads. Almost all my threads are at blocked state.
Please see the details:
...
-1
votes
1answer
24 views
executable jar slow response [closed]
I have a strange problem with my executable jar. Its really slow when ran in Unix machine compared to the response time in Eclipse IDE(windows). I have the same java version(jdk1.6.0_18) in both ...
0
votes
0answers
12 views
Can messages sent by nodes running jgroups 2.4 be recieved by nodes running jgroups 3.1.0
A webapp running on jdk1.4/weblogic 8.1 and having jgroups 2.4.8 raises certain jgroup messages, I am trying to capture these messages inside another webapp which runs on jdk1.6/weblogic 10.3 and ...
0
votes
1answer
25 views
Prepending an image to the top of another image
I've been looking for a solution for the last several days.
I've seen an example of composite images with Java Advanced Imaging - ...
0
votes
0answers
16 views
Eclipse appearing as javaw.exe or Eclipse in process explorer
I've noticed that on some machines when Eclipse is running the process appears as 'javaw.exe' on other systems its 'Eclipse.exe' . Whats the difference between each of these processes and what decides ...
0
votes
0answers
63 views
createSymbolicLink (java.nio.file) in JDK6
I need to run a Java program (filebot) that requires JDK 7 to run the createSymbolicLink method (it comes with java.nio.File). All other things work OK with JDK 6. I can't switch my environment from ...
-5
votes
1answer
60 views
How do i know which java jdk version is used to build android app? [closed]
Is there a command to determine which java JDK was used to build android app?
1
vote
1answer
63 views
Error occured at VM and not enough space
I have jdk 1.6.43 version on my windows7 32 bit.
I am getting error like..
Error occurred during initialization of VM
Could not reserve enough space for object heap
Could not create the Java ...
1
vote
1answer
143 views
On Mac: Cannot run program /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java" in directory… error=7, Argument list too long
I get the following error.
Cannot run program "/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java" (in directory ...
0
votes
1answer
96 views
How to compile Java Enum in Maven?
Most recently I am working with maven 3.x, Eclipse JNO JavaEE IDE with JDK 1.6.0_26. Some where in my project I used enum both inside and outside of a class. When I run clean build it appear an error
...
0
votes
0answers
19 views
jax-rpc string[] receiving as xml not as actual string[]
I am adding a new operation to existing jax-rpc project. I am using WAS 7 as app server and JDK1.6, earlier project was of 2005.
After successful generation of wsdl, mapping files, when invoking one ...
1
vote
1answer
109 views
How to change JAXB used by JBoss AS 7.1 to JDK 6's JAXB
I have a Spring web app deployed on Jboss AS 7.1 and uses JDK 1.6.
Also use docx4j to deal with ms office word files.
Jboss forces its own jaxb implementation.
However docx4j needed the JDK 1.6's ...
0
votes
1answer
48 views
version pointing to old version even after updating JDK
I updated my JDK from 1.3 to 1.6 and checked the version using command java -version in command prompt after updating the environmental variable entry for JAVA_HOME to 1.6 and also I have included the ...
17
votes
5answers
276 views
Understanding logic in CaseInsensitiveComparator
Can anyone explain the following code from String.java, specifically why there are three if statements (which I've marked //1, //2 and //3)?
private static class CaseInsensitiveComparator
...
0
votes
1answer
253 views
Ant wsimport task failing
I have a simple ant script to build my classes from a sdl. Unfortunately wsimport fails immediately. I suspect it has something to do with classpaths.
<taskdef name="wsimport" ...
0
votes
0answers
22 views
error while building Zimbra (v7.1 HELIX) : jdk file needed for ZCS packaging not available
I'm trying to build Zimbra mail server (v7.1 HELIX) on Ubuntu Desktop 10.04 64bit (Building Zimbra using Perforce). When I run file ./buildZCS.sh in ZimbraBuild Folder on the terminal, I got this ...
1
vote
1answer
123 views
javah not found error on jdk1.6 but not on jdk1.7
If I run
"C:\Program Files\Java\jdk1.6.0_24\bin\javah.exe" HelloWorld
I get
error: cannot access HelloWorld
but with
"C:\Program Files\Java\jdk1.7.0_15\bin\javah.exe" HelloWorld
the ...
0
votes
0answers
35 views
Set JVM heap space when I use javax.tools.JavaCompiler
I'm using the JavaCompiler APIs to compile some Java source code.
However, I'm getting OutOfMemoryError exceptions. I tried to use the -Xmx1G options, but it does not work:
...
1
vote
1answer
79 views
ANT script error after installing newer version of JDK on my system
After installing the newer version of the JDK 6 (1.6.0_41) from 1.6.0_37, I went into Eclipse and updated the Installed JREs in the Java section under the preferences menu. I then went into my ANT ...
2
votes
1answer
58 views
Java Ant - ERROR [main] - Could not instantiate auxFacto-ry named “DC”
just a short one:
I have an application with an Ant-Build File which runs with Java 1.5.0_11.
I would like to run the application on Java 1.6.0_31.
But if I try to run my App vi a shell skript I get ...
1
vote
0answers
35 views
Java reconnect after network interface change
I am writing a file synchronization client (in Java 1.6) that uses Sardine:
https://code.google.com/p/sardine/
When Sardine loses connection to the server (ie. network outage or change from LAN to ...
0
votes
2answers
51 views
Andriod avd Manger and Sdk .exe not opening
Just a few days back my sdk and avd was working perfectly but now it has stopped opening at all . I tried running the exe file but only for a small fraction of time cmd windows opens and closes and ...
0
votes
1answer
1k views
UnsupportedClassVersionError: JVMCFRE003 bad major version in WebSphere AS 7
I am getting this error
java.lang.UnsupportedClassVersionError: JVMCFRE003 bad major version; class=map/CareMonths, offset=6
My Eclipse's Java compiler is set to 1.6 and my installed Java SDK in ...
0
votes
0answers
117 views
enabled SSL certificate on jkd 1.6.0_11 and WebLogic Server 11g but getting error at runtime
after enabled the ssl certificate getting below error
The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: ...
1
vote
1answer
136 views
Ambiguity in java generics 1.6 earlier version and the later
Recently I encounter a weird problem with respect to Java generics. I simplified the problem with snippet below :
public static void main(String[] args) {
String s = "Hello";
...
1
vote
1answer
95 views
Why does this Java Mail call fail in JDK 1.5, but succeed in 1.6?
When I run the following code with JDK 1.5, the last line fails, but when I run it with JDK 1.6 it succeeds. Why is this?
Code:
Session session;
session = Session.getDefaultInstance(properties,
new ...
2
votes
0answers
22 views
Jitterbit studio start error:
Hi I have installed jitterbit5.0 on ubuntu 12.04 I am starting it using both from application menu and using
jitterbit-studio50
I am getting following error:
Error
Exception in thread "main" ...
0
votes
2answers
73 views
Are there any other implementations of java.text.DateFormat apart from java.text.SimpleDateFormat [closed]
java.text.SimpleDateFormat is after all an implementation of java.text.DateFormat. This implementation of DateFormat can understand the following pattern letters
G Era designator
y Year
M Month in ...
1
vote
1answer
74 views
why finalize() does not automatically call its parent finalize() like constructor in java?
I have override the finalize() method to do some work while re-claiming the memory space of the objects.But somebody says that i have to call the parent's finalize() in the overriding the finalize() ...
0
votes
1answer
183 views
sun.misc.InvalidJarIndexException: Invalid index when compiling GWT 2.5
I am deploying GWT2.5 application on Weblogic version 12C and using JDK1.6
I am getting sun.misc.InvalidJarIndexException: Invalid index
Below is the complete stacktrace.
[echo] ...
0
votes
0answers
146 views
Maven hibernate-infinispan: can not find symbol
I want to compile and package hibernate-infinispan.jar file from
http://grepcode.com/snapshot/repo1.maven.org/maven2/org.hibernate/hibernate-infinispan/3.6.9.Final/ with maven.
I downloaded and ...
0
votes
1answer
56 views
Remove override annotation even though JDK Compliance has been set to 1.6
I have annoying problem with this override annotation, I have come to google to find a solution but I can't find any clue. I have set the JDK Compliance to 1.6 it has a default, but eclipse still ask ...
0
votes
0answers
22 views
Is sonar working on AIX? [closed]
I am wondering if its possible to run sonar on AIX 6 plateflorm.
According to http://docs.codehaus.org/display/SONAR/Requirements IBM JDK is not supported and requires Oracle JDK.
On Oracle ...
2
votes
0answers
194 views
how to use latest jaxb with default value pugin and jdk 1.6
Since jdk 1.6, the jaxb-xjc related jars are included and automatically loaded by the JVM when using the java command. I am currently trying to use the xjc default value plugin in the following ...
0
votes
1answer
223 views
Upgrade JDK on Mac OSX
I am using default JDK on my MacBook Pro which runs with 10.6.8. I want to upgrade my JDK version but I didn't find on Oracle web site. Where can I download for Mac?
1
vote
0answers
155 views
RAD 7.5, struts 1.1, JDK 1.6 deployment on WAS 7 deployment issues
Need your help urgently. We are trying to migrate WAS 5 to WAS 7. Below is our versions details we are trying to m,igrate:
WSAD 5.1 to RAD 7.5, Struts 1.1 to Struts 1.1, JDK 1.4 to JDK 1.6 ...
5
votes
1answer
58 views
Java Calendar, acts differently OSX Windows
Basically i have built an appointment scheduler webapp using java servlets.
It relies heavily on javas Calendar.
The whole thing was developed on my macbook running mountain lion with jdk 1.6.
Now ...
0
votes
0answers
35 views
JDK/JRE for mac OS X [duplicate]
Possible Duplicate:
How install a specific jdk on Mac OS X?
I want to download a specific version of JDK & JRE (1.6_37) so that I can store them in a folder in my mac and then refer ...
0
votes
1answer
81 views
How to bind JDK to Rational Rose
I am trying to build small real-time application in Rational Rose. I have installed also Visual Studio C++ 2008 because of nmake.exe and JDK 1.7. Program is initialized when I start .bat file who sets ...
2
votes
1answer
75 views
Jython 2.5.3 and time.sleep
I'm developing a small in house alternative to Tripwire, so I've coded a small script to hash files in a JBoss EAP server, and store the path and the hash in a MySQL database.
Every day the script ...
0
votes
0answers
59 views
Error occurred during initialization of VM dlinfo SERINFOSIZE request: ld.so.1: [closed]
Error occurred during initialization of VM
dlinfo SERINFOSIZE request: ld.so.1: /export/home/install/jdk1.6.0_30/bin/java: fatal: __vsnprintf: can't find symbol
0
votes
0answers
102 views
Simple Validation API Issue Java Swing
I am using Netbeans 6.8 , JDK 1.6 and downloaded Simple Validation API. When I try the code, it gives me errors referencing "org/openide" classes.
Could this be a compatibility issue? How can I ...
0
votes
1answer
337 views
Eclipse Run a project error - java hotspot(TM) 64-bit server VM -1.7.0_09 <> 1.5.0
I ran a project, an opensource project called Adempiere. It is an Opensource ERP System and am interested in using this ERP. I got the source, downloaded it with SVN in eclipse Indigo.
I ran the ...
1
vote
0answers
132 views
Netbeans 6.8 , JDK 1.6 and Simple Validation API
I am using Netbeans 6.8 , JDK 1.6 and downloaded Simple Validation API.
When I try the code, it gives me errors referencing "org/openide" classes.
Could this be a compatibility issue? How can I ...
1
vote
0answers
129 views
jni getmethodid ()z method not found
I am using an idxbio dll (identix biometrics api for QA of images) in my java code on an applet.
It works fine on jre1.4, we are moving our client machines to jre 6 and that where the applet gives ...
0
votes
2answers
536 views
Mac jre/jdk 1.7 not working [closed]
Bear with me because I don't know all of the technical term but here is my problem: I am trying to use code from another person which I downloaded onto my computer (Mac OS X Lion). It is from a ...
0
votes
1answer
116 views
Run small code snippet run with jdk 5 and rest of code with jdk 6
Is it possible to run small code snippet run with jdk 5 and rest of code with jdk 6?
Have one code which is working fine with jdk 5. I am going to change it as per jdk 6 but currently don't have time ...
1
vote
2answers
672 views
Servlet.service() throws ClassCastException
I have a java web application. I have set up this new project and getting the following exception when I run a jsp,
Oct 10, 2012 3:01:49 AM org.apache.catalina.core.StandardWrapperValve invoke
...






