This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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: darwin and java status




Andreas Tobler wrote:

> One odd thing I see, I have to point the CLASSPATH to the libjava build
> directory (the installation directory doesn't work), also the .class
> file has to be there otherwise I get a Bus Error (from gij, the binary
> can sit where it wants). This I don't understand. I can provide a
> backtrace from gdb.

After setting up the classpath as this (installation dir of gcc)

setenv ${CLASSPATH}:/Volumes/reserved1/gcctmp/share
setenv ${CLASSPATH}:/Volumes/reserved1/gcctmp/lib
setenv ${CLASSPATH}:/Volumes/reserved1/gcctmp/bin

I no more get Bus Errors and I can run the gij where I want with a
.class file sitting somewhere.

Did I miss a FAQ?

Andreas


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