General :  K-Meleon Web Browser Forum
General discussion about K-Meleon 
java applet wont load or run
Posted by: froggy
Date: April 14, 2012 02:32AM

Go to http://www.ies.co.jp/math/java/conics/draw_parabola/draw_parabola.html

scroll down to "APPLET" and you should see the applet.
In IE 6.0 it opens. In k-meleon 1.5.3 it says "after installing the plug-in click here".

I have everything in "Tools > Privacy" unchecked.

In F2 > javascript, only "Enable JavaScript" is checked.

"about;plugins" shows:

Mozilla Default Plug-in * Yes
PCMan's IE Tab Plug-in for Mozilla/Firefox

File name: npietab.dll
IE Tab Plug-in developed by Hong Jen Yee

MIME Type Description Suffixes Enabled
application/ietab npietab ietab Yes
Shockwave Flash

File name: NPSWF32.dll
Shockwave Flash 9.0 r246

MIME Type Description Suffixes Enabled
application/x-shockwave-flash Adobe Flash movie swf Yes
application/futuresplash FutureSplash movie spl Yes
Microsoft (R) DRM

File name: npdrmv2.dll
Network Object Plugin

MIME Type Description Suffixes Enabled
application/x-drm-v2 Network Interface Plugin nip Yes
Windows Media Player Plug-in Dynamic Link Library

File name: npdsplay.dll
Npdsplay dll

MIME Type Description Suffixes Enabled
application/asx Media Files * Yes
video/x-ms-asf-plugin Media Files * Yes
application/x-mplayer2 Media Files * Yes
video/x-ms-asf Media Files asf,asx,* Yes
video/x-ms-wm Media Files wm,* Yes
audio/x-ms-wma Media Files wma,* Yes
audio/x-ms-wax Media Files wax,* Yes
video/x-ms-wmv Media Files wmv,* Yes
video/x-ms-wvx Media Files wvx,* Yes
Microsoft® Windows Media Services

File name: npwmsdrm.dll
Windows Multimedia Services DRM Store Plug-In

MIME Type Description Suffixes Enabled
application/x-drm DRM File dnp Yes



Edited 3 time(s). Last edit at 04/14/2012 02:36AM by froggy.

Options: ReplyQuote
Re: java applet wont load or run
Posted by: guenter
Date: April 14, 2012 07:46AM

Quote
froggy
Go to http://www.ies.co.jp/math/java/conics/draw_parabola/draw_parabola.html

scroll down to "APPLET" and you should see the applet.
In IE 6.0 it opens. In k-meleon 1.5.3 it says "after installing the plug-in click here".

I have everything in "Tools > Privacy" unchecked.

In F2 > javascript, only "Enable JavaScript" is checked.

"about;plugins" shows:

Mozilla Default Plug-in * Yes
PCMan's IE Tab Plug-in for Mozilla/Firefox

File name: npietab.dll
IE Tab Plug-in developed by Hong Jen Yee

MIME Type Description Suffixes Enabled
application/ietab npietab ietab Yes
Shockwave Flash

File name: NPSWF32.dll
Shockwave Flash 9.0 r246

MIME Type Description Suffixes Enabled
application/x-shockwave-flash Adobe Flash movie swf Yes
application/futuresplash FutureSplash movie spl Yes
Microsoft (R) DRM

File name: npdrmv2.dll
Network Object Plugin

MIME Type Description Suffixes Enabled
application/x-drm-v2 Network Interface Plugin nip Yes
Windows Media Player Plug-in Dynamic Link Library

File name: npdsplay.dll
Npdsplay dll

MIME Type Description Suffixes Enabled
application/asx Media Files * Yes
video/x-ms-asf-plugin Media Files * Yes
application/x-mplayer2 Media Files * Yes
video/x-ms-asf Media Files asf,asx,* Yes
video/x-ms-wm Media Files wm,* Yes
audio/x-ms-wma Media Files wma,* Yes
audio/x-ms-wax Media Files wax,* Yes
video/x-ms-wmv Media Files wmv,* Yes
video/x-ms-wvx Media Files wvx,* Yes
Microsoft® Windows Media Services

File name: npwmsdrm.dll
Windows Multimedia Services DRM Store Plug-In

MIME Type Description Suffixes Enabled
application/x-drm DRM File dnp Yes

1.) IMHO Your installed plugins do not include the needed plugin.


Note: Two technologies have been called Java.

"Java Script" is a script programming language that is executed by the browser.

And then there is "Java" that is a programming language that is executed by the JVM (Java Virtual Machine) by Sun/Oracle. So in some cases the browser needs the Java plugin of the JVM. Java Applets in the Internet always need by the later.

BTW I have created some of the best Java Lake Applet pages in the Internet. This home page has been created and tested with the help of the K-Meleon browser. There You even find a sub page that was made to test whether K-Meleon can execute a Java Applet if the JVM originally developed by Sun is installed. smiling smiley


2.)My K-Meleon and system setup: I set the about:config value of my K-Meleon for the value of plugin.expose_full_path to true

I have installed the needed Java (JVM) runtime.

My about: plugins shows Java(TM) Platform SE 6 U30

File name: D:\Programme\Java\jre6\bin\new_plugin\npjp2.dll
Next Generation Java Plug-in 1.6.0_30 for Mozilla browsers

I can render/operate the applet at "Go to http://www.ies.co.jp/math/java/conics/draw_parabola/draw_parabola.html"




3.)Problem Solution:


Go to http://www.oracle.com/technetwork/java/javase/downloads/index.html and

download and install a current JVM version or version 6 update 30 or 31 like me.

Sidenote: If You are on an older Windows system prior to Windows XP SP3 You may need to search for an older Java engine (JVM version? maybe even 1.3.x) because the current will not install any more. Oracle used to have older installer files at another location. But I have not searched lately.

Complication for all K-Meleons including and prior to version 1.5.4.


The file D:\Program Files\Java\jre6\bin\new_plugin\npjp2.dll does not work and raises an exception that tells You upgrade to the new Firefox (at least version 3.5.x).

This is a Oracle Java Bug and it can be resolved by using either K-Meleon 1.6 or by copying npoji610.dll

from .\programm files\Java\jre6\bin\npoji610.dll

to .\programm files\K-Meleon Install directory\plugins\npoji610.dll

Reason why this works: the plugin that works for K-Meleon 1.5.x and some other browsers gets precedence to the buggy new plugin if it is in K-Meleon's own plugins folder.

Note: All plugins in K-Meleon's own plugin folder get prefered over any other plugins installed somewhere else on Your system even if these can render the same MIMEtype. This fact can be used to influence which plugin is used.

Lets hope this info helps You.

Greetings from Germany



Edited 2 time(s). Last edit at 04/14/2012 03:22PM by guenter.

Attachments: Applet.gif (24.5 KB)  
Options: ReplyQuote
Re: java applet wont load or run
Posted by: froggy
Date: April 14, 2012 10:38PM

Thanks for the help!
I will try that.

Options: ReplyQuote


K-Meleon forum is powered by Phorum.