[Logo] OLD FORUM - Use new one: https://www.CaptainCasa.online/forum
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Problem with Java 7u65 - Applet not starting  XML
Forum Index -> Deployment
Author Message
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5555
Offline

Hi,

there is a problem with Java 7 u 65 and starting applets.

In the <html>...<applet>...</applet></html> file there is a line

Code:
     <param name="java_arguments" value="-Xmx256m">
 


And this parameter blocks the whole client side Java from starting...

You need to replace by...
Code:
     <param name="java-vm-args" value="-Xmx256m">
 


We will include the corresponding changes in the creation of HTML files of your toolset + within the dynamic creation of HTML starter files via .ccapplet.

Regards, Björn

Björn Müller, CaptainCasa GmbH
 
Forum Index -> Deployment
Go to:   
Powered by JForum 2.1.6 © JForum Team