Bugs item #1187527, was opened at 2005-04-21 10:24
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1187527&group_id=44253
Category: Performance
Group: Serious
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Multiclasses can't work
Initial Comment:
I'm using drjava's Development Release drjava-
20040707-2332 and I found that when I write
multiclasses in one class(meaning more than one class
in a *.java file and compiled it) the structure of the class
is three calculation classes on top and one class at
buttom has a main method calling all methods request
from user from other classes and its own class.
when i compiled it, there is no error, but when i tell
drjava to run the main method. it can't find the main
method. while I compile the exact same *.java file in
JCreator, and it works.
ps. I only install Java 1.4 jdk on my computer and my
computer is windows NT system 4.00.1381
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1187527&group_id=44253
|