From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1243 invoked by alias); 22 Dec 2004 18:46:42 -0000 Mailing-List: contact eclipse-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: eclipse-owner@sources.redhat.com Received: (qmail 1072 invoked from network); 22 Dec 2004 18:46:31 -0000 Received: from unknown (HELO relay03.pair.com) (209.68.5.17) by sourceware.org with SMTP; 22 Dec 2004 18:46:31 -0000 Received: (qmail 94542 invoked from network); 22 Dec 2004 18:46:31 -0000 Received: from unknown (HELO ?10.40.10.161?) (unknown) by unknown with SMTP; 22 Dec 2004 18:46:31 -0000 X-pair-Authenticated: 12.37.22.233 In-Reply-To: <1084230975.2155.66.camel@escape> References: <409FDFD8.5010103@comarb.gov.ar> <20040510204036.GB24703@lichen.truemesh.com> <87d65cue1s.fsf@fleche.redhat.com> <1084230975.2155.66.camel@escape> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit Cc: Tom Tromey , Anthony Green From: Marc Boorshtein Subject: Re: Fedora 2 & Eclipse Date: Wed, 22 Dec 2004 18:46:00 -0000 To: eclipse@sources.redhat.com X-Mailer: Apple Mail (2.619) X-SW-Source: 2004-q4/txt/msg00001.txt.bz2 Hello, I haven't received much traffic on this list, but I was wondering if it was still active? I am trying to compile an SWT application to run on linux using gcj. The application runs on SWT 3.0.1. Here is the command line I am using: gcj -O2 -fjni --main=com.octetstring.jdbc.ldap.browser.JdbcLdapBrowserApp dist/osgi.jar dist/swt-pi-linux.jar dist/swt-mozilla.jar dist/swt-linux.jar dist/runtime.jar dist/boot.jar dist/jface.jar dist/ldap.jar dist/runtime.jar dist/ldap.jar dist/jdbcLdap.jar dist/jdbcLdapBrowser.jar -o ldapBrowser After playing around with the ordering, I figured it was best to put osgi first, but when I try this I get the error: org/osgi/service/url/AbstractURLStreamHandlerService.java: In class `org.osgi.service.url.AbstractURLStreamHandlerService': org/osgi/service/url/AbstractURLStreamHandlerService.java: In method `org.osgi.service.url.AbstractURLStreamHandlerService.equals(java.net.UR L,java.net.URL)': org/osgi/service/url/AbstractURLStreamHandlerService.java:83: class 'java.net.URLStreamHandler' has no method named 'equals' matching signature '(Ljava/net/URL;Ljava/net/URL;)Z' org/osgi/service/url/AbstractURLStreamHandlerService.java:93: confused by earlier errors, bailing out Is there something else I need to do? I tried including rt.jar in the classpath, but gcj didn't like that very much. I know you gotten eclipse 2.1 working with gcj, I was wondering if there had been any luck with 3.0 and the 3.0 libraries. Any help would be greatly appreciated. ------------------------------------------------------------------------ -------------------------- Marc Boorshtein Sr. Software Engineer, Octet String marc.boorshtein@octetstring.com On May 10, 2004, at 6:16 PM, Anthony Green wrote: