Skip to content

Compilation failure #2

@ssadedin

Description

@ssadedin

I tried to build master following the instructions provided, but I get this:

192-168-1-11:GroovyLab simon.sadedin$ gradle build

> Task :compileJava 
/Volumes/Space2/tools/GroovyLab/GroovyLab-Src/gExec/gLab/FileTreeExplorer.java:25: error: package jdk.jshell does not exist
import jdk.jshell.SnippetEvent;
                 ^
/Volumes/Space2/tools/GroovyLab/GroovyLab-Src/gExec/gLab/gLab.java:31: error: package jdk.jshell does not exist
import jdk.jshell.JShell;
                 ^
/Volumes/Space2/tools/GroovyLab/GroovyLab-Src/gExec/gLab/gLab.java:32: error: package jdk.jshell does not exist
import jdk.jshell.Snippet;
                 ^
/Volumes/Space2/tools/GroovyLab/GroovyLab-Src/gExec/gLab/gLab.java:33: error: package jdk.jshell does not exist
import jdk.jshell.SnippetEvent;
                 ^
/Volumes/Space2/tools/GroovyLab/GroovyLab-Src/gExec/Interpreter/GlobalValues.java:34: error: package jdk.jshell does not exist
import jdk.jshell.JShell;
                 ^
/Volumes/Space2/tools/GroovyLab/GroovyLab-Src/gExec/gLab/gLab.java:537: error: cannot find symbol
        public static void snippetEventHandler(SnippetEvent se) {
                                               ^

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions