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
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 {
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
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() {
//