Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jsp thread: Trouble compiling beans


Message #1 by "Randy Wilcox" <randy.wilcox@s...> on Thu, 24 May 2001 19:27:23
Try including the projsp\ch08\src directory (the directory above
com.jspinsider.jspkit) in your classpath

Michelle

----- Original Message -----
From: "Randy Wilcox" <randy.wilcox@s...>
To: "Pro_JavaServer_Pages" <pro_jsp@p...>
Sent: Thursday, May 24, 2001 7:27 PM
Subject: [pro_jsp] Trouble compiling beans


> I'm using the code from Chapter 8. I successfully compiled
> JavaScriptExample.java but when I attempted to compile
> JavaScriptExampleTag.java I get the following errors:
>
> JavaScriptExampleTag.java:42: cannot resolve symbol
> symbol  : class JavaScriptExample
> location: class com.jspinsider.jspkit.javascript.JavaScriptExampleTag
>            JavaScriptExample  JS = new JavaScriptExample();
>            ^
> JavaScriptExampleTag.java:42: cannot resolve symbol
> symbol  : class JavaScriptExample
> location: class com.jspinsider.jspkit.javascript.JavaScriptExampleTag
>            JavaScriptExample  JS = new JavaScriptExample();
>
> Here are my ENV variables:
> CLASSPATH=%
> CLASSPATH%;c:\tomcat\lib\servlet.jar;c:\tomcat\lib;c:\jdk1.3.0_01\lib
> \tools.jar;.;
>
> Path=C:\Perl\bin\;C:\WINNT\system32;C:\WINNT;C:\DMI\bin;c:\jdk1.3.0_01
> \bin;C:\PROGRA~1\PRISM
>
> Any ideas?


  Return to Index