hi all,

i am a happy jde user. however, occasionally i like to work with eclipse.
this is not only due to the refactoring possibilities offered by eclipse.
another reason is the eclipse compiler, which offers a lot of helpfull
warning about e.g. meaningless assignments (ala x = x).

the eclipse compiler can be used standalone:
  java -classpath $eclipse_home/plugins/org.eclipse.jdt.core_3.0.0/jdtcore.jar
      org/eclipse/jdt/internal/compiler/batch/Main <options> <files>

i would really like to use it within the jde. if possible as replacement
for the javac server.

is this possible? has anybody tried to do this?

tia, heinz-dieter conradi

Reply via email to