POV-Ray : Newsgroups : povray.off-topic : Someone with JDK installed : Re: Someone with JDK installed Server Time
8 Oct 2024 17:23:28 EDT (-0400)
  Re: Someone with JDK installed  
From: Fredrik Eriksson
Date: 28 Sep 2009 00:04:31
Message: <op.u0x79wmu7bxctx@bigfrog.bredbandsbolaget.se>
On Mon, 28 Sep 2009 03:58:26 +0200, SharkD <mik### [at] gmailcom> wrote:
> Or, could someone provide an example command line to compile the program?
>
> This is the one I'm using:
>
>
> "C:\Program Files\Java\jdk1.6.0_16\bin\javac.exe" ^
> "J:\ProgsWin\Haxer\src\net\interaxia\haxer\Haxer.java"

You need to compile all the source files, either all at once or in the  
correct order (as determined by dependencies).

Something like this:

   cd /d "J:\ProgsWin\Haxer\src\net\interaxia\haxer"

   "C:\Program Files\Java\jdk1.6.0_16\bin\javac.exe" ^
   *.java ^
   api\*.java ^
   scanner\*.java ^
   translator\*.java



-- 
FE


Post a reply to this message

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