Augustus Francis
Augustus Francis

Reputation: 2670

How to Build an SDK for my application?

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?

Upvotes: 1

Views: 5590

Answers (1)

Akash Thakare
Akash Thakare

Reputation: 23002

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

Upvotes: 2

Related Questions