Questions tagged [jdk1.5]

For questions relating to using the Java Development Kit (JDK), version 1.5.

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

Note: JDK 1.5 was End of Life'd in October 2009.

155 questions
-1
votes
4 answers

how to command line result save into textfile

i have following code i want command line result save in my textfile also how do this. please help @echo off set JAVA_HOME=C:\jdk1.5.0_05 set CLI_HOME=c:\projects\utds\applications\cli set CLI_LIB=%CLI_HOME%\lib set…
Addi Khan
  • 119
  • 12
-2
votes
2 answers

Find the latest Eclipse for JDK 1.5

What's the latest Eclipse version which supports JDK 1.5? In other words, Min JDK Requirement for Europa - min JDK Version Ganymede - min JDK Version Galileo - min JDK Version Helios - min JDK Version Indigo - min JDK Version Juno - min JDK Version
Harisha
  • 11
  • 1
  • 6
-3
votes
2 answers

Migration of Java Application from 1.5 to 1.8

We are working in the project of migrating a application(built in java 5) to java 8 for better performance, But , we are not sure that 1. upgrade an environment or 2.Build that complete app in java 8 from scratch, and how it will improve the…
-3
votes
1 answer

Java Virtual Machine Error

I have been working on an application which was originally built with JDK 1.5.0. While playing around with the application I have somehow regenerated the classes to version 1.6.0. Due to classes being updated the java compiler version 1.5 cannot…
-4
votes
2 answers

Use new libraries in java with old JDK

I have in my computer java 8, and I use all the new libraries in java 8, but I'm compiling it on JDk5 because my client has an old version of java and he don't want to change it. I want to ask - How can I include the libraries that I use from java 8…
shmil
  • 1
  • 3
1 2 3
10
11