classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Problem]glibj.zip conflict with kaffe vm's rt.jar


From: Dalibor Topic
Subject: Re: [Problem]glibj.zip conflict with kaffe vm's rt.jar
Date: Thu, 08 Apr 2004 13:03:30 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7b) Gecko/20040316

Hi Arsene,

address@hidden 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]