N
Novice
Is there a simple and reliable technique for determining the classes needed
for an applet jar?
In other words, if I want to put Applet X in a jar, how do I determine all
of the classes I'm using in the Applet - directly or indirectly but
excluding the Oracle Java classes - which I wrote.
Currently, I'm doing it by inspection. I look at the imports in the applet,
then look at the other classes referenced in the code which aren't in the
import list and then see what they depend on. This is a slow and error-
prone approach. I'll bet there is a simpler way to do it.
I'm using Eclipse 3.7. Is there a built-in facility to do what I want in
Eclipse? If so, what is it called and where do I find it? Or is there a
plug-in that determines dependencies which I can add to Eclipse?
for an applet jar?
In other words, if I want to put Applet X in a jar, how do I determine all
of the classes I'm using in the Applet - directly or indirectly but
excluding the Oracle Java classes - which I wrote.
Currently, I'm doing it by inspection. I look at the imports in the applet,
then look at the other classes referenced in the code which aren't in the
import list and then see what they depend on. This is a slow and error-
prone approach. I'll bet there is a simpler way to do it.
I'm using Eclipse 3.7. Is there a built-in facility to do what I want in
Eclipse? If so, what is it called and where do I find it? Or is there a
plug-in that determines dependencies which I can add to Eclipse?