On Wed, 2008-03-19 at 10:36 +0530, shankar grep wrote: > Hi, > > I have compiled jamvm 1.5 and gnu classpath 0.96. When i try to > run a simple hello world program i get the following error... > > > $ ./bin/jamvm -cp > lib/rt.jar:/usr/local/classpath/share/classpath/tool.zip Hello You have to put . into the classpath, as long as Hello.class is not in one of the two .jar's you're using. - twisti