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

Investigate projects as Java 9 Modules #239

Open
DavidWhitlock opened this issue Jul 20, 2018 · 0 comments
Open

Investigate projects as Java 9 Modules #239

DavidWhitlock opened this issue Jul 20, 2018 · 0 comments

Comments

@DavidWhitlock
Copy link
Collaborator

I've had students who wanted to use the JAXB API for generating XML/JSON for their text file. This seems like a reasonable thing to do because JAXB is a standard Java API. In fact, I use it in the example code in a couple of places.

As part of the Java 9/10 migration work, I added --add-modules java.xml.bind to the javac command line in Maven.

However, that's insufficient for running the program. (When a student use JAXB this term, I had to add --add-modules to the java command line in the grading script.

I should investigate the proper way to have the student projects depend on JAXB.

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