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

Allow for compiling several classes in one go #101

Open lukaseder opened 4 years ago

lukaseder commented 4 years ago

We can currently compile only a single class using the Reflect.compile() API. It may be desireable to compile several classes in one go through some auxiliary API

A suggestion was made here: https://github.com/jOOQ/jOOR/issues/100#issuecomment-615296925

sukhvir41 commented 2 years ago

Hi @lukaseder, I am facing a very similar issue where two classes are compiled at different times and one depends on another. Do you have a workaround for this or are you aware of one? You mentioned something about -classpath options here but not sure what you meant by that. If you can elaborate or provide an example that will be great. Thank you

lukaseder commented 2 years ago

Do you have a workaround for this or are you aware of one?

I don't, sorry