From: Hiroo H. <hir...@co...> - 2004-09-11 04:07:48
|
tt_ml_2_g7> > javac core/*.java tt_ml_2_g7> > javac synthdrivers/*/*/*.java synthdrivers/*/*.java tt_ml_2_g7> > javac -classpath '.;Groovy.jar' org/jsynthlib/*/*/*.java org/= jsynthlib/*/*.java tt_ml_2_g7> > javac *.java =2E.. tt_ml_2_g7> > You need to set the classpath to include asm.jar and groovy.j= ar. tt_ml_2_g7> > Maybe we should change JAVAC_FLAGS in makefile.vars to "-g -c= lasspath tt_ml_2_g7> > .:groovy.jar:asm.jar" =2E.. tt_ml_2_g7> - Following Hiroo's hint I run into trouble. It seems that only Windows environment uses semicolon instead of colon. I don't use asm.jar now. Is it really required? --=20 Hiroo Hayashi |