LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Running Eclipse in RedHat ? (https://www.linuxquestions.org/questions/linux-newbie-8/running-eclipse-in-redhat-739215/)

ThunderStrick 07-10-2009 11:32 AM

Running Eclipse in RedHat ?
 
I am having strange problem with Eclipse!
I install Eclipse and run it and it work perfect!
That was two days back!
Today I try to open up Eclipse It won't run!
way I execute to run eclipse
=============================
cd /usr/eclipse/eclipse
./eclipse
=============================

is there any memory stuff I need to modify!!!
Only thing I did before and now is I install Tomcat and Jboss in my Box!

[root@hostnamets eclipse]# free m
total used free shared buffers cached
Mem: 4051628 1690536 2361092 0 94764 959484
-/+ buffers/cache: 636288 3415340
Swap: 2031608 0 2031608

======================================
[root@hostnamets eclipse]# df -m
Filesystem 1M-blocks Used Available Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
141567 12382 121880 10% /
/dev/sda3 190 18 163 10% /boot
tmpfs 1979 0 1979 0% /dev/shm
/dev/mapper/VolGroup00-LogVol05
3968 3325 439 89% /home
/dev/mapper/VolGroup00-LogVol03
3968 138 3626 4% /tmp
/dev/mapper/VolGroup00-LogVol02
7936 4915 2612 66% /usr
/dev/mapper/VolGroup00-LogVol04
3968 864 2900 23% /var
[root@hostnamets eclipse]#


Any clue ?
Thanks
TS

acid_kewpie 07-10-2009 12:52 PM

Well what happens when you try to run it??

John VV 07-10-2009 03:23 PM

what is the ERROR

ThunderStrick 07-10-2009 08:43 PM

When I run I got no error nothing! It is strange!

[root@hostnamets eclipse]# pwd
/usr/eclipse/eclipse
[root@hostnamets eclipse]# ./eclipse
[root@hostnamets eclipse]#

It is strange!

Here are the info of OS
=========================
[root@hostnamets eclipse]# ls /etc/*release*
/etc/redhat-release

/etc/lsb-release.d:
core-3.1-amd64 core-3.1-noarch graphics-3.1-ia32
core-3.1-ia32 graphics-3.1-amd64 graphics-3.1-noarch
===========================================
[root@hostnamets eclipse]# lsb_release -d
Description: Red Hat Enterprise Linux Server release 5.3 (Tikanga)
[root@hostnamets eclipse]#
================================
[root@hostnamets eclipse]# uname -a
Linux hostnamets 2.6.18-128.1.10.el5 #1 SMP Wed Apr 29 13:53:08 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux
[root@hostnamets eclipse]#
=============================
Thanks
TS

John VV 07-10-2009 10:48 PM

how did you install eclipse ? With yum ?
if so then is there a program link in
Applications / Programming

or did you build it from the java source

Have you changed Java in the last few days ?
Or one of the MANY dependencies ?

i don't run eclipse ( i use Anjuta )

ThunderStrick 07-11-2009 05:16 PM

I Install eclipse by downloading
eclipse-jee-galileo-linux-gtk-x86_64.tar.gz
file.

Strange is that I did not change anything before it give problem.
It was working fine and now when I try to run
./eclipse
nothing happen?

Any help ?
Thanks
TS

ThunderStrick 07-12-2009 11:41 AM

strange thing is I install Netbeans and dammmm it work but not eclipse?
it is crazy?
Thanks
TS

Wim Sturkenboom 07-12-2009 12:37 PM

Might be wrong, but what does the J in JBoss stand for? Can't that have broken something somewhere?

rak.dontmess 07-12-2009 09:59 PM

probably, theres already some eclipse process running ... kill that first or a reboot might help.just do ps -e | grep eclipse


All times are GMT -5. The time now is 05:32 PM.