You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I feel this issue is arriving due to the fact that in some places the file is named Arguments.java whereas in code window the file name is supposed to be Main.java.
I found the file in tutorials folder and made some changes, but I am facing issues in running the code offline, can someone please help me with this?
I want to contribute to this repository.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi curiouspratik,
Yes in the exercise "Main.java" is the class name. So the problem is that in this exercise you have to give arguments. So for that run code through the command line and give an argument and that will display as output as shown in the image.
I ran the solution in https://www.learnjavaonline.org/en/Compiling_and_Running_with_Arguments
But did not get any output.
I feel this issue is arriving due to the fact that in some places the file is named Arguments.java whereas in code window the file name is supposed to be Main.java.
I found the file in tutorials folder and made some changes, but I am facing issues in running the code offline, can someone please help me with this?
I want to contribute to this repository.
Thanks in advance!
The text was updated successfully, but these errors were encountered: