You are here

Java Runtime (JRE) on USB drive - How is it done?

4 posts / 0 new
Last post
derekthegeek
Offline
Last seen: 16 years 1 month ago
Joined: 2006-03-02 13:07
Java Runtime (JRE) on USB drive - How is it done?

I keep reading conflicting information about installing and using the Java Runtime (JRE) on a USB drive. Some posts say that it can't be done, as Sun's Java installs all sorts of registry entries, yet other posts talk about using java based programs on their USB drive with the JRE right along aside (e.g. also on the USB drive).

Is it possible to install the JRE on a USB drive so that Java apps on the USB drive can run without Java being installed on the host computer? If so, could someone point me to the install/setup instructions? Thank you very much.

jugstah
Offline
Last seen: 15 years 11 months ago
Joined: 2006-07-09 08:53
I'm interested too

I did a search but I'm coming across all sorts of commentaries so it's hard to find how the others did it. Anyone got a write-up?

lord2800
Offline
Last seen: 17 years 9 months ago
Joined: 2006-09-11 19:23
I simply copied the entire

I simply copied the entire folder over from my desktop install. It seems to work Just Fine(TM), and it doesn't seem to explicitly require the registry entries -- at least not for Eclipse. YMMV, of course.

RossGoodman
Offline
Last seen: 3 years 3 days ago
Joined: 2005-12-19 12:51
Yup Thats all I did, then

Yup
Thats all I did, then explicitly used the path to java in my batch files.

Topic locked