My JAR file hierarchy:
Tester3/HelloApplet1.class
HelloApplet.class
META-INF/Manifest.mf
I can call HelloApplet.class with no problem but for the one inside Tester3 folder, I cant seems to be able to reach it. Any help? Thanks in advance.
Tim Moores
Rancher
Joined: Sep 21, 2011
Posts: 2329
posted
0
The only way to make it work is if the HelloApplet1 clas is in package called "Tester3". Otherwise there's no way.
Vincent Oh
Greenhorn
Joined: Jan 02, 2012
Posts: 21
posted
0
Tim Moores wrote:The only way to make it work is if the HelloApplet1 clas is in package called "Tester3". Otherwise there's no way.
It is already define with package Tester3. I export the class file from Eclipse. Just that I do not know how to script the HTML for it to target the subfolder in a Jar file.