help with learning java

Started by _Pastel_ on

Topic category: Help with modding (Java Edition)

Last seen on 18:26, 12. Feb 2024
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
help with learning java

so i am trying to learn java because mcreator has some limitations, and as soon as i make a .java file inside a folder called "1.20 | The everything update" (because that is a mod i am trying to make) i get 5 errors just because of the folder name so what should i call it? (the errors are here: https://pastebin.com/xAFp0fsw)

Last seen on 22:34, 11. Feb 2023
Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
They are all syntax errors,…
Fri, 04/01/2022 - 01:40

They are all syntax errors, which means that you probably forgot to import something, or misspelled something, or forgot a semicolon. Syntax errors should be easy to fix because that means that it is just an error with text. You would need to show the entire file for me to help anymore, not just the compiler output.

if you are looking for a tutorial for java, this should help. It has one hundred videos on the playlist, (I haven't even watched them all,) but that should walk you through the basics of java.

https://www.youtube.com/playlist?list=PLZPZq0r_RZOMhCAyywfnYLlrjiVOkdAI1

Last seen on 18:26, 12. Feb 2024
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
its fine i moved from vs…
Fri, 04/01/2022 - 02:43

its fine i moved from vs code to intellij i was about to delete this post but i decided to keep it here anyways in case someone has a similar problem, they cant talk about it here also thanks for the playlist

Last seen on 18:26, 12. Feb 2024
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
can* omg it took my so long…
Fri, 05/06/2022 - 20:04

can* omg it took my so long to realise lol