[android-porting] Re: Error happened when I run make

2009-03-05 Thread David Turner
javac: unrecognized option '-target' javac: unrecognized option '-Xmaxerrs' seem to indicate a problem with your JavaC compiler. Are you sure you're using the JDK listed in the requirements. Do you have CDPATH defined in your environment. I believe it sometimes creates problems during the build pr

[android-porting] Re: Error happened when I run make

2009-03-05 Thread liangta...@gmail.com
David, My OS is openSUSE 11,32bit. The Javac's version is 4.3. CDPATH is not defined in my environment. Can you give me more information? Thank you!!! On 3月5日, 下午8时57分, David Turner wrote: > javac: unrecognized option '-target' > javac: unrecognized option '-Xmaxerrs' > > seem to indicate a prob

[android-porting] Re: Error happened when I run make

2009-03-06 Thread David Turner
this is strange because -target should be recognized by javac, see http://java.sun.com/j2se/1.3/docs/tooldocs/win32/javac.html#options Which exact version of the JDK are you using ? As far as I understand only Sun's JDK 1.5 is really supported On Fri, Mar 6, 2009 at 12:38 AM, liangta...@gmail.com

[android-porting] Re: Error happened when I run make

2009-03-06 Thread liangta...@gmail.com
hi, You are right.The javac has a problem.And I have reinstalled JAVA. Thank you! On 3月5日, 下午8时57分, David Turner wrote: > javac: unrecognized option '-target' > javac: unrecognized option '-Xmaxerrs' > > seem to indicate a problem with your JavaC compiler. Are you sure you're > using the JDK lis