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 1: Line 1:
<OL>
<LI> '''Run''' javacpl.exe
<LI> Next go to :
:*For 32 bit Java -  use c:\program files(x86)\java\jre7\bin\ (Used for most Windows 7 machines)
:*For 64 bit Java -  go into the control panel and use "java control panel" .


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.
<LI> Click on '''Java Tab''' and hit '''View'''.
<div class="mw-collapsible mw-collapsed" style="width:500">
Example<div class="toccolours mw-collapsible-content">[[File:java3.png|center|500px]]</div>


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.
<LI> '''Add''' " '''-Djava.vendor="Sun Microsystems Inc."''' " to the runtime parameters for 1.7
<div class="mw-collapsible mw-collapsed" style="width:500">
Example<div class="toccolours mw-collapsible-content">[[File:java4.png|center|500px]]</div>


Click on java tab and hit view.


Add 
<LI>This has to be done each time Java is updated as the setting gets overwritten with new releases.
<pre>
-Djava.vendor="Sun Microsystems Inc."
</pre>
to runtime parameters for 1.7
 
This has to be done each time java is updated as the setting gets overwritten with new releases.


[[Category:Help Desk]]
[[Category:Help Desk]]

Revision as of 11:45, 6 June 2013

  1. Run javacpl.exe
  2. Next go to :
    • For 32 bit Java - use c:\program files(x86)\java\jre7\bin\ (Used for most Windows 7 machines)
    • For 64 bit Java - go into the control panel and use "java control panel" .
  3. Click on Java Tab and hit View.
    Example
    Java3.png


  4. Add " -Djava.vendor="Sun Microsystems Inc." " to the runtime parameters for 1.7
    Example
    Java4.png


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