--- [EMAIL PROTECTED] wrote: > [apply] Exception in thread "main" java.lang.NoClassDefFoundError: > weblogic/jspc > [apply] Result: 1 > > I would appreciate any insight into this. Thanks a bunch Erik for your > patience and help.
Just a guess, but maybe you need to pass 'java' the classpath -- ie: 'java -classpath .... weblogic.jspc ....' instead of: 'java weblogic.jspc -classpath .... so 'java' can find the Weblogic classes? > I set the classpath as environment variable and it worked like charm. I'm also going to guess that's because then 'java' is getting the classpath (from the env var). Diane ===== ([EMAIL PROTECTED]) __________________________________________________ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards� http://movies.yahoo.com/ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
