Webwork and java graphs | topic started 12/27/2005; 6:18:33 PM last post 1/3/2006; 3:26:51 PM |
|
|
|
Michael Gage - Re: Webwork and java graphs 1/3/2006; 3:26:51 PM (reads: 886, responses: 0) |
Anyways,
I have the problem located in a directory and the .jar file located in
the same directory as well. Also, the jcm-source is in the same
directory. This may be the problem. The webserver doesn't have direct access to the templates directory. What you want is something like: ..../webwork2/htdocs/applets which contains the jar file and any support files. Then try to write an html page (located somewhere else on the web) which accesses this applet using something like
<applet Hope this helps. Take care, Mike |