Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <blockquote> <p>Browser support for applets varies by platform:</p> <p>Windows: As of Eclipse/SWT 3.5, applets can be viewed in a Browser if all of the following conditions are met:</p> <p>1) For Browsers created with style SWT.NONE, the installed IE version is 7.0 or newer</p> <p>2) For Browsers created with style SWT.MOZILLA, the installed XULRunner version is 1.9.2.x or 3.6.x</p> <p>3) The installed Java plug-in is Sun JRE 1.6u10 or newer, with the Next Generation Java Plug-in enabled (this plug-in is enabled by default when the JRE is installed)</p> <p>4) The application is launched with the same JRE that provides the installed Java plug-in</p> <p>5) The application adds the JRE's plugin.jar, deploy.jar and javaws.jar jars to the JRE's boot classpath. For example, to launch eclipse: eclipse -vmargs -Xbootclasspath/a:"C:\Program Files\Java\jre6\lib\plugin.jar;C:\Program Files\Java\jre6\lib\deploy.jar;C:\Program Files\Java\jre6\lib\javaws.jar"</p> <p>Linux (Mozilla): Applets can be viewed with Mozilla-based Browsers as long as the Mozilla Java plug-in is found at runtime.</p> <p>OS X (WebKit): Applets cannot be viewed with WebKit-based Browsers on OS X because the launching of a JRE to execute the applet collides with the JRE that is running the application.</p> </blockquote> <p>Reference: <a href="http://www.eclipse.org/swt/faq.php#browserapplets" rel="nofollow">http://www.eclipse.org/swt/faq.php#browserapplets</a></p> <p>Check the above link and validate all the stated criteria in that page for applets to run on an swt browser. I'm guessing some JAR files are missing from your application's classpath.</p> <p>Especially this <code>java.lang.NoClassDefFoundError: com/sun/deploy/services/Service</code>. This class belongs to deploy.jar.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload