Hello. I tried posting a minute ago, but don't know what happened to
it .... anyway
I am a Newbie to Java, as well as to my new MACbook Pro, with OS X
10.5 Leopard. It has Java JDK pre-installed, although, it appears to
be v 1.5.
When I created the Hello project using NetBeans 6.7.1, as per the
homework document, when I Open a new project, there is no "General" in
"categories", and when selecting "Java Application", it creates
the .Java as follows:
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package hello;
/**
*
* @author isundby
*/
public class Main {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
// TODO code application logic here
}
}
As you can see, it created the "Package Hello" as opposed to the
"Public class Hello..."
I know it's not a big deal, but I want to ensure that I learn Java
appropriately based on the way this course is laid out.
Is there something I'm doing wrong here, or does it have to do with
the MAC JDK version in use here ?
Thanks for any help.
Regards,
Ian
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/javaprogrammingwithpassion?hl=en
-~----------~----~----~----~------~----~------~--~---