In this tutorial, I take you through the various steps involved in installing MySQL and the MySQL GUI tools. I then install the Java Development Toolkit v 1.6 Update 10 (JDK). After JDK installation, I then extract the Hibernate Core and Hibernate Annotations modules, plucking out the pertinent JAR files, and placing them in a C:\_hiblib folder that will be made part of the runtime and compile time classpath. This is the first tutorial in the series. For more information, or to pick up my …
Related Products:
Related posts:
- How to Hide the Recycling Bin on Windows XP MAKE EASY MONEY HERE: tinyurl.com Not Sure About Vista....
- Legal Environment Product DescriptionBuild an understanding of general legal concepts through...
- Business Law and the Legal Environment, Standard Edition Product DescriptionHelp students understand legal concepts through hands-on application...
Related posts brought to you by Yet Another Related Posts Plugin.


Cool, but please dont waste your tmie on next-ok and extracting crap.
This is a great tutorial.Cant wait to see some code.
The installation is all very good. But when is the real coding gonna come?
PLEASE DONT READ THIS. YOU WILL GET KISSED ON THE NEAREST POSSIBLE FRIDAY BY THE LOVE OF YOUR LIFE. TOMORROW WILL BE THE BEST DAY OF YOUR LIFE. HOWEVER IF YOU DONT POST THIS COMMENT TO AT LEAST 3 VIDEOS YOU WILL? DIE WITHIN 2 DAYS. NOW UV STARTED READIN DIS DUNT STOP THIS IS SO SCARY. SEND THIS OVER TO 5 VIDEOS IN 143 MINUTES WHEN UR DONE PRESS F6 AND UR CRUSHES NAME WILL APPEAR ON THE SCREEN IN BIG LETTERS. THIS IS SO SCARY BECAUSE IT ACTUALLY WORKs
Just one more question: when the next video is coming out? That’ll be nice!
Hello, very nice video.
But to make it better I’d recommend showing in a .txt and larger font the texts you type. You know, you can’t see the commands you type in the prompt, cause the font is too small.
The links for mySql and the others would be nice too.
Thanks for the contribution
More, better videos coming
The tough part is finding the drivers for the 1970’s Smith Corona typewriter. And connecting it to the desktop was a b*tch.
dang dude, what kind of keyboard do u have.. an original 1920 type writer?
C:\_mycode>c:\_jdk1.6\bin\java -classpath “C:\_hiblib\*”;C:\_mycode\ com.examscam.model.CrudRunner
C:\_mycode>c:\_jdk1.6\bin\javac -classpath “C:\_hiblib\*”;C:\_mycode\ C:\_mycode\com\examscam\model\CrudRunner.java
C:\_mycode>c:\_jdk1.6\bin\javac -classpath “C:\_hiblib\*” C:\_mycode\com\examscam\model\User.java
C:\_mycode>c:\_jdk1.6\bin\java -classpath “C:\_hiblib\*”;C:\_mycode com.examscam
.model.User