java - using jar in different OS -


i have created jar file in eclipse of java project in jre 1.7 compliance level in windows 7 os. generated jar running on system in sample test application.

now want use jar in android application on mac os jre 1.6.0. conflict arise due because there errors classnotfound exception in android application using adt 20 or davlik conversion failed error 1.

in order have android project compiling on other platform need make sure android api level target in application installed on it. wouldn't think of features of java 1.7 causing trouble, because android sdk either way restrict using them.

the change of operating systems should not cause problems - why java platform independent.


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -