At 07:52 PM 6/22/00 +0800, you wrote: >Hi, > >Everyone, I just start to use JDE . >I have problem when I run application by c-c c-v c-p. > >When I run my application, the message is >--------------- >java -classpath $CLASSPATH:$HOME/jpj/log/classes/ -Xoss128k -Xmx128m >$HOME/jpj/log/classes/log.PackingClient $HOME/jpj/log/src/data/boxlist1 > >Exception in thread "main" java.lang.NoClassDefFoundError: >$HOME/jpj/log/classes/log/PackingClient > >Process $HOME/jpj/log/classes/log.PackingClient exited abnormally with code 1 >------------------- > >However, if I copy >----------- >java -classpath $CLASSPATH:$HOME/jpj/log/classes/ -Xoss128k -Xmx128m >$HOME/jpj/log/classes/log.PackingClient $HOME/jpj/log/src/data/boxlist1 >------------- > to the command line, it works well. > >Why???? > The JDE does not expand environment variables. - Paul >Thanks very much! >yx > > ------------------------------------------------------------ TECH SUPPORT POLICY I respond only to requests that contain a complete problem report. The easiest way to ensure that your report is complete is to include the output of the JDE->Help->Submit Problem Report command in your request. To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] JDE website: http://sunsite.auc.dk/jde/ JDE mailing list archive: http://www.mail-archive.com/[email protected]/maillist.html
