Eralt / arduino

Automatically exported from code.google.com/p/arduino
0 stars 0 forks source link

Arduono build for Linux using Java 6 Openjdk #363

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What change would like to see?
Be able to build the Linux Arduino environment using the Java 6 Openjdk.

Why?
Java 6 Openjdk comes standard on Ubuntu, and would make building the Linux 
version more convenient. It could build by issuing the "ant" command and not 
require more the one version of Java on the build machine.

Would this cause any incompatibilities with previous versions?  If so, how
can these be mitigated?
This is a testing style issue. We would need to be able to build previous 
versions against either JDK and determine if there is an issue. Determine the 
dependencies, and see what was deprecated and if it mattered.

Original issue reported on code.google.com by rick.rickanderson on 1 Oct 2010 at 2:47

GoogleCodeExporter commented 9 years ago
Arg.Nevermind. The fresh system needed the JDK and not the JRE.

Original comment by rick.rickanderson on 1 Oct 2010 at 2:53

GoogleCodeExporter commented 9 years ago
You mean that it is possible to build against the OpenJDK, right?  You just 
need to install it and make it the default?

Original comment by dmel...@gmail.com on 5 Oct 2010 at 1:28