Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] about eclipse Java compiler

From: Philippe_Mulet@xxxxxxx
Subject: Re: [jdt-core-dev] about eclipse Java compiler
Date: Mon, 8 Apr 2002 11:13:33 +0200

> Given you have ran jacks with our batch compiler, can you please describe
> your setup in order to run them ?

Soory, not sooner reply. Maybe you did try jacks already. But I write:

1) write following simple script:


---- javac ----
#! /bin/sh

export CLASSPATH=/usr/local/jdk1.3.1_03/jre/lib/rt.jar:${CLASSPATH}

exec ${JAVA_HOME}/bin/java -classpath ${CLASSPATH}:/usr/local/eclipse/plugins/org.eclipse.jdt.core/jdtcore.jar org.eclipse.jdt.internal.compiler.batch.Main -c
lasspath ${CLASSPATH} -d . ${1+"$@"}
---------------

2) modify javac_setup file 

set JAVAC /home/myhome/jacks/javac

regards,

Takashi Okamoto




Back to the top