Logged In: NO
Browser: Mozilla/4.0 (compatible; MSIE 4.01; Windows NT)
I have downloaded tinyvm_0_1_6.zip. I modified the
CLASSPATH to tinyvm_0_1_6. When I do make , I get the
following errors
jtools/js/tools/GenerateConstants.java:6: Public class
js.tools.GenerateConstant
s must be defined in a file called
"GenerateConstants.java".
public class GenerateConstants
^
jtools/js/tools/ListReader.java:6: Public class
js.tools.ListReader must be defi
ned in a file called "ListReader.java".
public class ListReader
^
jtools/js/tools/TListClasses.java:4: Public class
js.test.TListClasses must be d
efined in a file called "TListClasses.java".
public class TListClasses
^
jtools/js/tools/TestClassDumper.java:6: Public class
js.tools.TestClassDumper mu
st be defined in a file called "TestClassDumper.java".
public class TestClassDumper
I need to resolve this as soon as possible
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: NO
Browser: Mozilla/4.0 (compatible; MSIE 4.01; Windows NT)
I have downloaded tinyvm_0_1_6.zip. I modified the
CLASSPATH to tinyvm_0_1_6. When I do make , I get the
following errors
jtools/js/tools/GenerateConstants.java:6: Public class
js.tools.GenerateConstant
s must be defined in a file called
"GenerateConstants.java".
public class GenerateConstants
^
jtools/js/tools/ListReader.java:6: Public class
js.tools.ListReader must be defi
ned in a file called "ListReader.java".
public class ListReader
^
jtools/js/tools/TListClasses.java:4: Public class
js.test.TListClasses must be d
efined in a file called "TListClasses.java".
public class TListClasses
^
jtools/js/tools/TestClassDumper.java:6: Public class
js.tools.TestClassDumper mu
st be defined in a file called "TestClassDumper.java".
public class TestClassDumper
I need to resolve this as soon as possible
Logged In: YES
user_id=33204
Browser: Mozilla/4.76 [en] (Win95; U)
The error messages are incorrect. I suspect the
Java compiler is at fault. Which JVM and compiler
are you using?