How to launch Eclipse in Solaris 10


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers How to launch Eclipse in Solaris 10
# 1  
Old 04-26-2006
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 giving me a command not found as it treats eclipse as a command and not the program to execute. I have installed Cygwin for my X Windows Server.

Could anyone kindly help me out here ?

regards
wilson
# 2  
Old 04-26-2006
Where is the eclipse binary?

What is the value of your PATH environment variable?

Cheers
ZB
# 3  
Old 04-26-2006
The Eclipse binary is sitting in a sub directory within my home.

as for PATH variable.Which particular entry are you looking out for. Sorry that i can't provide the values of my PATH entries as it will be against my client's security policy.

If you are looking out for the JRE Path, then i am using a JE found within one of path settings for Application Monitoring by Computer Associates
# 4  
Old 04-26-2006
You can't login to a Solaris platform across the network using SSH and run Eclipse - if I understand you correctly. Wish you could, but you can't. SSH does not support this.

If you are trying to run Eclipse locally, that is another matter........ and is certainly doable if your java classpaths etc are well organized and defined.....
# 5  
Old 04-26-2006
Quote:
Originally Posted by Neo
You can't login to a Solaris platform across the network using SSH and run Eclipse - if I understand you correctly. Wish you could, but you can't. SSH does not support this.

If you are trying to run Eclipse locally, that is another matter........ and is certainly doable if your java classpaths etc are well organized and defined.....
Hi Neo,

thanks for the reply.But isn't running a GUI application like Eclipse similar to running a AWT/Swing application from the SSH Client with the help of a X11 Server like Cygwin ? Please correct me if i am wrong here.
# 6  
Old 02-26-2009
Check your PATH, see if you can execute like ./eclipse
 
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 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

3. 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

4. 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

5. Solaris

install eclipse under solaris without root password?

hi, Ho can I install eclipse under solaris without root password? Thanks. peter (1 Reply)
Discussion started by: laopi
1 Replies

6. Solaris

looking for eclipse for SOLARIS 10 x86-64 bit

Hi, I am looking for eclipse for my solaris 10 x86 64 bit. No luck and haven't found the download yet. It is required when I install WLS 10.3. Of course one no need to use eclipse and you can always use workshop. Does anybody please know where can I download the software. Thanks, ... (2 Replies)
Discussion started by: aa_monster
2 Replies

7. 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

8. 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

9. Solaris

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. (7 Replies)
Discussion started by: saif
7 Replies

10. UNIX for Dummies Questions & Answers

Launch File Manger on Solaris

Hi, I know that I can launch File Manger or Text Editor from the icons on the KDE manger. How can I launch those via command prompt? Because I would like to launch from an X-Session. Thanks, (3 Replies)
Discussion started by: yankee428
3 Replies
Login or Register to Ask a Question