Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Running F2 with J9

There are a couple of problems I'm seeing with runningF2  on the latest 
J9. The J9 team is looking into some of them, but I've got a couple of 
questions on the launcher. Is this the appropriate mailing list?

- For Linux/Motif the J9 arguments are hardcoded  in eclipseMotif.c.  The 
arguments are different in the newest J9 release so the launcher doesn't 
work with the new J9. Should I open a bug report? If so, which component?

- When bypassing the eclipse executable and running J9 by hand, I can 
launch but I get errors in SWT related to Xt and Xm calls. I believe the 
issue is one I've seen before and it is being caused by SWT picking up 
Lesstif libraries on my machine rather than the correct libXm.so that is 
shipped with eclipse.  When launching with jre I don't see this problem, 
but I can't find anywhere in the launch logic where the launcher sets up 
the enivronment for making this work . I can manually add a LD_PRELOAD  to 
my environment and get it to work, but I'm unsure as to why JRE is working 
and not J9.

Thanks
-Andrew





DJ_Houghton@xxxxxxx
Sent by: eclipse-dev-admin@xxxxxxxxxxx
06/03/2002 09:06 AM
Please respond to eclipse-dev

 
        To:     eclipse-dev@xxxxxxxxxxx
        cc: 
        Subject:        [eclipse-dev] Running F2 with J9

There is a patch available if you are trying to run build F2 with J9.
It is available off the Platform Core team web page on eclipse.org.
Replace the startup.jar in your installation directory with the folllowing 

jar file.
Sorry for the confusion.

http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-core-home/downloads/patches/I-20020602/startup.jar
_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/eclipse-dev





Back to the top