LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 04-14-2009, 10:34 AM   #1
phys
Member
 
Registered: Jun 2006
Location: Istanbul, Turkey
Distribution: Slackware
Posts: 90

Rep: Reputation: 23
Eclipse does not launch


Hello Slackers;
I downloaded official eclipse binary and tried to launch eclipse by executing "./eclipse", but eclipse did not launch. "java" and "javac" are set to "/usr/lib/java/bin/".
Code:
phys@slackbox:~$ java -version
java version "1.6.0_13"
Java(TM) SE Runtime Environment (build 1.6.0_13-b03)
Java HotSpot(TM) Server VM (build 11.3-b02, mixed mode)
phys@slackbox:~$
Log file is;

*.log file

Thanks.

Last edited by phys; 04-14-2009 at 10:36 AM.
 
Old 04-14-2009, 10:37 AM   #2
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,186

Rep: Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378
Besides java itself, are there any other dependencies needed? I tried going through the log you provided, but it seems rather long-winded. Perhaps you might want to consider an eclipse package from either slacky.eu or a build script from slackbuilds.org ? You might have better luck that way, instead of just downloading the 'generic' from sun.
 
Old 04-14-2009, 12:08 PM   #3
metrofox
Member
 
Registered: Jan 2009
Location: Palermo, Italy
Distribution: Slackware
Posts: 236

Rep: Reputation: 37
I've got the same error too. I receive this error with eclipse-ccp...
Attached Files
File Type: txt hs_err_pid26048.txt (64.4 KB, 39 views)

Last edited by metrofox; 04-14-2009 at 12:19 PM.
 
Old 04-14-2009, 12:26 PM   #4
phys
Member
 
Registered: Jun 2006
Location: Istanbul, Turkey
Distribution: Slackware
Posts: 90

Original Poster
Rep: Reputation: 23
Thanks Jeebizz, I've installed "eclipse classic" using SBo slackbuild script, but still the same error message appears while launching program, then eclipse terminates. I have also tried to install older versions of JDK and JRE, nothing happened.

Code:
phys@slackbox:~$ eclipse
#
# An unexpected error has been detected by Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0xb369398b, pid=23969, tid=3084114128
#
# Java VM: Java HotSpot(TM) Client VM (11.3-b02 mixed mode, sharing linux-x86)
# Problematic frame:
# C  [libswt-mozilla-gtk-3452.so+0x1098b]
#
# An error report file with more information is saved as:
# /tmp/hs_err_pid23969.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
/usr/bin/eclipse: line 3: 23969 Aborted                 ./eclipse "$@"
phys@slackbox:~$
 
Old 04-16-2009, 12:13 PM   #5
metrofox
Member
 
Registered: Jan 2009
Location: Palermo, Italy
Distribution: Slackware
Posts: 236

Rep: Reputation: 37
I'm trying to contact the developers, I hope it isn't a slackware-only bug.
 
Old 04-16-2009, 07:40 PM   #6
gtludwig
Member
 
Registered: Oct 2005
Location: Ireland
Distribution: Slackware64-current
Posts: 233

Rep: Reputation: 18
same problem here! as soon as i find something out, i'll share!

---
Edit: found a work-around
I downgraded seamonkey and Eclipse is working again!

Last edited by gtludwig; 04-16-2009 at 10:50 PM.
 
Old 04-17-2009, 11:30 AM   #7
metrofox
Member
 
Registered: Jan 2009
Location: Palermo, Italy
Distribution: Slackware
Posts: 236

Rep: Reputation: 37
What version of seamonkey are you using at the moment?
 
Old 04-17-2009, 11:51 AM   #8
vitalstrike82
Member
 
Registered: Oct 2007
Location: Singapore
Distribution: OpenSuse, Slackware, Redhat
Posts: 318

Rep: Reputation: 40
Hi,

currently i'm using eclipse to develop my java projects and i have been using this on slackware for about a year.

I hope the eclipse that you mention is about the IDE for developing java projects and you install using the slack build.

For me, i download from this website:
http://www.eclipse.org/downloads/dow...nux-gtk.tar.gz

1) Untar the file
Code:
tar -zxvf <eclipse file>
2) Copy the untar file into your desire directory

3) go into the eclipse file and run.

Code:
cd eclipse
./eclipse &
You should be running without any problems.
 
1 members found this post helpful.
Old 04-18-2009, 01:17 AM   #9
gtludwig
Member
 
Registered: Oct 2005
Location: Ireland
Distribution: Slackware64-current
Posts: 233

Rep: Reputation: 18
metrofox,
Code:
gtl@predator:~$ seamonkey -version
SeaMonkey 1.1.16, Copyright (c) 2003-2009 mozilla.org, build 2009041115
gtl@predator:~$
vitalstrike82,

yup! that's the one! are you using Slackware 12.2 or Slackware-current? There are some differences, you know!

Happy Slacking
 
Old 04-18-2009, 02:45 AM   #10
rg3
Member
 
Registered: Jul 2007
Distribution: Fedora
Posts: 527

Rep: Reputation: Disabled
In the error log it seems eclipse is receiving SIGSEGV (Segmentation fault), so it doesn't look like a dependency problem at all but a program crash. It may be a problem with Java, but this is pure speculation.

Last edited by rg3; 04-18-2009 at 02:52 AM. Reason: typo
 
Old 04-18-2009, 06:39 AM   #11
metrofox
Member
 
Registered: Jan 2009
Location: Palermo, Italy
Distribution: Slackware
Posts: 236

Rep: Reputation: 37
Quote:
Originally Posted by gustaveiras View Post
metrofox,
Code:
gtl@predator:~$ seamonkey -version
SeaMonkey 1.1.16, Copyright (c) 2003-2009 mozilla.org, build 2009041115
gtl@predator:~$
vitalstrike82,

yup! that's the one! are you using Slackware 12.2 or Slackware-current? There are some differences, you know!

Happy Slacking
I'm using slackware-current, I'll do some changes on the system to test what could be the causes. The eclipse's developers don't answer to my report...They suck!
 
Old 04-18-2009, 06:47 AM   #12
vitalstrike82
Member
 
Registered: Oct 2007
Location: Singapore
Distribution: OpenSuse, Slackware, Redhat
Posts: 318

Rep: Reputation: 40
Quote:
Originally Posted by gustaveiras View Post
metrofox,
Code:
gtl@predator:~$ seamonkey -version
SeaMonkey 1.1.16, Copyright (c) 2003-2009 mozilla.org, build 2009041115
gtl@predator:~$
vitalstrike82,

yup! that's the one! are you using Slackware 12.2 or Slackware-current? There are some differences, you know!

Happy Slacking
gustaveiras,

The i'm using slackware 12.1

If you want it to be trouble free, download the eclipse tar file from the eclipse website.

Just untar, place in and directory you want and just run it.

I'm using version 12.1. I have try my method on 12.2 at my office pc and it is working fine.
 
Old 04-18-2009, 07:26 AM   #13
metrofox
Member
 
Registered: Jan 2009
Location: Palermo, Italy
Distribution: Slackware
Posts: 236

Rep: Reputation: 37
I think there's something we're forgetting, guys...Downgrading a thing is not a solution to the problem, it exists and you won't solve just downgrading to another version, I'd call it "escaping". So the problem is not solved, it's still here and still exists, now...Let's do some changes on our system to understand where the error could be, and waiting to the eclipse team...(Waiting and hoping, eh?)
 
Old 04-18-2009, 11:09 AM   #14
XGizzmo
Member
 
Registered: Mar 2007
Distribution: Slackware
Posts: 264

Rep: Reputation: 69
I just installed eclipse with the build from SlackBuilds.org on a clean 12.2+patches
system and it worked fine. Maybe there is an old plugin/workspace/config file that is
causing the problem.
 
Old 04-18-2009, 12:45 PM   #15
metrofox
Member
 
Registered: Jan 2009
Location: Palermo, Italy
Distribution: Slackware
Posts: 236

Rep: Reputation: 37
Quote:
Originally Posted by XGizzmo View Post
I just installed eclipse with the build from SlackBuilds.org on a clean 12.2+patches
system and it worked fine. Maybe there is an old plugin/workspace/config file that is
causing the problem.
Has your eclipse C\C++ IDE support?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Eclipse PDT 2.0 vs Zend Studio for Eclipse NaCo Programming 1 02-01-2009 11:35 AM
LXer: Mastering Eclipse: The Eclipse workbench LXer Syndicated Linux News 0 11-01-2008 10:10 AM
what does Eclipse do? newbiesforever Linux - Software 2 06-24-2008 02:22 PM
LXer: Gentleware Unveils New Apollo for Eclipse and openArchitectureWare Eclipse Dist LXer Syndicated Linux News 0 10-25-2007 09:30 PM
LXer: Netbeans attempts to eclipse Eclipse LXer Syndicated Linux News 0 04-17-2006 09:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 08:13 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration