Skip to main content

Posts

Showing posts with the label Java

Self Migration From Visual Basic to JAVA

Self Migration From Visual Basic to JAVA After watching videos and reading e-books about Java , I unexpectedly appreciate the importance of class in Visual Basic . And since they’re both belong to OOP and uses objects, it will be easy for a programmer to shift his course from VB to java or vice versa. For a deadkid like me, it took a month for me to completely understand the ins and outs of java . I want to share my story on how I do the migration on being a javaman.

Download and Install Java SDK 6u12

 Download and Install Java SDK 6u12 Click this link to download jdk-6u12-linux-i586-rpm.bin To install the downloaded bin file, simply enter these commands: [root@localhost~]# chmod a+x jdk-6u12-linux-i586-rpm.bin [root@localhost~]# ./jdk-6u12-linux-i586-rpm.bin # accept the license agreement presented by the installer, then # wait for the installation to finish