Hi Arsene, [EMAIL PROTECTED] wrote: > hi, > i'm a java developer, yet new to use classpath such > project. currently i test how to use classpath to > develop my project. however, after kaffe > (/usr/local/kaffe) and classpath > (/usr/local/classpath) installed, when compiling a > simple HelloWorld program, there's a dilemma occurred. > if i put classpath lib - glibj.zip, in env variable > CLASSPATH. the kaffe vm issues problem that has > package conflict with kaffe's lib, rt.jar. what can i > do to that, if i want to use classpath's glibj.zip? or > where did i do it wrong? > i appreacite any suggestions, sincerely.
you can not use Classpath's class library with Kaffe, since some fundamental classes conflict. when compiling programs, yuu can usually pass the compiler a specific classpath to use for the compilation. I assume you're using kjc, so that should be the --classpath option. cheers, dalibor topic _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

