Wrox Home  
Search P2P Archive for: Go

  Return to Index  

j2ee thread: Problem with J2EE tutorial codes


Message #1 by "Neo Gigs" <gigsvoo@y...> on Tue, 9 Apr 2002 18:42:04 +0800
You dont need to import classes that are in the default package or in the
same package that the source class is in. Remove those two imports and it
should compile.

chanoch

-----Original Message-----
From: Neo Gigs [mailto:gigsvoo@y...]
Sent: 10 April 2002 05:06
To: Java 2 Enterprise Edition
Subject: [j2ee] RE: Problem with J2EE tutorial codes


I set the classpath as this;

set classpath=.;c:\j2sdkee1.3.1\lib\j2ee.jar

yet it is still not working....why?

  Return to Index