POV-Ray : Newsgroups : povray.off-topic : Someone with JDK installed : Re: Someone with JDK installed Server Time
5 Sep 2024 03:21:25 EDT (-0400)
  Re: Someone with JDK installed  
From: Fredrik Eriksson
Date: 28 Sep 2009 01:04:35
Message: <op.u0ya1zhq7bxctx@bigfrog.bredbandsbolaget.se>
On Mon, 28 Sep 2009 06:45:15 +0200, SharkD <mik### [at] gmailcom> wrote:
> Fredrik Eriksson wrote:
>> You need to compile all the source files, either all at once or in the  
>> correct order (as determined by dependencies).
>
> OK, I got it to compile. But, when I try to execute it I get this error:
>
> J:\ProgsWin\Haxer>cd "src"
>
> J:\ProgsWin\Haxer\src>"C:\Program Files\Java\jdk1.6.0_16\bin\java.exe" ^
> java -classpath . net.interaxia.haxer.Haxer
>Exception in thread "main" java.lang.NoClassDefFoundError: java

Just skip the "java" part of the argument list.

   java.exe -classpath . net.interaxia.haxer.Haxer



-- 
FE


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.