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

Scala - Duplicate name in manifest when running any code #637

Open
Aresiel opened this issue Nov 23, 2023 · 0 comments
Open

Scala - Duplicate name in manifest when running any code #637

Aresiel opened this issue Nov 23, 2023 · 0 comments

Comments

@Aresiel
Copy link

Aresiel commented Nov 23, 2023

When I run for example

@main def hello() = println("Hello, Scala developer!")

with the "I Run Code" Discord bot, I recieve the following output:

Nov 23, 2023 8:21:44 PM java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: Main-Class.
Ensure that the manifest does not have duplicate entries, and
that blank lines separate individual sections in both your
manifest and in the META-INF/MANIFEST.MF entry in the jar file.
Hello, Scala developer!

as well as the information that "I received scala(3.2.2) compile errors".

This error occurs regardless of what Scala code I have attempted to run, regardless of whether that code has worked locally.

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

1 participant