Mkaveli 0 Newbie Poster

Hello I am a beginner in JSP and I wanted to include a Applet from my build/classes with the package chapter8 in my JSP file. What I have at the moment is:

<jsp:plugin code="MyApplet.class" codebase="../build/classes/chapter8/" type="applet" width="400" height="300">
 	<jsp:fallback>
 		Cant load Applet
 	</jsp:fallback>
 </jsp:plugin>

Im running it from Eclipse and I dont get no error message what so ever. I tried allot of things in the code and codebase with slashes and dots but it didn't work.

Thank you,

Mkaveli

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.