Java 1.7 INB fix: Difference between revisions

From William Paterson University - Information Technology's Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:


Most people using windows 7 will need the fix for 32 bit java.
Most people using windows 7 will need the fix for 32 bit java.
Windows XP only has java control panel. It's inside the regular windows control panel.


Click on java tab and hit view.
Click on java tab and hit view.

Revision as of 14:59, 22 March 2013

Run javacpl.exe from c:\program files(x86)\java\jre7\bin\ for 32 bit java or go into the control panel and do "java control panel" for 64 bit java.

Most people using windows 7 will need the fix for 32 bit java.

Windows XP only has java control panel. It's inside the regular windows control panel.

Click on java tab and hit view.

Add

-Djava.vendor="Sun Microsystems Inc."

to runtime parameters for 1.7

This has to be done each time java is updated as the setting gets overwritten with new releases.