Sridhar
Sridhar

Reputation: 1962

Not able to add entries for System JRE settings in windows 7

I want my browsers use version 1.7 for applet/jnlp. But it is still using version 1.6 (which i have disabled in java control panel, under User tab) in the browser.

Note, the entry under System tab points to version 1.6 and im not able to edit/remove it.

I dont want to uninstall jdk1.6, how to change the System entry or tell browsers to use jdk1.7 instead jdk1.6 for applet/jnlp ?

Upvotes: 0

Views: 1622

Answers (1)

vineet
vineet

Reputation: 336

Try this:

  • Create a .jnlp file on your machine (Create an empty file)
  • Right click on it and click on Open With
  • Now select $JAVA_HOME/bin/javaws.exe

It should solve your problem. (It is the simplest solution that comes to my mind)

Problem must be in Window registry. Registry is set to JDK 6.

Upvotes: 0

Related Questions