0

Have tried more than dozen times to install Eclipse version available in the Ubuntu Software Center still to no avail. Every time I try to install it shows error i.e. unable to install. Have tried to install it using terminal as well with still the same results. After installation it refuses to run. What to do or any other packages I can use instead of Eclipse. Mainly trying to run java programs through eclipse. Thanks for the time. Am using Ubuntu 12.04 on x86-64 bit architecture.

Srijan
  • 78
  • Please add the error messages to your question as they may help point to the answer. – Garry Cairns Jun 27 '12 at 20:42
  • could you give some error log? what JVM do you use? – Arcadien Jun 27 '12 at 22:06
  • similar question here http://askubuntu.com/q/138019/71679 maybe it can help – damien Jun 28 '12 at 05:19
  • /home/srijan/.eclipse/org.eclipse.platform_3.7.0_155965261/configuration/1340865342535.log. Not even able to locate the log file in the system. Tried installing NetBeans it works fine. Have installed jdk 6 in the system. Any suggestions? – Srijan Jun 28 '12 at 06:50
  • you will be subject to many bugs with the portable installation – RobotHumans Jul 02 '12 at 23:10
  • The only important point to remember is: Stick to the Basics. The bugs do seem to creep up from time to time but little tweaks here and there will get you to the desired results. – Srijan Jul 06 '12 at 22:29

1 Answers1

3

Please follow following steps:

  1. Install JDK 1.6 by following steps mentioned at http://www.devsniper.com/ubuntu-12-04-install-sun-jdk-6-7/

  2. Download an eclipse IDE for 64 bit linux and extract it.

Hope this will help.

Thank you, Praveen

Praveen
  • 46
  • 1
  • Just had to manually install it by directly downloading it from the eclipse website. Anyways the solution u mentioned Praveen is the correct solution. Thanks Praveen. – Srijan Jun 29 '12 at 15:09
  • @Praveen please never include hope this helps, thanks, Praveen, good luck, well wishes, God bless, try this, or any other irrelevant text in your posts. – mickmackusa Dec 01 '21 at 22:55