Eclipse launch question


 
Thread Tools Search this Thread
Operating Systems Solaris Eclipse launch question
# 1  
Old 05-28-2006
Eclipse launch question

I just bought my first Ultra 20 (Solaris 10) and I would like to know the step by step directions to launch eclipse please. I have unzipped the eclipse folder in my temp directory I am having really hard time launching eclipse from my desktop.
# 2  
Old 05-28-2006
I am not sure whether there is any difference with the SPARC Solaris version. For x86 + Linux, on unzipping the distribution, there is already an "eclipse" executable that on execute will launch Eclipse automatically.
# 3  
Old 05-28-2006
You may need to have all the Java run time files in order to run Eclipse.
# 4  
Old 05-28-2006
eclipse problem

I do have "eclipse" executeable but I am not sure what arguments to pass it. It is keep telling me too many arguments if I pass anything beside the following "./eclipse -vm /usr/java/bin/java" and it is not showing me anything on the console. Do I need to use xterm? When I run the above command it returns after few second with nothing.
# 5  
Old 05-28-2006
I have the binary "Eclipse". I need to know what argument to pass this executable. Also, do I need to run xterm command before I execute this binary?
# 6  
Old 05-28-2006
Usually you do not have to append any parameters to the "eclipse" command. At least with Eclipse 3.1, if you do not have any parameters passed in, a dialog box will appear asking you where you would like your workspace created. In the past you need that parameter or the default, which is the current directory, will always be used.

Of course, set JAVA_HOME to your java base directory should help with finding the JVM. Otherwise, I don't think you need any more parameters (there are some parameters which control the maximum RAM the JVM runs on, for instance, but if they are absent you should still be able to run eclipse.)
# 7  
Old 05-29-2006
Thank you all for helping me. I am not sure what I am doing wrong but this thing is stil not running. This is really frustrating me.

$ pwd
/home/kansari/eclipse
$ ls -al
total 296
drwxr-xr-x 6 kansari adm 512 May 29 15:21 .
drwxr-x--- 31 kansari adm 1536 May 29 15:26 ..
-rw-rw-r-- 1 kansari adm 59 Jan 18 16:44 .eclipseproduct
-rw-rw-r-- 1 kansari adm 10540 Jan 18 16:44 Eclipse.l.pm
-rw-rw-r-- 1 kansari adm 7916 Jan 18 16:44 Eclipse.m.pm
-rw-rw-r-- 1 kansari adm 6796 Jan 18 16:44 Eclipse.s.pm
-rw-rw-r-- 1 kansari adm 5620 Jan 18 16:44 Eclipse.t.pm
drwxr-xr-x 2 kansari adm 512 May 29 15:19 configuration
-rwxr-xr-x 1 kansari adm 48992 Jan 18 16:44 eclipse
-rw-rw-r-- 1 kansari adm 25 Jan 18 16:44 eclipse.ini
-rw-rw-r-- 1 kansari adm 16536 Jan 18 16:44 epl-v10.html
drwxr-xr-x 11 kansari adm 512 May 29 15:19 features
-rw-rw-r-- 1 kansari adm 6506 Jan 18 16:44 notice.html
drwxr-xr-x 26 kansari adm 4096 May 29 15:19 plugins
drwxr-xr-x 2 kansari adm 512 May 29 15:19 readme
-rw-rw-r-- 1 kansari adm 32567 Jan 18 16:44 startup.jar
$ echo $JAVA_HOME
/usr/java
$ ./eclipse
./eclipse: cannot execute
$ csh
kansariultra% ./eclipse
./eclipse: Invalid argument
kansariultra% /usr/java/bin/java
Usage: java [-options] class [args...]
(to execute a class)
or java [-options] -jar jarfile [args...]
(to execute a jar file)..........

I am not sure what to do next. "eclipse" has all executbale permissions but it is still not running.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Eclipse for Solaris 11

I downloaded eclipse for x86. However when I try to start it I get the following:- ld.so.1: eclipse: fatal: relocation error: file /usr/lib/firefox//libxul.so: symbol __1cHmozillaJHashBytes6FpkvI_I_: referenced symbol not found Killed This file libxul.so is in /usr/lib/firefox. How do I get my... (6 Replies)
Discussion started by: Tenyhwa
6 Replies

2. Programming

Eclipse RCP Book

Hi guys I want to start studding Eclipse RCP with this book Eclipse Rich Client Platform (2nd Edition) from Addison-Wesley Professional the second edition released in May 2010. Some guys in amazon commented that the book is deprecated because eclipse 3.7 is out and the book is talking about... (0 Replies)
Discussion started by: majid.merkava
0 Replies

3. Programming

Eclipse C - Launch Failed. Binary Not found

Hi guys. I installed eclipse now and run "Hello World" program in C. but it gives me Launch Failed. Binary Not foundi searched in forums that say: set proper binary parser. mine is set to GNU Elf parser. could anyone help? My eclipse version is: Version: 3.6.1 Build id:... (0 Replies)
Discussion started by: majid.merkava
0 Replies

4. Solaris

Eclipse for Solaris

i am trying to install weblogic 10.3 but for some component need eclipse from where i can download eclipse and how to install it (2 Replies)
Discussion started by: xxmasrawy
2 Replies

5. HP-UX

Eclipse 3.1 on HP-UX 11i

Hey guys how do you run eclipse on HP-UX 11i? there's a startup.jar and an eclipse file ( which is not an executable ) I get different errors try to run the jar file with different java versions. I have all the possible java vm's installed. (0 Replies)
Discussion started by: binary0x01
0 Replies

6. Programming

debug with eclipse

Hi, i' m using eclipse 3.2.2 on ubuntu. When i debug a program (C language) i cannot see any variable in the variables view. From the console (debug perspective) i can see the message: no source file named class.c. What is the problem??? thanks (1 Reply)
Discussion started by: littleboyblu
1 Replies

7. Programming

eclipse console

I have a C program which ends when user types ctrl-c. this program works fine from terminal but when i launch it from eclipse i can't terminate it correctly with ctrl-c because the console does not read the ctrl-c input command. Can anyone help me?? Thanks (3 Replies)
Discussion started by: littleboyblu
3 Replies

8. UNIX for Dummies Questions & Answers

How to launch Eclipse in Solaris 10

Hi people, i just installed Eclipse on my Solaris terminal and i can't seem to run it. Currently i am using the SSH Client software to go to my Unix console.I tried to run the command "eclipse -vm <path of java hre>" as directed however i still can't run the application. My Command prompt is... (5 Replies)
Discussion started by: wilsontan
5 Replies

9. UNIX for Advanced & Expert Users

How to link CVS to eclipse...?

Hi All, can any body help me out on conecting CVS to eclipse. Thanks in advance KUSHAGRA (2 Replies)
Discussion started by: kushagrak
2 Replies

10. Programming

related to Eclipse

I wanted to install similar automake & friends that exist in kdevelop in Eclipse also. There is a project related to this here and the plugins are at Download section. If everyone did it or might do it in the future, I am interested to know how ! If there is somebody else that has another option... (0 Replies)
Discussion started by: mihk
0 Replies
Login or Register to Ask a Question