List Info

Thread: Is it possible to run eclipse-SDK-3.2.1-linux-gtk on FreeBSD




Is it possible to run eclipse-SDK-3.2.1-linux-gtk on FreeBSD
user name
2006-11-29 01:25:24
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
<apivovarovgmail.com>  
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-freebsd8klop.yi.org> wrote:
>>
>> On Mon, 27 Nov 2006 20:57:21 +0100, Alex Pivovarov
<  
>> apivovarovgmail.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/b
ooks/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-javafreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-java
To unsubscribe, send any mail to
"freebsd-java-unsubscribefreebsd.org"
Is it possible to run eclipse-SDK-3.2.1-linux-gtk on FreeBSD
user name
2006-11-29 07:43:48
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 <ronald-freebsd8klop.yi.org> 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
<apivovarovgmail.com>
> 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-freebsd8klop.yi.org> wrote:
> >>
> >> On Mon, 27 Nov 2006 20:57:21 +0100, Alex
Pivovarov <
> >> apivovarovgmail.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/b
ooks/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-javafreebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-java
> To unsubscribe, send any mail to
"freebsd-java-unsubscribefreebsd.org"
>
_______________________________________________
freebsd-javafreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-java
To unsubscribe, send any mail to
"freebsd-java-unsubscribefreebsd.org"
Is it possible to run eclipse-SDK-3.2.1-linux-gtk on FreeBSD
user name
2006-11-29 16:41:51
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 <ronald-freebsd8klop.yi.org> 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 
>> <apivovarovgmail.com>
>> 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-freebsd8klop.yi.org> wrote:
>> >>
>> >> On Mon, 27 Nov 2006 20:57:21 +0100, Alex
Pivovarov <
>> >> apivovarovgmail.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/b
ooks/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-javafreebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-java
>> To unsubscribe, send any mail to
"freebsd-java-unsubscribefreebsd.org"
>>
> _______________________________________________
> freebsd-eclipsefreebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-eclip
se
> To unsubscribe, send any mail to 
> "freebsd-eclipse-unsubscribefreebsd.org"
_______________________________________________
freebsd-javafreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-java
To unsubscribe, send any mail to
"freebsd-java-unsubscribefreebsd.org"
Is it possible to run eclipse-SDK-3.2.1-linux-gtk on FreeBSD
user name
2006-11-29 22:52:12
Ok, I have got eclipse's internal web browser working when
compiling 
against the xulrunner libraries. I attached the diff to the
ticket found 
at  http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/105581 . The last 
patch file attached is the right one, it shows up as
patch-3.diff. Give 
it a try and see what it does for you.

_______________________________________________
freebsd-javafreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-java
To unsubscribe, send any mail to
"freebsd-java-unsubscribefreebsd.org"
Is it possible to run eclipse-SDK-3.2.1-linux-gtk on FreeBSD
user name
2006-12-02 08:54:43
  David,
   Would you please update your eclipse.shar file at http://www.freshdevo
nrails.com/?
   I cannot patch Makefile using diff from  http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/105581.


_______________________________________________
freebsd-javafreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-java
To unsubscribe, send any mail to
"freebsd-java-unsubscribefreebsd.org"
[1-5]

about | contact  Other archives ( Real Estate discussion Medical topics )