[wplug] jre for compiling mindterm

J Aaron Farr jaaronfarr at yahoo.com
Thu Jun 26 02:43:57 EDT 2003


On Wed, 2003-06-25 at 10:27, John Harrold wrote:

> 
> JAVAMAKE    = /opt/java/javamake.jar
> JMAKEFLAGS  = -C-g -C-target -C1.1 -C-deprecation -C-classpath -C.
> 

Change the JMAKEFLAGS line to:

JMAKEFLAGS  = -C-g -C-target -C1.1 -C-deprecation -classpath .

Notice I got rid of the -C in front of -classpath and the period.

Then, run "make" and it should work. (don't worry about the deprecation
warnings).

When you're done you'll end up with a mindterm.jar in your working
directory.  To run: "java -jar mindterm.jar"

Let me know if you still have trouble.  

Oh, and we should send a patch to the maintainer.

-- 
  jaaron    <http://jadetower.org>




More information about the wplug mailing list