jOOQ / jOOR

jOOR - Fluent Reflection in Java jOOR is a very simple fluent API that gives access to your Java Class structures in a more intuitive way. The JDK's reflection APIs are hard and verbose to use. Other languages have much simpler constructs to access type meta information at runtime. Let us make Java reflection better.
http://www.jooq.org/products
Apache License 2.0
2.8k stars 377 forks source link

Joor reflect on Android #102

Closed ganatrajay closed 4 years ago

ganatrajay commented 4 years ago

Expected behavior and actual behavior:

After integration joor , while calling example given on GitHub , it's crashing and said java.tools class not found

Steps to reproduce the

Versions:

lukaseder commented 4 years ago

Thanks for your message. I'm assuming you tried to use the compilation API, which depends on JDK packages. These aren't shipped to Android, so we can't get that to work for you.

I hope this helps

ganatrajay commented 4 years ago

Hi,

We are using kotlin android, see if you can help us for this

Thank you

On Sat, 25 Apr, 2020, 21:59 Lukas Eder, notifications@github.com wrote:

Thanks for your message. I'm assuming you tried to use the compilation API, which depends on JDK packages. These aren't shipped to Android, so we can't get that to work for you.

I hope this helps

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jOOQ/jOOR/issues/102#issuecomment-619405300, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEMU27DIPCCPY6FYEA2RWMDROMFVXANCNFSM4MQWUVZA .

lukaseder commented 4 years ago

I don't know what else you expect me to tell you here.