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

Class "package$" is in the default package #33

Open
pula2000 opened this issue Aug 27, 2019 · 2 comments
Open

Class "package$" is in the default package #33

pula2000 opened this issue Aug 27, 2019 · 2 comments

Comments

@pula2000
Copy link

pula2000 commented Aug 27, 2019

When running below code I get the above error -

SjsonnetMain.main0(
        new String[]{"foo.jsonnet"},
        sjsonnet.SjsonnetMain.createParseCache(),
        System.in,
        System.out,
        System.err,
        os.package$.MODULE$.pwd(),
        scala.None$.empty()
    );

with expression os.package$.MODULE$.pwd().

@lihaoyi-databricks
Copy link
Contributor

Can you provide a self-contained repro?

@tweise
Copy link

tweise commented Oct 12, 2020

I run into the same error and found the following working: new Path(Paths.get(".").toAbsolutePath()

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

3 participants