yes you can add the jar file to android project. If you are using Eclipse then right click on the project properties--->java build path--->library-->add library
thank you..... On Fri, Apr 16, 2010 at 11:54 AM, javame_android <[email protected] > wrote: > Hi, > > Android has Dalvik Virtual Machine and not Java Virtual Machine. So, I > don't think you will be able to use this class in Android. > > In case, you want to try adding external jar to Android project you > can definitely do that. For that, keep the jar in the assets folder > and then add that jar to the build path. > > > Regards > Sunil > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

