Java Question Can this be done?

DevBaby

Active Member
Licensed User
Longtime User
I am totally new to developing libraries and I don't quite understand the difference between creating a wrapper vs. a library.

Attached is a TapJoy SDK that contains about 7 java modules. The first module (TapjoyConnect.java) seems to call all of the other modules.

The TapjoyConnect.java module has about 5 function / subs / etc. Do I only need to create a wrapper for the TapjoyConnect.java module such that it would call the routines from the other modules?
 

DevBaby

Active Member
Licensed User
Longtime User
Quick question,

When I unzipped the SDK, I remember seeing a bunch of files that end in ".java." I did not see a .jar file. I will chack again, but I recall only seeing .java files. If so, would I need to create a .jar file?
 

walterf25

Expert
Licensed User
Longtime User
TapJoy

I have been working on a wrapper for TapJoy sdk, i have most of it working but have been busy with other stuff, i will try to give it the last finish touches and release it soon!

Cheers,
Walter
 
Top