You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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 APIA suggestion was made here:
#100 (comment)
The text was updated successfully, but these errors were encountered: