JAVA course started this week.
This week marks the beginning of my studies in JAVA.
Like my other classes in Visual Basic and Communications Writing the first week is full or reading about new concepts and the needs of our programming assignment.So far, I have found JAVA to be problematic, as the JDK requires special settings that the installation program does not take care of.
Example: the JDK for windows requires that a CLASSPATH be set. CLASSPATH is a system environment setting that is not currently in Windows XP, so you have to add it. (Just one of those undocumented things!)
The documentation for the JDK does tell you the file locations you need to add, but it does not openly tell you that the entry of “.;” (no quotes) is required to make editors like TextPad operate without error.
The first two chapters of our book (Java – Late Objects Version by DEITEL) explains in great detail the requirements of running the JDK and what we need to know in order to complete our first programming assignment. Items such as Methods, Classes, and how to declare variables.
More postings on my new life focus (JAVA) are sure to come, but for now I must get busy with my cup of JAVA!


