You should just be able to add the jar (zip) to your build path within
Eclipse and clear up the error.

Project->Properties->Java Build Path->Add External Jars...

Bob Little
UniVerse Developer
Market America
Greensboro NC

-----Original Message-----
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Norman Bauer
Sent: Thursday, December 10, 2009 3:08 PM
To: U2 Users List
Subject: [U2] UOJ & Eclipse 3.5 Galileo

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
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to