Java 1.7 INB fix: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
# Next go to : | # Next go to : | ||
#*For 32 bit Java - use c:\program files(x86)\java\jre7\bin\ (Used for most Windows 7 machines) | #*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" . | #*For 64 bit Java - go into the control panel and use "java control panel" . | ||
#Click on '''Java Tab''' and hit '''View'''.<br /><div class="mw-collapsible mw-collapsed" style="width:500">Example<div class="toccolours mw-collapsible-content">[[File:java3.png|center|500px]]</div> | |||
#Click on '''Java Tab''' and hit '''View'''.<br /><div class="mw-collapsible mw-collapsed" style="width:500">Example<div class="toccolours mw-collapsible-content">[[File:java3.png|center|500px]]</div> | |||
#'''Add''' " '''-Djava.vendor="Sun Microsystems Inc."''' " to the runtime parameters for 1.7<br /><div class="mw-collapsible mw-collapsed" style="width:500">Example<div class="toccolours mw-collapsible-content">[[File:java4.png|center|500px]]</div><br /><br /> | #'''Add''' " '''-Djava.vendor="Sun Microsystems Inc."''' " to the runtime parameters for 1.7<br /><div class="mw-collapsible mw-collapsed" style="width:500">Example<div class="toccolours mw-collapsible-content">[[File:java4.png|center|500px]]</div><br /><br /> | ||
#This has to be done each time Java is updated as the setting gets overwritten with new releases. | #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 14:08, 20 October 2017
- Run javacpl.exe
- 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" .
- Click on Java Tab and hit View.
- Add " -Djava.vendor="Sun Microsystems Inc." " to the runtime parameters for 1.7
- This has to be done each time Java is updated as the setting gets overwritten with new releases.