|
From: Mats W. <ma...@la...> - 2001-08-20 21:39:57
|
At 09:30 PM 8/20/2001 +0000, Venkataraman Ramaswamy wrote: >From >Venkat > >Hi, > >I use Windows 2000 and I program in Java. > >I have installed Jython-2.1a3. I can invoke Jython from command line >by typign "Jython" and it runs well. I want to embed it in a Java >application. > >I tried running SimpleEmbedded.java, but I get error messages. >I have specified below the classpath and path set by me. I have >also attached the errors produced. > >__________________________________________________ >ClassPath: >.;.;C:\PROGRA~1\JMF21~1.1\lib\sound.jar; >C:\PROGRA~1\JMF21~1.1\lib\jmf.jar;%systemroot%\java\classes; >C:\jython-2.1a3; The CLASSPATH does not include the Jython .jar file. It needs to do so - not the Jython directory. |