Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #9242

Re: Finding classes used by Applet

Path csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!nx01.iad01.newshosting.com!newshosting.com!69.16.185.16.MISMATCH!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post01.iad.highwinds-media.com!newsfe02.iad.POSTED!00000000!not-for-mail
From David Lamb <dalamb@cs.queensu.ca>
User-Agent Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1
MIME-Version 1.0
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>
In-Reply-To <90a41602-fc83-4400-bd17-7dca13ecf75f@g1g2000vbd.googlegroups.com>
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
Lines 16
Message-ID <1Xcqq.2575$121.756@newsfe02.iad> (permalink)
NNTP-Posting-Host 67.193.237.254
X-Complaints-To abuse@cogeco.net
X-Trace newsfe02.iad 1319721789 67.193.237.254 (Thu, 27 Oct 2011 13:23:09 UTC)
NNTP-Posting-Date Thu, 27 Oct 2011 13:23:09 UTC
Date Thu, 27 Oct 2011 09:23:01 -0400
Xref x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:9242

Show key headers only | View raw


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 | NextPrevious in thread | Next in thread | Find similar


Thread

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