Skip to content

Calculator example cannot run #29

Description

@yoshijava

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions