You are here

Java JRE installed on workstation, but FF not seeing it

3 posts / 0 new
Last post
networkguy
Offline
Last seen: 15 years 4 months ago
Joined: 2009-06-07 10:41
Java JRE installed on workstation, but FF not seeing it

Hey guys. So I use FF off of a thumb drive in a corp environment. I have JRE installed on my workstation, but FF isnt seeing it. Any ideas?

the-edmeister
Offline
Last seen: 9 years 4 months ago
Joined: 2007-07-04 02:29
Is the NPAPI version of Flash

Is the NPAPI version of Flash installed on that workstation?

bejoandjoko
Offline
Last seen: 10 years 3 weeks ago
Joined: 2009-06-10 00:05
the req'd java files for FF portable

Because FF portable only search for plug-ins in \data\plugins\ folder, you must copy some files located in the Java installlation folder to \data\plugins\ folder.
the req'd files list is:
bin\java.exe
bin\javaw.exe
bin\javaws.exe
bin\javacpl.exe
bin\jucheck.exe
bin\jusched.exe

bin\wsdetect.dll
bin\NPJPI*.dll (The filename changes in every release)
bin\NPJava11.dll
bin\NPJava12.dll
bin\NPJava13.dll
bin\NPJava14.dll
bin\NPJava32.dll
bin\NPOJI610.dll
bin\RegUtils.dll
bin\axbridge.dll
bin\deploy.dll
bin\jpicom.dll
bin\javacpl.cpl
bin\jpiexp.dll
bin\jpinscp.dll
bin\jpioji.dll
bin\jpishare.dll
lib\deploy.jar
lib\plugin.jar
lib\javaws.jar
lib\javaws\messages.properties
lib\javaws\messages_de.properties
lib\javaws\messages_es.properties
lib\javaws\messages_fr.properties
lib\javaws\messages_it.properties
lib\javaws\messages_ja.properties
lib\javaws\messages_ko.properties
lib\javaws\messages_sv.properties
lib\javaws\messages_zh_CN.properties
lib\javaws\messages_zh_HK.properties
lib\javaws\messages_zh_TW.properties
lib\javaws\miniSplash.jpg

or you can read in \Java\jre*\readme.txt.
thank you for listening me Smile

Log in or register to post comments