package Sample01
object HelloScala {
defmain(args:Array [String]) = {
println("Hello scala");
}
}
It's simple like the one above, but when I try to do it, I get the following message:
Error: Main class HelloScala not found or could not be loaded
This is an indescribable silly question, but I appreciate your cooperation.
eclipse scala
packageSample01
It seems that you can delete the line, but I didn't know why.
572 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
915 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
574 Who developed the "avformat-59.dll" that comes with FFmpeg?
613 GDB gets version error when attempting to debug with the Presense SDK (IDE)
© 2024 OneMinuteCode. All rights reserved.