A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Java
»
Applets
Author
Can applets run on WAMP server?
oriakhi joseph
Greenhorn
Joined: Oct 06, 2011
Posts: 12
posted
Mar 10, 2012 07:17:18
0
I am trying to run my
applet
on the WAMP server but it does not work. After saving my jar file in the same directory with my html file. And my htm code is correct in calling the jar file
Nam Ha Minh
Ranch Hand
Joined: Oct 31, 2011
Posts: 346
I like...
posted
Mar 10, 2012 08:12:34
0
Java applet does not run on server, it runs on client that has Java Plug-in installed.
oriakhi joseph
Greenhorn
Joined: Oct 06, 2011
Posts: 12
posted
Mar 10, 2012 09:00:47
0
So how do i run my jar file in a browser, please i need a comprehensive help. Thanks
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35232
7
posted
Mar 10, 2012 17:07:34
0
The Sun/Oracle Java Tutorial has a chapter on deploying
applets
; that should be sufficient to get you going.
The answer to your original question is: applets are static files as far as the server is concerned, so any web server will do.
Android apps
–
ImageJ plugins
–
Java web charts
B Alin
Greenhorn
Joined: Jan 17, 2012
Posts: 8
posted
Mar 14, 2012 11:24:25
0
read this
oracle APPLET tag
and try this :
<applet codebase="./applet/" archive="myProject.jar" code="ro.path.myMainClass" width="640" height="480"></applet>
I agree. Here's the link:
http://aspose.com/file-tools
subject: Can applets run on WAMP server?
Similar Threads
WAMP/Java/MysqlConnector Issue
RMI Server
starting server from jar
Access denied phpMyAdmin
Problem in invoking rmi server, which is existing in a jar file.
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter