Hi all:
assuming that the directory (or jar) where the X class is located is already in the CLASSPATH,
X.java:
public class X{
}
Y.java:
package ypkg;
import X;
public class Y{}
Is there any way that Y imports the X class without receive the:
Y.java:3: '.' expected
import X;
error...
Hi All:
I don't know which forum is the right one to post this question, in fact, I post it here because I usually work with PostgreSQL, but it is a really newbbie question about SQL:
Say I have a table (or view) "A" with one column which content are numbers from 1 to 5:
A =
number...
Hi:
I have a problem with the IPlanet WebServer 4.1 SP7, installed in a Linux Platform (Mandrake 8.1 based on 2.4.2 kernel). I have installed the web server with my own JDK (j2se1.4 from Sun) but the JVM hangs if the servlet engine is enabled. When I try to start up the server the errorlog...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.