next problem plz help (urgent )

done with compilation..with warnings which can be ignored but when i start the program with the syntax: java RobotApplet nature2.param

i have to get 2 windows but i get the error as

C:\Java Project\sim-v1.2>java RobotApplet nature2.param

Exception in thread "main" java.lang.Error: Unresolved compilation problem:

The public type Vect must be defined in its own file

at Vect.<init>(Vect2.java:8)

at Script.queryArray(Script.java:84)

at Target.<init>(Target.java:18)

at Floor.setup(Floor.java:50)

at RobotApplet.init(RobotApplet.java:142)

at RobotApplet.main(RobotApplet.java:317)

what needs to be done...

[693 byte] By [fastroada] at [2007-11-27 1:25:37]
# 1
Most compilers restrict you to creating a single public top level class in a single source file. It seems that perhaps you will need to move the Vect class to its own source file, Vect.java- Adam
guitar_man_Fa at 2007-7-12 0:18:44 > top of Java-index,Java Essentials,New To Java...
# 2

@OP

Note: Please stop labeling your posts as "urgent". They are not urgent to us, and you labeling them as urgent is rude as you are essentially demanding that we drop everything and devote our time to you.

As mentioned, just a note for future posts.

Edit: And please take the time to create a more relative subject title than "help".

masijade.a at 2007-7-12 0:18:44 > top of Java-index,Java Essentials,New To Java...