Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AwkScript.class in default package cannot be used from other Java class #9

Open
kriegaex opened this issue Feb 18, 2017 · 0 comments
Open

Comments

@kriegaex
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant