Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #9242
| From | David Lamb <dalamb@cs.queensu.ca> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Finding classes used by Applet |
| References | <Xns9F8AACF93F933jpnasty@94.75.214.39> <r27ha756vb375koqvnff0it5abdfi1h30n@4ax.com> <Xns9F8AD85CDFA89jpnasty@94.75.214.39> <90a41602-fc83-4400-bd17-7dca13ecf75f@g1g2000vbd.googlegroups.com> |
| Message-ID | <1Xcqq.2575$121.756@newsfe02.iad> (permalink) |
| Date | 2011-10-27 09:23 -0400 |
On 27/10/2011 7:30 AM, Jef wrote: > search the word Hybrid in the page > http://mindprod.com/jgloss/applet.html > > java -verbose will print lines like > [Loaded java.lang.Object from /opt/jdk1.6.0_07/jre/lib/rt.jar] > [Loaded java.io.Serializable from /opt/jdk1.6.0_07/jre/lib/rt.jar] > [Loaded java.lang.Comparable from /opt/jdk1.6.0_07/jre/lib/rt.jar] > ... > It gives you the class files that are loaded, but you need to pass > through all the features of your program in order to be sure you have > loaded all the needed classes. It probably makes sense to create some collection of test cases to run through all the features anyway, whether or not you need the list for the OP's purpose.
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | 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