HI All,
I've been trying to compile some old programs that I wrote in college
and when I invoke gcj:
>gcj myfirst.java
I get the following errors:
myfirst.java:2: Class or interface `java.awt.Label' not found in import.
import java.awt.Label;
^
myfirst.java:5: Superclass `Applet' of cla
Andrew D Dixon wrote:
myfirst.java:2: Class or interface `java.awt.Label' not found in import.
import java.awt.Label;
^
myfirst.java:5: Superclass `Applet' of class `myfirst' not found.
public class myfirst extends Applet{
^
myfirst.java:6: Type `Label' not found
> "Andy" == Andrew D Dixon <[EMAIL PROTECTED]> writes:
Andy> I've been trying to compile some old programs that I wrote in
Andy> college and when I invoke gcj:
Andy> gcj myfirst.java
Andy> I get the following errors:
You don't mention what version of gcj you are using.
Andy> myfirst.java:2:
HI All,
I've been trying to compile some old programs that I wrote in college
and when I invoke gcj:
>gcj myfirst.java
I get the following errors:
myfirst.java:2: Class or interface `java.awt.Label' not found in import.
import java.awt.Label;
^
myfirst.java:5: Superclass `Applet' of cl
Andrew D Dixon wrote:
> myfirst.java:2: Class or interface `java.awt.Label' not found in import.
>
> import java.awt.Label;
>^
> myfirst.java:5: Superclass `Applet' of class `myfirst' not found.
> public class myfirst extends Applet{
> ^
> myfirst.java:6: Typ
> "Andy" == Andrew D Dixon <[EMAIL PROTECTED]> writes:
Andy> I've been trying to compile some old programs that I wrote in
Andy> college and when I invoke gcj:
Andy> gcj myfirst.java
Andy> I get the following errors:
You don't mention what version of gcj you are using.
Andy> myfirst.java:2:
6 matches
Mail list logo