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
Java cannot use default package classes from classes in other packages. This makes the solution pretty unflexible. Maybe you can add an option to specify another package for the class to be compiled and even provide a default such as org.jawk.
Meanwhile, can I somehow compile and then use a script on the fly, assuming that a compiled script executes faster than an interpreted one?
Thanks in advance and sorry for the possibly naive question, but the documentation is kinda brief.
The text was updated successfully, but these errors were encountered:
Java cannot use default package classes from classes in other packages. This makes the solution pretty unflexible. Maybe you can add an option to specify another package for the class to be compiled and even provide a default such as
org.jawk
.Meanwhile, can I somehow compile and then use a script on the fly, assuming that a compiled script executes faster than an interpreted one?
Thanks in advance and sorry for the possibly naive question, but the documentation is kinda brief.
The text was updated successfully, but these errors were encountered: