Questions tagged [jdk1.4]

For issues relating to setting up or using the Java Development Kit (JDK), version 1.4.

JDK or Java Development Kit is a set of tools that Oracle, formerly Sun Microsystems, provides for developing Java applications.

Note: this was End of Life'd in October 2008.

73 questions
3
votes
3 answers

java or jdk version requirement for jsoup

Does Jsoup support jdk 1.4? What is the minimum version of jdk required for jsoup? If jsoup does not support jdk 1.4, then is there any other html parser which I can use with jdk 1.4 to edit my html.
3
votes
9 answers

Java source upgrade from 1.4.2 to 1.6.0_10 recommended ? (skipping 1.5)

Our desktop-only product at work has been using JDK 1.4.2 until now (also 1.4.2 JRE shipped with product). I am trying to convince the management to let us upgrade to a newer version in order to get the performance, API/features and developer…
user177886
2
votes
5 answers

Access data in a Set in Java without using an Iterator

I have a stripped down version of Java 1.4.2 that does not have the Iterator class. I am trying to port the T2Framework source to be able to run on this target, however, I have run into the following line of code: for (Class D :…
codewario
  • 19,553
  • 20
  • 90
  • 159
2
votes
0 answers

jdk 1.4 : Could not create the Java Virtual Machine

I am trying to run mvn install in a project using jdk 1.4 which normally works. The jdk1.4 installation is 32-bit and my OS is windows 10 64-bit. But now I receive the following error: [javac] Error occurred during initialization of VM [javac]…
2
votes
1 answer

Byte buffer alternative

I am trying find an alternative for a byteBuffer.putShort method. I want same functionality of putshort. So we have any? My jdk (1.4.2) does not support Byte buffer. Regards Sailaja
sailaja kasanur
  • 87
  • 1
  • 2
  • 11
2
votes
1 answer

Does Jboss 4.2.3.GA support JDK 1.4.2?

I'm migrating my apps from WebSphere to JBoss. I would like to know if JBoss 4.2.3 GA supports JDK 1.4.2. Many thanks in advance.
metku
  • 55
  • 5
2
votes
2 answers

Controling the Volume of an Audio Clip in Java 1.4

I would have thought that this would be an easy thing to do, but no amount of googling around has turned up any solutions. I have written an application for a client that runs in full screen and allows the user to page through educational books in…
Clayton
  • 1,967
  • 4
  • 18
  • 26
2
votes
1 answer

JDeveloper ADF Mobile -- javax.crypto - unable to locate policy files

I am trying to encrypt some secure information in a mobile application being developed using ADF Mobile. I am using "javax.crypto.Cipher". As per my understanding ADF Mobile packs it's own JVM along with the application's apk/ipa for deployment…
2
votes
0 answers

Sending push notification apns w/o the use of a library (Java)

Can someone give me a sample code(Java) on pushing notification without using any apns libray(japns/java apns). I will be using jdk1.4(reason why I can't use japns/java apns). Thanks in advance
Kevin Antonio
  • 578
  • 3
  • 13
2
votes
3 answers

Compiling java code and creating jar online

My problem: I have JDK 1.7 version on my machine. The jar I created with this does not run on my Unix machine as it has JRE 1.4 installed (I don't have admin rights to this machine). So, is there a way to compile my code with version 1.4 w/o…
Piyush
  • 372
  • 3
  • 8
  • 19
1
vote
1 answer

manually testing classes with testng and jdk1.4

I work on a maven project that needs to be jdk1.4 compliant. Our testng classes use the pseudo-javadoc comments to define tests. /** * @testng.test */ In Netbeans, the right-click menu works fine to run tests. In Eclipse, my collegues tell me it…
1
vote
1 answer

Using VisualVM with a JDK1.4 application?

I'm interested in using VisualVM (running on a JDK 1.6 environment) to monitor and troubleshoot some issues with an application deployed and running on JDK 1.4 (and Tomcat 5.0). Basically, the app is hanging periodically and I am interested in…
matt b
  • 138,234
  • 66
  • 282
  • 345
1
vote
1 answer

Is it possible to compile PDFRender to run on JRE 1.4?

I would like to use a PDF to image conversion API for Java, PDF-Renderer seems to be quite good. As it's been written for JRE 1.5 compliance, I get alot of compile errors when I try to compile down to 1.4. I have tried tweeking the compiler…
angryITguy
  • 9,332
  • 8
  • 54
  • 82
1
vote
1 answer

A better JSON API for collection of java 1.4 objects

I am using JSON-simple API to convert java object array to JSON string without any success. The response is weird: [object-name@6ddc07] and I get error on AJAX call. Is there a better API compatible with JDK 1.4. Thanks a lot!
jqueryEnthusiast
  • 155
  • 1
  • 7
  • 17
1
vote
1 answer

Weird problem with entering numpad keystrokes in JTextComponent

I'm using SCO OSR5 Operating system. My java version is 1.4 I have a really weird problem, with entering numpad keystrokes in JTextComponent. When I'm using VNC connection everything works fine. When I review the keycodes that VNC sends with "xev"…
kofucii
  • 7,393
  • 12
  • 51
  • 79