Is anyone using 3.5 Galileo? I have tried to set my environment up
using JDK 6 and Eclipse 3.5 but I get an error about no source files
for asjava, even though I have added the asjava.zip file to the
project.

I am also new to Eclipse and Java so I could be doing something
totally armature at this point.

The error I get is:

Description     Resource        Path    Location        Type
The import asjava cannot be
resolved        UVConnectTest.java      /HelloUV/src    line 1  Java Problem


My simple program which only contains the import line so far is:


<pre>
import asjava.*;

public class UVConnectTest {

        /**
         * @param args
         *
         */
        
        
        
        public static void main(String[] args) {
                // TODO Auto-generated method stub
                
        }

}
</pre>
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to