Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Include additional javax.* packages in Android App with Eclipse?

I saw an article about including additional javax.* packages in your Android App http://code.google.com/p/dalvik/wiki/JavaxPackages.

I wanted to do the same thing, but using Eclipse. Could anyone help me figure out how to do this?

like image 577
mohamed sakr Avatar asked Oct 11 '10 01:10

mohamed sakr


1 Answers

Step 1: Properties -> Java Build Path -> Libraries -> add external jar

Step 2: Properties -> Java Build Path -> Order and Export -> check the new lib

like image 70
Abhinava Avatar answered Nov 15 '22 12:11

Abhinava