TommyWillB
Registered
I'm thinking that OS X is a good place to begin learning Java. I have a book that tells me a fair amount about using javac on the command line, but I thought ("When in Rome...") I'd give Project Builder a try...
Here are my questions:
1) Is there any way to show line numbers in the Project Builder editor... a'la BBEdit?
2) Can Project Builder's editor do syntax coloring for HTML... again, a'la BBEdit?
3) I've managed to create an empty Project Builder project, and then add a blank Java class file to it, but I can't seem to compile from within PB. If I add a new Java Applet it will let me compile, but it won't for a simple class.
Am I doing something wrong, or is compiling a single simple class file something that I still have to use javac on the command line for?
Here are my questions:
1) Is there any way to show line numbers in the Project Builder editor... a'la BBEdit?
2) Can Project Builder's editor do syntax coloring for HTML... again, a'la BBEdit?
3) I've managed to create an empty Project Builder project, and then add a blank Java class file to it, but I can't seem to compile from within PB. If I add a new Java Applet it will let me compile, but it won't for a simple class.
Am I doing something wrong, or is compiling a single simple class file something that I still have to use javac on the command line for?