Skip to main content



      Home
Home » Eclipse Projects » Linux Tools Project » ubuntu launching Eclipse(missing library)
ubuntu launching Eclipse [message #493563] Mon, 26 October 2009 18:42 Go to next message
Eclipse UserFriend
Trying to launch Eclipse on ubuntu I get the message:
The Eclipse executable launcher was unable to locate its companion shared library.
Where can I find that and how can it be put in the ini file?
Thanks. Joe Kuhn
Re: ubuntu launching Eclipse [message #494401 is a reply to message #493563] Fri, 30 October 2009 10:29 Go to previous messageGo to next message
Eclipse UserFriend
Hi Joseph,

You'll have to provide more details like what version of Eclipse you're trying and whether you got it from eclipse.org or Ubuntu directly, etc. How you're trying to launch it would also be helpful.

Thanks,

Andrew
Re: ubuntu launching Eclipse [message #494766 is a reply to message #494401] Mon, 02 November 2009 10:19 Go to previous messageGo to next message
Eclipse UserFriend
I think the "companion shared library" should be in
eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.<arch >_<versionString
>/eclipse_<aNumber>.so. I don't know why it wouldn't be found there, unless
there was a problem with your download or you're not using the eclipse
executable that came with your download. Or, maybe the library is being
found but is failing to load for some reason? Can you ldd it?

Grant


"Andrew Overholt" <overholt@redhat.com> wrote in message
news:hcet8n$pn5$1@build.eclipse.org...
> Hi Joseph,
>
> You'll have to provide more details like what version of Eclipse you're
trying and whether you got it from eclipse.org or Ubuntu directly, etc. How
you're trying to launch it would also be helpful.
>
> Thanks,
>
> Andrew
Re: ubuntu launching Eclipse [message #501480 is a reply to message #494766] Wed, 02 December 2009 09:12 Go to previous messageGo to next message
Eclipse UserFriend
Andrew, My problem is that a jre is not found. I tried -vm with
java_ee_sdk-5_06-linux.bin
and jre is not found.
What is a useable jre and where can I find it? Thanks. Joe Kuhn
Re: ubuntu launching Eclipse [message #501499 is a reply to message #501480] Wed, 02 December 2009 09:59 Go to previous messageGo to next message
Eclipse UserFriend
Hi,

Could you provide a bit more info?

1. Which Eclipse are you trying to run? Where did you get it?

2. What is the content of your eclipse.ini?

3. How do you start Eclipse (parameters)?

4. If you wish to override the default JRE (-vm parameter), what is the path to that specific JRE (-vm takes that directory as argument). Also, what is the version of that JRE?

5. What is the default JRE?
> which java
> java -version
Re: ubuntu launching Eclipse [message #501619 is a reply to message #501480] Thu, 03 December 2009 02:17 Go to previous messageGo to next message
Eclipse UserFriend
Joseph G. Kuhn <joek@gmavt.net> writes:

> Andrew, My problem is that a jre is not found. I tried -vm with
> java_ee_sdk-5_06-linux.bin
> and jre is not found.

It seems to me you are trying to use a compressed binary directly
instead of a directory where JRE installed. What about unpacking
(installing) it and using something like this:

-vm /usr/lib/jvm/java-6-openjdk/jre/

See http://wiki.eclipse.org/FAQ_How_do_I_run_Eclipse for more details.

--
MAN-UANIC
Debugger Not Working [message #501808 is a reply to message #501619] Thu, 03 December 2009 16:40 Go to previous messageGo to next message
Eclipse UserFriend
For some odd reason, my debugger is not working. Everytime I try to debug my code, it says "source not found". How can I fix this?

Can anyone help? I have a project due next week. This is really urgent. Thanks Confused
Re: Debugger Not Working [message #501839 is a reply to message #501808] Thu, 03 December 2009 20:18 Go to previous messageGo to next message
Eclipse UserFriend
Which programming language are you using? Which environment? CDT?
Re: Debugger Not Working [message #501850 is a reply to message #501839] Thu, 03 December 2009 23:06 Go to previous message
Eclipse UserFriend
Im using Eclipse 3.5 (Galileo) and Java 6.0 SDK. Im programming in Java.
Re: ubuntu launching Eclipse [message #567307 is a reply to message #493563] Fri, 30 October 2009 10:29 Go to previous message
Eclipse UserFriend
Hi Joseph,

You'll have to provide more details like what version of Eclipse you're trying and whether you got it from eclipse.org or Ubuntu directly, etc. How you're trying to launch it would also be helpful.

Thanks,

Andrew
Re: ubuntu launching Eclipse [message #567448 is a reply to message #567307] Mon, 02 November 2009 10:19 Go to previous message
Eclipse UserFriend
I think the "companion shared library" should be in
eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.<arch >_<versionString
>/eclipse_<aNumber>.so. I don't know why it wouldn't be found there, unless
there was a problem with your download or you're not using the eclipse
executable that came with your download. Or, maybe the library is being
found but is failing to load for some reason? Can you ldd it?

Grant


"Andrew Overholt" <overholt@redhat.com> wrote in message
news:hcet8n$pn5$1@build.eclipse.org...
> Hi Joseph,
>
> You'll have to provide more details like what version of Eclipse you're
trying and whether you got it from eclipse.org or Ubuntu directly, etc. How
you're trying to launch it would also be helpful.
>
> Thanks,
>
> Andrew
Re: ubuntu launching Eclipse [message #567531 is a reply to message #494766] Wed, 02 December 2009 09:12 Go to previous message
Eclipse UserFriend
Andrew, My problem is that a jre is not found. I tried -vm with
java_ee_sdk-5_06-linux.bin
and jre is not found.
What is a useable jre and where can I find it? Thanks. Joe Kuhn
Re: ubuntu launching Eclipse [message #567560 is a reply to message #567531] Wed, 02 December 2009 09:59 Go to previous message
Eclipse UserFriend
Hi,

Could you provide a bit more info?

1. Which Eclipse are you trying to run? Where did you get it?

2. What is the content of your eclipse.ini?

3. How do you start Eclipse (parameters)?

4. If you wish to override the default JRE (-vm parameter), what is the path to that specific JRE (-vm takes that directory as argument). Also, what is the version of that JRE?

5. What is the default JRE?
> which java
> java -version
Re: ubuntu launching Eclipse [message #567587 is a reply to message #567531] Thu, 03 December 2009 02:17 Go to previous message
Eclipse UserFriend
Joseph G. Kuhn <joek@gmavt.net> writes:

> Andrew, My problem is that a jre is not found. I tried -vm with
> java_ee_sdk-5_06-linux.bin
> and jre is not found.

It seems to me you are trying to use a compressed binary directly
instead of a directory where JRE installed. What about unpacking
(installing) it and using something like this:

-vm /usr/lib/jvm/java-6-openjdk/jre/

See http://wiki.eclipse.org/FAQ_How_do_I_run_Eclipse for more details.

--
MAN-UANIC
Debugger Not Working [message #567612 is a reply to message #501619] Thu, 03 December 2009 16:40 Go to previous message
Eclipse UserFriend
For some odd reason, my debugger is not working. Everytime I try to debug my code, it says "source not found". How can I fix this?

Can anyone help? I have a project due next week. This is really urgent. Thanks :?
Re: Debugger Not Working [message #567637 is a reply to message #567612] Thu, 03 December 2009 20:18 Go to previous message
Eclipse UserFriend
Which programming language are you using? Which environment? CDT?
Re: Debugger Not Working [message #567654 is a reply to message #567637] Thu, 03 December 2009 23:06 Go to previous message
Eclipse UserFriend
Im using Eclipse 3.5 (Galileo) and Java 6.0 SDK. Im programming in Java.
Previous Topic:Can't use oprofile anymore
Next Topic:OProfile Call Graph Support
Goto Forum:
  


Current Time: Tue Jul 22 19:04:57 EDT 2025

Powered by FUDForum. Page generated in 0.08539 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top