Did you use the classpath to compile the class ?
/usr/lib/j2sdk1.3/jre/lib/rt.jar:/usr/lib/j2sdk1.3/lib/tools.jar:/usr/sh
are/tomcat/lib/tomcat.jar
To get a better comparable error message change Test.java to:
public class Test {
public Test() {
System.out.println("Test: " + java.bean.Bean.isDesignTime());
}
}
> -----Urspr�ngliche Nachricht-----
> Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Gesendet: Freitag, 22. M�rz 2002 11:45
> An: Tomcat Users List
> Betreff: Re: AW: AW: Debian Woody / Tomcat / Example JSPs
>
<snip/>
> When I try to compile this with 'javac Test.java' I get the
> following errors:
>
> Test.java:1: cannot resolve symbol
> symbol : class Bean
> location: package bean
> import java.bean.Bean;
> ^
<snip/>
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>