compiling and running multiple classes
  Home FAQ Contact Sign in
comp.lang.java.beans only
 
Advanced search
POPULAR GROUPS

more...

comp.lang.java.beans Profile…
 Up
compiling and running multiple classes         


Author: 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
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