#help
1 messages · Page 1 of 1 (latest)
hello
so are you sure that that line is getting called
the code gives no errors
i know, but does it get called
Yes
did you check with a println before it
what is a printin
you can check very easily if something ran by doing
System.out.println("im here!");
// rest of code
if you then see im here! in the console you know it got called
also it doesnt seem like you know java very well
shit doesnt work here
lol
i test this
Here are some links to get you started on learning Java:
- https://www.codecademy.com/learn/learn-java
- https://www.sololearn.com/learning/1068
- https://www.learnjavaonline.org/
- https://programmingbydoing.com/
- https://docs.oracle.com/javase/tutorial/java/index.html
The last one is the only official one, however some of those concepts assume that you already know a bit about programming.