Note that there are some explanatory texts on larger screens.

plurals
  1. POSimple Applet question : About jar dependency
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    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. COYour question is very confusing, so all I can recommend is to validate the launch file using JaNeLA (http://pscode.org/janela/). BTW Does "using few classes from supporting into main jar." mean those classes have been **put** into the main Jar, or the main Jar requires them to be on the run-time class-path? 1) depends whether classes from the support jar are used in the applet, if yes, then YES. 2) No. Signing Jars has nothing to do with class-loading.
      singulars
    2. COHi Andrew .. sorry for not putting question clearly. Yes main jar requires other jars at compile time as well as at run time i.e in classpath. I am not finding JNLP2ClassLoader in my classpath, Do i need any external lib for it ? What is the use of this JNLP2ClassLoader ?
      singulars
    3. CO'<? xml version="1.0" encoding="UTF-8"?><jnlp href="mt_test.jnlp" codebase="/mic/ri/lib/"> <information><title>test</title><vendor>test</vendor> </information><security><all-permissions/></security> <resources> <j2se href="http://java.sun.com/products/autod/j2se"version="1.6+"/> <jar href="jmy.jar" main="true" version="0007.0000.0012.0000" download="eager"/><property name="jnlp.versionEnabled" value="true"/></resources><applet-desc name="MIC"main class="com.test.test.JApplet" width="300" height="300"></applet-desc></jnlp>'Is this valid jnlp ?
      singulars
 

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