Eclipse Error: The custom VM you have chosen is not a valid executable.


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Eclipse Error: The custom VM you have chosen is not a valid executable.
# 1  
Old 01-29-2010
Bug Eclipse Error: The custom VM you have chosen is not a valid executable.

Hello there

I am having the following problem: I installed Eclipse on my computer and when I went to Applications->Programmng->Eclipse it says: The custom VM you have chosen is not a valid executable.

I am pretty new to Ubuntu ( 1 week ) so after I first googled this problem: I did the following:
Code:
$sudo update-java-alternatives --list

Output:
Code:
java-6-sun 63 /usr/lib/jvm/java-6-sun
java-gcj 1042 /usr/lib/jvm/java-gcj

$gksudo gedit /etc/eclipse/java_home

And in my java_home file I do have:
Code:
/usr/lib/jvm/java-7-icedtea
/usr/lib/jvm/java-gcj
/usr/lib/kaffe/pthreads
/usr/lib/jvm/java-6-sun
/usr/lib/jvm/java-1.5.0-sun
/usr/lib/j2se/1.5

From my terminal, if I type in $eclipse, I get:
using specified vm:
Code:
/usr/lib/jvm/java-6-sun-1.6.0.06;

which I suppose it's good, the jvm is from sun, yet the problem exists.
What should I do? I have Jaunty..

Thank you Smilie

Last edited by Scott; 01-29-2010 at 04:45 PM.. Reason: Please use code tags
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Web Development

Apache/2.2.15 custom error log

Hello, I've updated my apache access log to include the x-forward-for IP instead of my client(loadbalancer) ip. However, i can't seem to find a way to do the same for the error logs. Can someone please assist. Thank you. -K (0 Replies)
Discussion started by: kmaq7621
0 Replies

2. Shell Programming and Scripting

get chosen value from bash menu

Hi again :) This is just a sample whiptail menu. Works great, but have been trying to get the chosen value into a variable but failing pretty bad...its ther but unsure how to echo it out when needed #! /bin/bash #This is the menu whiptail --title "Menu example" --menu "Choose an... (9 Replies)
Discussion started by: olearydc
9 Replies

3. SCO

Getting error sco unix 507 from cdrom:no controller for device you chosen

Installing SCO UNIX 507 on Dell Poweredge T610. It has no floppy so I downloaded the BTLD onto CD from SCO site to load without floppy drive. BTLD loads ok. when i get to the Media to be used, no matter what option i chose i get the error: No controller for device you have chosen. During bootup you... (9 Replies)
Discussion started by: romanglad112
9 Replies

4. AIX

Error launching c++ executable

Hi everybody, I have compiled my code based on the ALPS libraries () and CMake build system with IBM compiler xlC 11.1 on AIX 6.1 at the latest patch level running on an IBM SP Power 6 machine for high-performance computing. When I run the executable I receive this error message: -bash-3.2$... (2 Replies)
Discussion started by: JessicaAlfonsi
2 Replies

5. Solaris

XDMCP fatal error: Session declined No valid address

Hello all, I just post here to expose an issue I have encountered two days ago and finally successfully solve just right now using info on this site( but not only). Config : Two SUN/ORACLE sparc Solaris 10 system. Purpose : do a remote CDE login from host one to the host two. method: from... (0 Replies)
Discussion started by: sunsunsun
0 Replies

6. Solaris

XDMCP fatal error: Session declined No valid address

Hi ppl, anyone has encounter this error before? I can't remote login to another machine residing in the same subnet via CDE and the error I get in var/dt/Xerrors is XDMCP fatal error: Session declined No valid address Warning: Name: submenu_options_button Class: XmRowColumn ... (2 Replies)
Discussion started by: xiaochensg
2 Replies

7. Shell Programming and Scripting

Help regarding Error message: A test command parameter is not valid

Hi I am getting few messages when trying to run my script from the following lines in the script if test then // SomeCode fi The messages are as follows: testing.sh: OBLIGOR_GROUP_ID: 0403-012 A test command parameter is not valid. testing.sh:... (5 Replies)
Discussion started by: skyineyes
5 Replies

8. UNIX for Advanced & Expert Users

find error - The status not valid.

Hi, I am writing a ksh script to delete old files from directory, which will be called by several wrapper scripts parallely. The deletion is done using find command. It is working fine. but sometimes i get the error : The status on /home/mydir/mfgsite is not valid. The script is... (3 Replies)
Discussion started by: shihabvk
3 Replies

9. Programming

Solaris 9 Custom Library Error

Gday People i have a library created in c++ that is used to control custom hardware. The library compiles fine, however when i compile a test program that links the library i get the following errors: Undefined first referenced symbol in file... (3 Replies)
Discussion started by: _Michael_
3 Replies
Login or Register to Ask a Question