File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Java in General and the fly likes java dev enviroment Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "java dev enviroment" Watch "java dev enviroment" New topic
Author

java dev enviroment

Kevin Fonner
Greenhorn

Joined: Sep 20, 2001
Posts: 21
I just installed java 1.4.0 on XP and the java runtime engine worked automatically. I didn't see anything in the path under the enviroment variables. How does this work now?
I need to use multiple jre's. How do I switch between them without typing out the path all the time.
Rob Ross
Bartender

Joined: Jan 07, 2002
Posts: 2205
I use batch files for this purpose, and set up my environment variables and classpath as needed for a particular JDK version.


Rob
SCJP 1.4
Dirk Schreckmann
Sheriff

Joined: Dec 10, 2001
Posts: 7023
On my Windows XP and JDK/JRE 1.3.1_02 installation, "java.exe" was installed to the "JDK\bin" directory, the "WinXP\System32" directory, and the "Program Files\JavaSoft\JRE\1.3.1_02\bin" directory. No changes were made to my path or environment variable settings. I don't know if that's telling you anything you hadn't already figured out...


[How To Ask Good Questions] [JavaRanch FAQ Wiki] [JavaRanch Radio]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: java dev enviroment
 
Similar Threads
How to set classpath on XP?
Multiple Java Enviroment on Linux
package and classpath
setting system envarioment variables in java
PATH