

I will say that whether you are using JDK 6, 7, or 8 does not matter since these are beginning tutorials. The concepts covered will be applicable to all.
If you want to follow the videos you can download Netbeans (any version is fine) here:
You can download the JDK (pick your OS) here:
NOTE: The audio quality improves with Lecture 15. I started using a new microphone.
source
Lunch is ready
What if i use some other name for the array ? instead of args i write something else ?
you dont understand the trouble ive been through just to compile and run java
I would like to encourage you to make more videos on programming
This is so useful👍
Thanks for the videos!!!!!!
I have an issue with NetBeans. Whenever I click new project, nothing happens.
Hi, thanks for sharing this amazing videos. I am learning so much from them. But I was wondering if Edit Plus is also applicable for those videos ?
A note for Everyone, if you install Netbeans 8.2 install with JDK 8 or lower Not JDK 9. With version 9 it will run, but not allow you to make a new file or project. After you unistall 9 and install 8, when you open NetBeans again, it will ask to use default version and click yes
Your videos are SO helpful in my foundations of programming class. It's an online class with basically just a textbook to go off of, and the text reads like Latin to me. It's much easier for me to learn when I can actually see what's supposed to be happening and can listen to someone explain it. THANK YOU!!!
This guy clearly knows what he is doing, I searched through Youtube to find a good tutorial and this chap hit the nail on the head; very clear, at a good pace so you can understand as well as make progress, very well laid out and with good explanation of each part of the software as well as the jargon involved. 10/10 Thanks!
Great!
Not working for me, the netbeans thingy doesn't show java as an option.
Thanks
Better explanation than my teacher.
thank you for this. just started your classes tonight. I will be going trough your java videos completely!
love u
thank you sir! u are very helpful!
OMG this is so useful! thanks! 😀
I actually learn more here than in class
I have been learning from your tutorials. Please understand that your communicative skills are excellent. I don't know if it is because you are keeping it straight and simple and logical or because of your clear voice that is making learning from your videos an enjoyment. PLEASE do not delete these videos. I have referred many of my work colleagues to your videos for learning code… JAVA. Thank you for your hard work, thank you for people like you sharing info like this.
plss can u remove the noise in the audio
Can I use IntelliJ IDEA instead of NetBeans? It is what we are required to use in class.
Do you have a vid on how to run your program once your done?
good
Personal note – 2:20 java file.
+EJ Media you should do a minecart modding sires of videos sins MC modding involves java. That would be great! only if your up to it…
I thought it had to be written as System.out.println("text here") to print text. Is System.out.print("text here") just a shorter version exclusive to netbeans or something? (I'm new to programming and java but I'v done a bit on code academy) just wondering. thanks
Hi can you make a tutorial using j creator 🙂
Hi I'm an ASCT Student from the Philippines I'm really amazed by your videos, your Videos are better than my teacher, Thank you very much!
thank you 🙂
sir i don't know which file to download from netbeans ide for my mac
please guide me 🙂
So, if you have hundreds of programs like you said, can different classes interact with each other?
class myfirstprogram {
public static void main (string[] args) {
system.out.print ("this is my first program");
}
} my code i can't run can you help me please !
can you help me? error cannot find symbol create class string in package …
Can someone help. When i try to run it it says:
cannot execute java executable not found
Quick question… Can I follow with these tutorials using Adobe Brackets? If so how do I "hook up" the coding with the plugins?
I did everything but when I hit the run button it says no main class found . What did I do wrong?
My run program option is disabled i cant click on it please help !?
THANK YOU for not starting every single statement with either "so" or (worse!) "so you're gonna want to…" Your "do this, then do this…" tutorial style is much easier to follow and listen to. Also, GREAT tutorial; I appreciate your sharing this info.
Question – when installing Netbeans IDE, it asks about JUnit and GlassFish. are those both necessary while installing netbeans?
your video was informative however i noticed a weird noise in the background that was extremely disconcerting.
will it be the same if i do it in micromedia dreamweaver 8?
This guy is a great instructor, I have learn to write Java code from these videos. Thank you very much!!!
I like your style a great deal. Thank you for making your videos. I wanted to let you know that In the new NetBeans IDE 8.0.2 one can not create a new file called MainJavaProject or even JavaProject. Just FYI. Also, I've followed along with the code in some of the other tutorials and, although they compile in 8.0.2 they do not produce the same resulting output. (nothing shows in the output window). Example is Video 9 with the forloop.
Thanks alot! I tried to get eclipse up and running but kept running into snags before I could get it to run this first program. I kept having problems with connecting my java to eclipse and then like I said, I couldn't even get the first program to run. It wouldn't connect to my console in eclipse. I downloaded netbeans bundle and bam! I got my first program. I would agree its important to learn to trouble shoot on a computer especially going into programming. I felt like I was trying to beat down a wall with tools I couldn't understand though. I like Derek Banas on Java. But listening to you, I felt like your style is more in tune with my learning. The way you said 1 class 1 main, its like, I got it! It clicked. So anyways, long story short, I appreciate this video and what your doing. I am happy to finally have taken this first step! I can feel the hammer in my hands now…see its hard dwarven metal head, I might be able to break this wall down after all!