Java Plug In Version 16_29 Download

Installing the Java Plug-in. The Laj and Maj applets are written for Java 1.2 (a.k.a. J2SE 1.2), and theoretically any web browser that fully supports this (or any higher version) should work. However, for best compatibility we recommend that you download and install the official Java Plug-in software from Sun Microsystems. This plug-in.

  1. Using JRE version 1.6.0_29-b11 Java HotSpot(TM) Client VM
  2. ----------------------------------------------------
  3. f: finalize objects on finalization queue
  4. h: display this help message
  5. m: print memory usage
  6. q: hide console
  7. s: dump system and deployment properties
  8. v: dump thread stack
  9. 0-5: set trace level to <n>
  10. ----------------------------------------------------
  11. Fri Dec 23 21:21:33 MST 2011 INFO:Slick Build #274
  12. Fri Dec 23 21:21:34 MST 2011 INFO:Starting display 800x600
  13. WARNING: Found unknown Windows version: Windows NT (unknown)
  14. Loading: net.java.games.input.DirectAndRawInputEnvironmentPlugin
  15. Fri Dec 23 21:21:34 MST 2011 INFO:Found 6 controllers
  16. Fri Dec 23 21:21:34 MST 2011 INFO:0 : Microsoft eHome Infrared Transceiver
  17. Fri Dec 23 21:21:34 MST 2011 INFO:1 : Microsoft eHome Infrared Transceiver
  18. Fri Dec 23 21:21:34 MST 2011 INFO:2 : Microsoft Hardware USB Mouse
  19. Fri Dec 23 21:21:34 MST 2011 INFO:4 : Micr
  20. Fri Dec 23 21:21:34 MST 2011 INFO:5 : Microsoft速 SiderWinderTM X6 Keyboar
  21. java.lang.NullPointerException
  22. at com.nightmare.LD22.Entitys.Player.<init>(Player.java:28)
  23. at com.nightmare.LD22.FrameWork.Level.createEntites(Level.java:116)
  24. at com.nightmare.LD22.FrameWork.Level.load(Level.java:84)
  25. at com.nightmare.LD22.States.GameState.loadLevel(GameState.java:93)
  26. at com.nightmare.LD22.States.GameState.<init>(GameState.java:35)
  27. at com.nightmare.LD22.FrameWork.Main.initStatesList(Main.java:88)
  28. at org.newdawn.slick.state.StateBasedGame.init(StateBasedGame.java:164)
  29. at org.newdawn.slick.AppletGameContainer$Container.initApplet(AppletGameContainer.java:272)
  30. at org.newdawn.slick.AppletGameContainer$ContainerPanel.initGL(AppletGameContainer.java:229)
  31. at org.newdawn.slick.AppletGameContainer$ContainerPanel.start(AppletGameContainer.java:216)
  32. at org.newdawn.slick.AppletGameContainer$1.run(AppletGameContainer.java:92)

I am running a jnlp in OSX 10.8.2 with jre the jre version 1.7.0_11 and jnlp tag is set to run in 1.6 as:

or

However, when the jnlp runs shows the following in the console:Java Web Start 10.11.2.21Using JRE version 1.7.0_11-b21 Java HotSpot(TM) 64-Bit Server

When I run the same jnlp file in windows using jre 1.7 works fine, it loads with jre 1.7 and then download jre 1.6 and run on it.

Any ideas?

pguzmanpguzman

3 Answers

Now, they told me they need java 1.7 as default.

Java Plug In Version 16_29 Download For Windows 7

So, I found that installing JDK 1.7 instead of JRE, it was fixed. I can have both versions and my jnlp is using jre 1.6 to run.

And then I had to run the follwoing commands from http://support.apple.com/kb/HT5559:

sudo mkdir -p /Library/Internet Plug-Ins/disabled

sudo mv /Library/Internet Plug-Ins/JavaAppletPlugin.plugin /Library/Internet Plug-Ins/disabled

sudo ln -sf /System/Library/Java/Support/Deploy.bundle/Contents/Resources/JavaPlugin2_NPAPI.plugin /Library/Internet Plug-Ins/JavaAppletPlugin.plugin

Java plug in version 16_29 download fullJava Plug In Version 16_29 Download

sudo ln -sf /System/Library/Frameworks/JavaVM.framework/Commands/javaws /usr/bin/javaws

Java Plug In Version 16_29 Download Free

After run this, the java applet plug-in starts to work in Chrome and I can handle all versions of Java from Application/Utilities/JavaPreferences

pguzmanpguzman

The root cause:

  1. jnlp is set to only use java 1.6 otherwise download it from auto download site and installed automatically

  2. All java versions for mac but 1.7 were developed by Apple so they do not have autodownload url

  3. After 1.7 oracle is developing java for macs

  4. When I review the java preferences only found java 1.7

  5. Jnlp looks for java 1.6 and is unable to find it and try to autodownload and is unable to do it either, so the only option it has is run on java 1.7

Java Plug In Version 16_29 Download Pc

To solve this we uninstall java 1.7 and then we use the following instructions to make 1.6 java default:http://support.apple.com/kb/dl1573

Java Plug In Version 16_29 Download For Windows

Then we had a problem with certificates but we did the following:https://stackoverflow.com/questions/11727955/the-digital-signature-is-not-trusted-java-will-not-allow-any-access-to-this-app

java-will-not-allow-any-access-to-this-app

Community
pguzmanpguzman

fix these links to get java -version pointing to 7

you could create links to the old 1.6

Java plug in version 16_29 download full

Java Plug In 1.7

bbaassssiieebbaassssiiee

Java 1.6.29 Download

Not the answer you're looking for? Browse other questions tagged macosjavajnlpjava-web-start or ask your own question.