Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #9215
| From | Novice <novice@example..com> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Finding classes used by Applet |
| Date | 2011-10-26 20:55 +0000 |
| Organization | Your Company |
| Message-ID | <Xns9F8AACF93F933jpnasty@94.75.214.39> (permalink) |
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? -- Novice
Back to comp.lang.java.programmer | Previous | Next — Next in thread | Find similar
Finding classes used by Applet Novice <novice@example..com> - 2011-10-26 20:55 +0000
Re: Finding classes used by Applet Roedy Green <see_website@mindprod.com.invalid> - 2011-10-26 16:50 -0700
Re: Finding classes used by Applet Novice <novice@example..com> - 2011-10-27 01:11 +0000
Re: Finding classes used by Applet Jef <e70838@gmail.com> - 2011-10-27 04:30 -0700
Re: Finding classes used by Applet David Lamb <dalamb@cs.queensu.ca> - 2011-10-27 09:23 -0400
Re: Finding classes used by Applet Roedy Green <see_website@mindprod.com.invalid> - 2011-10-27 17:16 -0700
Re: Finding classes used by Applet Roedy Green <see_website@mindprod.com.invalid> - 2011-10-27 07:17 -0700
Re: Finding classes used by Applet Roedy Green <see_website@mindprod.com.invalid> - 2011-10-27 17:17 -0700
Re: Finding classes used by Applet Arne Vajhøj <arne@vajhoej.dk> - 2011-11-06 15:16 -0500
csiph-web