This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC 4.0 RC1 Available


On Tue, 2005-04-12 at 11:23 -0700, Per Bothner wrote:
> Try compiling to native:
> 
> $ gcj -o CL CL.java --main=CL
> $ CLASSPATH=.:/:/usr:/random ./CL
> gnu.gcj.runtime.SystemClassLoader{urls=[file:./], 
> parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}

Aha. Thanks. As a workaround you can use the GCJ_PROPERTIES environment
variable for now:

GCJ_PROPERTIES='java.class.path=../..' ./CL
gnu.gcj.runtime.SystemClassLoader{urls=[file:../../],
parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}

I am looking for a real solution.

Cheers,

Mark

Attachment: signature.asc
Description: This is a digitally signed message part


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]