Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is Sun Java is compulsory to build android projects using Eclipse IDE over Ubuntu 10.10 ?? I installed OpenJDK in my ubuntu system. Now i have to remove all openJdk packages and have to download those sun java packages and to do this it takes me a lot of time. Is there any other solution ?

If it is possible to run with OpenJDK, what are the configurations need to set in eclipse ?

OpenJDK version: java version "1.6.0_20" OpenJDK Runtime Environment (IcedTea6 1.9.13) (6b20-1.9.13-0ubuntu1~10.10.1) OpenJDK Client VM (build 19.0-b09, mixed mode, sharing)

share|improve this question
1  
Why doesn't OpenJDK work? – Michael Aaron Safyan Dec 12 '12 at 3:34
@MichaelAaronSafyan: I think that's what he's asking... – Makoto Dec 12 '12 at 3:35
Whats the error ? – Siddharth Dec 12 '12 at 3:38

closed as not a real question by Jarrod Roberson, Graham Smith, Ram kiran, evilone, user97693321 Dec 13 '12 at 6:11

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

2 Answers

up vote 3 down vote accepted

Android's official page says that the Oracle JDK is required. OpenJDK may work, but I would spend the time and remove a potential source of issues. It's not that big of a deal, and you don't have to remove the existing jdk. Just install the official one in a different directory and point Eclipse to that.

share|improve this answer
How to point my Eclipse to OpenJDK/Oracle Java, because i am new to eclipse ? – Varun Kakumani Dec 12 '12 at 3:56
It depends on the version, see here for an example: matsim.org/docs/devguide/eclipse/jdk – Diego Basch Dec 12 '12 at 4:10

The OpenJDK should work just fine. What makes you think you need the Sun JDK?

share|improve this answer
2  
If you see that official page, at the last of page, it is: For Linux users If you encounter this error when installing the ADT Plugin for Eclipse: An error occurred during provisioning. Cannot connect to keystore. JKS ...then your development machine lacks a suitable Java VM. Installing Sun Java 6 will resolve this issue and you can then reinstall the ADT Plugin. – Varun Kakumani Dec 12 '12 at 3:44

Not the answer you're looking for? Browse other questions tagged or ask your own question.