aspose file tools
The moose likes Applets and the fly likes Applet jar Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "Applet jar " Watch "Applet jar " New topic
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
    
    7
...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 appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Applet jar
 
Similar Threads
ojdbc connection through Applet from a Browser.
JDBC in applets
Where to put applet?
Copy dlls and lic files from server path to local system 32 dir in Applet init()
Applet in web application