Sponsored Content
Full Discussion: Eclipse launch question
Operating Systems Solaris Eclipse launch question Post 302075025 by saif on Monday 29th of May 2006 03:40:54 PM
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.
 

10 More Discussions You Might Find Interesting

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

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

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

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

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

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

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

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

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

10. 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
utmpx(4)							   File Formats 							  utmpx(4)

NAME
utmpx, wtmpx - utmpx and wtmpx database entry formats SYNOPSIS
#include <utmpx.h> /var/adm/utmpx /var/adm/wtmpx DESCRIPTION
The utmpx and wtmpx files are extended database files that have superseded the obsolete utmp and wtmp database files. The utmpx database contains user access and accounting information for commands such as who(1), write(1), and login(1). The wtmpx database contains the history of user access and accounting information for the utmpx database. USAGE
Applications should not access these databases directly, but should use the functions described on the getutxent(3C) manual page to inter- act with the utmpx and wtmpx databases to ensure that they are maintained consistently. FILES
/var/adm/utmpx user access and adminstration information /var/adm/wtmpx history of user access and adminstrative information SEE ALSO
getutxent(3C), wait(3C)wait.h(3HEAD) SunOS 5.10 22 Feb 1999 utmpx(4)
All times are GMT -4. The time now is 11:57 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy