can i load a class in subdirectoy inside a jar file using applet tag?

hi every one.. thank you for reading ... i am really in dire need for the solution..

my problem is that i have a jar file contianing a package which inturn contains my applet class...

i am trying to access this applet class using a applet tag in html file. this html file is in same directory as the jar file. i am having no problems in windows but when i am doing this in linux apache server i was getting class not found exception. (already checked the file permissions). and when i am successful when using simple package directory instead of jar file . so gist of my quesition is "can i load a class in subdirectoy inside a jar file using applet tag in a html file"?

[698 byte] By [mirapakaia] at [2007-11-27 9:50:07]
# 1

When you tested in Windows were you using Internet Explorer? On Linux you will be using a different browser, usually Mozilla of some version, or Firefox. Note that the HTML tags for applets will be different between the browsers if you are using the object tag. Principally the classid value for the object tag will differ between Firefox and Internet Explorer.

nantucketa at 2007-7-13 0:18:42 > top of Java-index,Desktop,Deploying...