| Author |
Applet jar
|
Edward Chen
Ranch Hand
Joined: Dec 23, 2003
Posts: 758
|
|
I am working on JApplet.
The full path is : applet.MyApplet
the jar file, MyApplet.jar, placed into web-inf/lib.
the codes below is in a jsp file which is placed http://localhost:8080/mts/jsp/common/myapplet.jsp .
But this codes doesn't work. How to fixt it ?
Thanks.
|
 |
Lorand Komaromi
Ranch Hand
Joined: Oct 08, 2009
Posts: 276
|
|
Edward Chen wrote:I am working on JApplet.
the jar file, MyApplet.jar, placed into web-inf/lib.
It should be in a folder visible to the clients and the URL should be specified accordingly!
|
OCJP 6 (93%)
|
 |
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35252
|
posted

0
|
...and the URL should be specified accordingly!
In other words, the jar file should be in the same directory as the JSP page that contains the applet tag referencing it.
|
Android apps – ImageJ plugins – Java web charts
|
 |
 |
|
|
subject: Applet jar
|
|
|