Java Tutorial 1 - For Beginners (Basic Syntax)
Loading...
10,380
Loading...
Uploader Comments (MrGIZDICH)
see all
All Comments (29)
-
Finally someone i can understand, not some Spanish women or an Indian lol, this video is pretty helpfull gonna watch the next part now.
-
THANK YOU SO MUCH FOR THIS VIDEO
-
@MrGIZDICH It said 1 error when i compiled and then there was no class file so im gonna go jump off a cliff
-
access denied
-
I got an error message saying that "Javac" wasn't recognized as an internal or external command... Please help!
-
Thanks man, first video I have found that has worked for me.
Loading...
hey do you make runescape private servers? because i see there jagex_cache_32
MrZamserv 1 month ago
@MrZamserv No, I don't and I don't know why its there to be honest.
MrGIZDICH 1 month ago
nice video, but the way you show how to compile might be a pain for new users.
here is some usefull info that will help you in the future, and it also helping me this days.
open notepad and type there:
javac *.java
pause
now save in as "compiler.bat" no quotes and place it to the place where is your *.java files.
run it and it should compile all your *.java files, if there is an error in he java ofcourse it will not compile and it will show you the error. if you have javac error, msg me.
MrZamserv 1 month ago
@MrZamserv Thanks for the compliment and the advice! But I have switched to Eclipse. It's a whole lot easier to compile from there. haha
MrGIZDICH 1 month ago
Why don't you use Eclipse? It's far better and easier to use than notepad++
Guitargasm17 4 months ago
@Guitargasm17 I've used notepad++ so people would know the core things about writing codes on a text editor and the compilation on the CMD.
You are right about eclipse and I've started to use it. You should be able to see the latest tutorials from me when I was working with eclipse.
MrGIZDICH 3 months ago