原文地址: By Artem Ananiev and Alla Redko, June 2006 Articles Index This article explains how to use the headless mode capabilities of the Java Platform, Standard Edition (Java SE, formerly referred to as J2SE). Headless mode is a system configuratio…
今天编译android 4.0时提示如下错误: You are attempting to build with the incorrect version of java. Your version is: java version "1.6.0_22". The correct version is: Java SE 1.6. 查了一下现在已安装的java: java -version java version "1.6.0_22" OpenJDK…