RE: Problen with compilations

2002-12-18 Thread Girard, Yvan
with compilations Thank for answer!!! I also try this and doesn't work: $ cat c.java public class c { public void c() { System.out.println("hola"); } } $javac c.java The c.class build ok $ cat MyClass.java //import SQLRConnection; im

RE: Problen with compilations

2002-12-18 Thread mdre
Thank for answer!!! I also try this and doesn't work: $ cat c.java public class c { public void c() { System.out.println("hola"); } } $javac c.java The c.class build ok $ cat MyClass.java //import SQLRConnection; import c; public class MyClass {

RE: Problen with compilations

2002-12-18 Thread Girard, Yvan
PROTECTED] Subject: Problen with compilations Hi all! I am trying to write a java program but I have problems with the compilation. The javac don't find the jar or class archives that I need. I try to compile the following code: import SQLRConnection; public class My

Problen with compilations

2002-12-18 Thread mdre
Hi all! I am trying to write a java program but I have problems with the compilation. The javac don't find the jar or class archives that I need. I try to compile the following code: import SQLRConnection; public class MyClass { public static void main() { //