shawon100 / Online-Compiler

This is an online compiler that can compile and run C\C++ And Java Program. This online compiler is a part of my 5th semester project "RUET Online Judge" . Developed By Ashadullah Shawon

Home Page:https://oj.redlimesolutions.ml/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java not working

shortymc opened this issue · comments

Hello
Thanks for your great works

First javac was not detected
after installing

gcj-6-jdk

i tried


public class HelloWorld {

public static void main(String[] args) {
    // Prints "Hello, World" to the terminal window.
    System.out.println("Hello, World");
}

}


and i got :
Main.java:1: error: The public type HelloWorld must be defined in its own file
public class HelloWorld {
^^^^^^^^^^
1 problem (1 error)

Compiled And Executed In: 0.00 s

Verdict : AC


Thanks for your help

Best Regards