compiling and running multiple classes
Home
FAQ
Contact
Sign in
Search
comp.lang.java.beans only
Advanced search
POPULAR GROUPS
perl.cpan.testers
alt.bestjobsusa.computer
alt.bestjobsusa.computer.jobs
us.jobs
us.jobs.offered
alt.bestjobsusa.jobs.offered
news.admin.netabuse.sightings
alt.politics
it.politica
alt.fan.rushlimbaugh
more...
comp.lang.java.beans Profile…
Up
compiling and running multiple classes
Author:
beelzibub
beelzibub
Date:
Jun 9, 2008 16:04
... is there a way to compile and run multiple classes
in netbeans???
k
1
Comment
Re: compiling and running multiple classes
Author:
Sabine Dinis Blochberger
Sabine Dinis Blochberger
Date:
Jun 18, 2008 05:01
beelzibub wrote:
> .... is there a way to compile and run multiple classes
> in netbeans???
>
> k
If they go together, they should be in a package.
Explained here:
<
http://java.sun.com/docs/books/tutorial/java/package/packages.html
>
Or, if you're really confused now, work through
<
http://java.sun.com/docs/books/tutorial/java/index.html
> step-by-step
to the end!
no comments