You are here

Using Java on school computers, with no java or user resricted computers

3 posts / 0 new
Last post
rolitin001
Offline
Last seen: 12 years 11 months ago
Joined: 2011-05-16 10:39
Using Java on school computers, with no java or user resricted computers

I just started making my own virtual machine using VM player and ubunto as my OS and i see lots of discussions debating how to run java portably etc and was wondering if you could use a virtual machine on any computer, with your external hardrive or usb to use any java application???

why hasn't anyone thought of this.

pierrot
Offline
Last seen: 8 years 5 months ago
Joined: 2008-02-26 12:34
Look here:
gluxon
gluxon's picture
Offline
Last seen: 3 years 8 months ago
Developer
Joined: 2008-06-21 19:26
Because practically all

Because practically all Virtual Machines (but QEMU) require admin privileges. And Java Portable works with a select few apps, but not all of them.

The problem is mainly with Firefox, since it stores it's Java location settings in HKLM section of the registry, which again, requires admin privileges to modify. With Eclipse based apps, you could just pass a -vm switch, which works nicely.

Log in or register to post comments