#Gradle build Error
1 messages · Page 1 of 1 (latest)
While you are waiting for getting help, here are some tips to improve your experience:
If your code is long, or you have multiple files to share, consider posting it on sites like https://pastebin.com/ and share the link instead, that is easier to browse for helpers.
If nobody is calling back, that usually means that your question was not well asked and hence nobody feels confident enough answering. Try to use your time to elaborate, provide details, context, more code, examples and maybe some screenshots. With enough info, someone knows the answer for sure.
Don't forget to close your thread using the command </help-thread close:1027500463647621170> when your question has been answered, thanks.
it isnt a developing platform
I understand
these errors come from the java compiler and indicate that you're trying to call a method that doesn't exist
same errors
if you develop properly, you have full control over what and where do you call
and your IDE will warn you about these things in advance
ok
but i dont have any knowledge thats one of the problems would you know where i could gain knowledge?
sure
MOOC is a completely free introductory Java course created by the University of Helsinki, it is a great way to learn Java from the ground up.
It consists of two parts, one at beginner, and another at intermediate level. The end of the course is marked by creating your own Asteroids game clone!
Even though the instructions show how to configure and use NetBeans for the course, you can use IntelliJ. To use IntelliJ, simply install the TMC plugin by opening IntelliJ -> File -> Settings -> Plugins and searching for TMC. You will then be able to use IntelliJ to complete MOOC.
Visit MOOC here: https://java-programming.mooc.fi/
(the course is available in both English and Finnish)
About the course - Java Programming
is this only avaible in english?
(the course is available in both English and Finnish)
ok
Do i have to use the exact things that are used in the course too?
the course is supposed to teach you Java
not to provide snippets of code to copypaste
if you get the concepts right, you will have no problems with coming up with the right solution
ok