|
From: Steve A. <aul...@uc...> - 2001-03-06 18:46:21
|
Hi Mats, Don Coleman pointed out that my CLASSPATH was missing a very import entry: the '.' As a result, jython-20 was not in my CLASSPATH. His suggestion to " set CLASSPATH=.;%CLASSPATH% followed by java jython-20 from the directory where jython-20 is located " solved my problem. Apparently I had fixed this on every machine but the one I was currently working on. Thanks, Steve Mats Wichmann wrote: > > At 11:07 AM 03/06/2001 -0700, Steve Aulenbach wrote: > >Hi, > > > >I am just getting strated so the problem may very well be something I am > >doing but I am unable to install jython on my NT box (4.0 SP6a). I am > >appending the error message below. > > > >D:\jython>java jython-20 > >Exception in thread "main" java.lang.NoClassDefFoundError: jython-20 > > > >D:\jython>java -version > >java version "1.3.0" > >Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C) > >Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode) > > > >Is Jython compatable with JDK 1.3? If so, my current CLASSPATH is > >D:\jdk1.3\bin;D:\vtk\java;D:\vtk\java\vtk.jar;D:\jython > > This specific install has worked for me in the past. > I've since upgraded (?) to Win2000 SP1 on both of my > Windows boxes so I can't cross-check anything for you, > but yes, "Jython is compatible with JDK 1.3" on > NT4 SP6a. > > Mats |