Posted By:
Shawn_Shawn
Posted On:
Monday, November 19, 2007 01:27 PM
Hi everyone, I have this problem which I was not able to find a solution for, So I truly appreciate any feedback on this. I have a project on eclipse which is basically an applet. This applet is using some classes in some jars that I have imported as libraries for this project. Everything works on eclipse with no problem. However I need to make a jar file of the applet and required classes to use it in an html page. Now that's the part I have been facing difficulties, cuz I have to include all the classes that the applet is using from other jar files. And I can not come up with a way to find out all those classes. On the other side if I inc
More>>
Hi everyone,
I have this problem which I was not able to find a solution for, So I truly appreciate any feedback on this.
I have a project on eclipse which is basically an applet.
This applet is using some classes in some jars that I have imported as libraries for this project.
Everything works on eclipse with no problem. However I need to make a jar file of the applet and required classes to use it in an html page.
Now that's the part I have been facing difficulties, cuz I have to include all the classes that the applet is using from other jar
files. And I can not come up with a way to find out all those classes.
On the other side if I include the whole jars then my applet goes over 100 meg and would be useless.
I am going to give an example of the problem I have in hope of making it a bit clear.
I have a applet, which uses some classes from some jars. i.e., class A. but class A itself need class B and etc.
Now how can I find all these dependencies since I have to include them along the applet in the jar file I am going to make.
Once again I appreciate any feedback and sorry that is a long question.
<<Less