1

I am coding a JAVA project and I want to create an SDK to be used with Eclipse. How could I build one?

My project is actually a backbone of 20+ functions. I want to provide and SDK for the developers to develop above this backbone, just like how developers use ANDROID SDK. So how can I make an SDK?

Augustus Francis
  • 2,670
  • 4
  • 19
  • 31

1 Answers1

2

You can create jar for your collection of classes and From eclipse you can import Jar.

So by doing this you can import classes which are in jar.

Click Here To know how to create JAR

ΔȺȾΔ
  • 21,571
  • 10
  • 52
  • 80