ripple-unmaintained / ripple-lib-java

Java version of ripple-lib (work in progress)
ISC License
126 stars 109 forks source link

javax.naming.* can not use in android #86

Open xbcq opened 6 years ago

xbcq commented 6 years ago

how to use this lib into android project? the javax.naming package isn't available in Android

sublimator commented 6 years ago

javax ? which part ?

sublimator commented 6 years ago

I did some work on this around xmas time: The latest is here: https://github.com/sublimator/ripple-lib-java

I moved it to Java 8 though ... and removed the android package ... don't know if it will work ...

Once upon a time it used to work on android ... but I haven't tried to use it in ages ...

If I was doing any serious native android app, I'd use kotlin, and write a custom client, and just use this for json<->binary type things.

sublimator commented 6 years ago

write a custom client Cause this client really sucks

xbcq commented 6 years ago

thank u.https://github.com/sublimator/ripple-lib-java solve my problem ,it can use on android

sublimator commented 6 years ago

really? wow, cool, android supports java 8 these days ?