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

Update code for Java12 #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update code for Java12 #1

wants to merge 1 commit into from

Conversation

mconlon17
Copy link
Member

Changes made to code to get it to run on MacOS Catalina, openjdk 12.

  • build.xml version updated
  • Several debug statements commented out
  • printToFile commented out

Use build.xml to build VUE to a jar. Run the jar using:

java -jar VUE.jar

@mconlon17 mconlon17 requested a review from awoods January 26, 2020 18:52
@@ -63,7 +63,7 @@
<property name="test.home" value="${top.dir}/test" />
<property name="test.lib" value="${test.home}/lib" />
<property name="junit.jar" value="${test.lib}/junit.jar" />
<property name="target.version" value="1.6"/>
<property name="target.version" value="1.7"/>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like you are targeting "java 7"... as opposed to "java 12".
My standard JVM these days is the LTS java 11... which results in a build failure on this pull-request.

Base automatically changed from master to main February 2, 2021 19:18
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

Successfully merging this pull request may close these issues.

2 participants