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

Calculator example cannot run #29

Open
yoshijava opened this issue Nov 16, 2018 · 1 comment
Open

Calculator example cannot run #29

yoshijava opened this issue Nov 16, 2018 · 1 comment
Assignees

Comments

@yoshijava
Copy link

I tried to run the example in the directory (Calculator.java), and it didn't work.

JVM version:
java 10.0.2 2018-07-17
Java(TM) SE Runtime Environment 18.3 (build 10.0.2+13)
Java HotSpot(TM) 64-Bit Server VM 18.3 (build 10.0.2+13, mixed mode)

Message:
Exception in thread "main" java.lang.ExceptionInInitializerError
Caused by: com.github.pfmiles.dropincc.DropinccException: java.lang.NullPointerException
at com.github.pfmiles.dropincc.impl.hotcompile.HotCompileUtil.compile(HotCompileUtil.java:72)
at com.github.pfmiles.dropincc.impl.AnalyzedLang.compile(AnalyzedLang.java:165)
at com.github.pfmiles.dropincc.Lang.compile(Lang.java:113)
at Calculator.(Calculator.java:77)
Caused by: java.lang.NullPointerException
at com.github.pfmiles.dropincc.impl.hotcompile.HotCompileUtil.compile(HotCompileUtil.java:70)
... 3 more

@pfmiles pfmiles self-assigned this May 7, 2020
@pfmiles
Copy link
Owner

pfmiles commented May 11, 2020

hi , which operating system do you use? I cannot reproduce this issue in java 10.0.2 on macosx Catalina 10.15.3.

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

2 participants