Java on thumbdrive

I need to use java 1.5 to access an application that displays real time information over the internet through a browser. Problem is, my IT department won't allow us to install java on our computers. My idea is to install java, and possibly firefox, on a thumbdrive that can be used while using the real time application. Is there a way to do this so that the browser will access the java on the thumbdrive?

[414 byte] By [friaa] at [2007-10-3 1:36:38]
# 1
If it's on Windows, no, the browser requires modifications to the Registry.Other os's - I believe you can - but I haven't tried.
ChuckBinga at 2007-7-14 18:34:46 > top of Java-index,Desktop,Runtime Environment...
# 2

You may be able to modify the Firefox handlers to use Java from your thumbdrive. AFAIK Firefox stores the handlers in your user profile (Application Data\Mozilla\Firefox\mimetypes.rdf looks like a place to start).

Haven't tried this myself. Dunno if you even have access to the Application Data folder on your machine (it is hidden, but it might still be accessible).

Herko_ter_Horsta at 2007-7-14 18:34:46 > top of Java-index,Desktop,Runtime Environment...