From owner-freebsd-java@FreeBSD.ORG Wed Nov 29 16:45:18 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 46E3A16A53E; Wed, 29 Nov 2006 16:45:18 +0000 (UTC) (envelope-from dsledge@appriss.com) Received: from intexch02.int.appriss.com (intexch02.int.appriss.com [63.126.72.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C9F243DF0; Wed, 29 Nov 2006 16:41:47 +0000 (GMT) (envelope-from dsledge@appriss.com) Received: from [10.11.3.10] ([10.11.3.10]) by intexch02.int.appriss.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 29 Nov 2006 11:41:48 -0500 Message-ID: <456DB84F.8050102@appriss.com> Date: Wed, 29 Nov 2006 11:41:51 -0500 From: David Sledge User-Agent: Thunderbird 1.5.0.8 (X11/20061127) MIME-Version: 1.0 To: Alex Pivovarov References: <426b510c0611271157w3269b8e2w8c5903ea94f26176@mail.gmail.com> <426b510c0611280124h895e115pc825a2f29e70b401@mail.gmail.com> <426b510c0611282343s3deb78b9vfc533abc77e2fbad@mail.gmail.com> In-Reply-To: <426b510c0611282343s3deb78b9vfc533abc77e2fbad@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 29 Nov 2006 16:41:48.0765 (UTC) FILETIME=[43ABE8D0:01C713D5] Cc: freebsd-java@freebsd.org, freebsd-eclipse@freebsd.org, Ronald Klop Subject: Re: Is it possible to run eclipse-SDK-3.2.1-linux-gtk on FreeBSD X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2006 16:45:19 -0000 I found some messages from the fedora team who was having the same problem getting eclipse's internal web browser to work on FC6. Looks like they found the problem. I downloaded their patch files and I am working on getting the fix into the eclipse port right now. From the conversation it looks like eclipse is using a method that mozilla never intended on being used by anyone outside of mozilla, "NS_InitEmbedding" and it now no longer available. The patch files from FC6 have changed the calls to NS_InitEmbedding to the appropriate one. I will let you know when I have the port ready and will gladly send out a shar to anyone who would be willing to test it. Alex Pivovarov wrote: > Ronald try to create web project in the last freebsd eclipse 3.2.1. It > simply doesn't work. This is why I'm interested in linux eclipse version > which works well in OS an FC6. > > Of course I did all that stuff you mentioned in you previous message. > Unfortunately, the problem is not in the way you install diablo, > eclipse and > plugins. The problem is that I could not create web project. See my > messages > on Nov. 18 > > Alex. > Good luck. > > On 11/29/06, Ronald Klop wrote: >> >> Please CC to the mailinglist. I'm not a payed servicedesk, so don't >> think >> I'm the only one responding. >> >> For me FreeBSD Eclipse is very stable developing a 800,000+ lines >> java web >> application (>80MB .war file) using subclipse. >> >> But if you do not respond to my questions how can I help you? >> >> So I will repeat: Do you know what ports are? (See below for more info!) >> >> Install /usr/ports/java/diablo-jdk15 on FreeBSD 6.1/6.2. >> Check if it is working. If not mail this mailinglist with your output. >> Install /usr/ports/java/eclipse. >> Check if it is working. If not mail this mailinglist with your output. >> >> Ronald. >> >> On Tue, 28 Nov 2006 10:24:08 +0100, Alex Pivovarov >> >> wrote: >> >> > freebsd eclipse is rather unstable. I cant even create new web >> project. >> > See >> > my messages from November 18. >> > >> > FreeBSD prospects claim that it's possible to run linux programms on >> > FreeBSD. Seems that linux eclipse is an exception >> > >> > On 11/28/06, Ronald Klop < ronald-freebsd8@klop.yi.org> wrote: >> >> >> >> On Mon, 27 Nov 2006 20:57:21 +0100, Alex Pivovarov < >> >> apivovarov@gmail.com> >> >> wrote: >> >> >> >> > I tried to run eclipse-SDK-3.2.1-linux-gtk on FreeBSD with >> diablo-jdk >> >> > installed. but on this configuration eclipse is very unstable and >> >> crashes >> >> > when I creating a new Java Project >> >> > >> >> > Is it possible somehow to work in eclipse-SDK-3.2.1-linux-gtk on >> >> FreeBSD, >> >> > may be I need linux-jdk? >> >> >> >> Do you know what ports are? >> >> See: >> >> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html >> >> >> >> 1. Update your ports to a recent version. >> >> 2. cd /usr/ports/java/eclipse >> >> 3. make >> >> 4. follow the instructions >> >> 5. make install >> >> 6. make clean >> >> >> >> Success. >> >> >> >> Ronald. >> >> >> >> -- >> >> Ronald Klop >> >> Amsterdam, The Netherlands >> >> >> >> >> >> -- >> Ronald Klop >> Amsterdam, The Netherlands >> _______________________________________________ >> freebsd-java@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-java >> To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" >> > _______________________________________________ > freebsd-eclipse@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-eclipse > To unsubscribe, send any mail to > "freebsd-eclipse-unsubscribe@freebsd.org"