Java and Javascript failed to run #1183
Unanswered
chanpei9270
asked this question in
Q&A
Replies: 1 comment
-
To run your file in JS, run
Better practice for naming the main JS file is naming it index.js or main.js for future reference. For Java, look up documentation on how to run a Java programme. The following StackOverflow answer may provide insight: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, I tried a simple hello world program but failed to run when it is executed the second time. The issue is the output from terminal tab is nothing. C and Python are OK without problem. Java and Javascript were actually OK right after installation but it will fail at the second time. I recorded the screen for your reference. Please see if you have any idea to identify the possible cause. Thanks a lot.
code_app_fail.mp4
Beta Was this translation helpful? Give feedback.
All reactions