Jump to content

New J2se Today


Recommended Posts


  • 1 year later...
Here's the documentation on it:

http://java.sun.com/j2se/1.4.2/docs/guide/...ide/silent.html (make sure you don't use a space between /v and "/qn like they've outlined in their examples, because it won't work)

I've been sprucing up my sun java installation just a few minutes ago, this is what I use to install core java files, and integrate into IE:

j2re-1_4_2_01-windows-i586.exe /s /v"/qn ADDLOCAL=jrecore IEXPLORER=1"

Then the following reg changes:

Windows Registry Editor Version 5.00

;Disable Java Update Check on Startup
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"SunJavaUpdateSched"=-

;Hide Tray Icon when Java is used in browser **Version sensitive!**
[HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plug-in\1.4.2_01]
"HideSystemTrayIcon"=dword:00000001

I know Aaron doesn't appear to be around here now, but can anyone tell me in his reg tweak re the hide tray icon tweak what the **Version sensitive!** actually refers to.

I have Mozilla as my browser using this tweak as is & still shows on first start up.

Link to comment
Share on other sites

With Java 1.5.0 out now, you have to change the registry key [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plug-in\1.4.2_01]

This is what I'm using & is no different except the latest version no.??

;Disable System Tray Icon for the Sun Java VM
[HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plug-in\1.5.0_04]
"HideSystemTrayIcon"=dword:00000001

Doesn't appear to be any different? But still shows icon very strange?? :no:

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...