Eclipse EE: starts applets from JSP [message #638418] |
Thu, 11 November 2010 04:23  |
Eclipse User |
|
|
|
Hi,
how can I use JavaApplets in a JSP-Project? My Problem is, that I'm using Eclipse EE. The folder structure in Eclipse (in the Package Explorer) for a dynamic web projekt is like following:
ProjectnameJSP
+...
+Java Resources
-->+src
+...
+WebContent
In the sub folder src (directly under Java Resources) I saved my java files (for example AppletOne.java and AppletTwo.java). In the folder WebContent the JSP-files are saved (for example CallApplet.jsp).
The problem is, when I compile the project and deploy it to the server I have following structure.
ProjectNameJSP --> CallApplet.jsp
ProjectNameJSP/WEB-INF/classes/package --> AppletOne.class and AppletTwo.class
You can't start applets which are located under the folder WEB-INF. How can I say Eclipse, that its should deploy the Applet-class in the same Folder like where the JSP-file is located?
Thanks for response
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.59884 seconds