Sounds like you're missing a jar file in your classpath.
Use this bat file and run
add jrun c:\jrun
NOTE: "c:\jrun" s/b the full directory name of where you installed jrun.
This will add all your jrun jar files from lib and lib\ext to your path.
hope this helps ...
-----Original Message-----
From: Asha Sayd [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 08, 2000 11:46 AM
To: [EMAIL PROTECTED]
Subject: JSPC Compiler
hello,
I tried compiling jsp files using JSPC Compiler.
But i am getting a "NoClassDefFoundError: JSPC".
I am running a JRun version 3.0 and jdk1.2.2
This is what i have used to compile jsp files
set JAVA_HOME=C:\jdk1.2.2
set JRE_HOME=%JAVA_HOME%\jre
set classpath
=.;%JAVA_HOME%\lib\*.jar;%JRE_HOME%\lib\i18n.jar;%JRE_HOME%\lib\jaws.jar;c:\
program files\allaire\jrun\lib\ext\*.jar;c:\program
files\allaire\jrun\lib\*.jar;
java JSPC -d C:\jspclasses -docroot C:\JspPages *.jsp
Any suggestions?
ASHA
----------------------------------------------------------------------------
--
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe:
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe'
in the body.
add.bat