James - I have been able to fix my problems. They came down to inaccurate use of capitalization. REAL frustrating. I am on to chapter two now. Phew! As a...
Michael
michael.goldberg@...
Sep 1, 2000 2:36 pm
108
You will also hit a roadblock if you venture into Java2 stuff. This is not currently supported by the mac. It is supposed to be implemented in OSX. So if...
Dean Baluch
dbaluch@...
Sep 3, 2000 11:09 pm
109
... Java is case-sensitive. Try capitalizing the word String. -- Dr. med. Peter N. Robinson Xantener Str. 6 10707 Berlin Peter.Robinson@......
Peter.Robinson@...
Sep 4, 2000 6:35 am
110
... THANK YOU! This is the first that I am hearing of this. Would I be better with a Windows 2000 Machine or NT (as opposed to Mac)? -Michael...
Michael
michael.goldberg@...
Sep 5, 2000 1:24 am
111
Of course I'm not going to tell you to ditch your mac. VPC is fine but slow. You can do that until OSX come out. BTW windows2000 is NT. Windows ME is not...
Dean Baluch
dbaluch@...
Sep 5, 2000 2:24 am
112
Capitalize String and System and you will OK....
deanjudd@...
Sep 5, 2000 2:47 am
113
... If you really want work with one of the worst Java Virtual Machine in the world, you can try this solution... Even if it's true that actual versions of...
bdesth@...
Sep 5, 2000 7:28 am
114
... OSX will support Java2. If you're learning Java you probably won't need anything that isn't in the current MRJ (Java 1.18, I believe). -- Dr. med. Peter N....
Peter.Robinson@...
Sep 5, 2000 9:07 am
115
... No. Dr Dan...
drdan71@...
Sep 5, 2000 2:43 pm
116
... 'command-line' ... Command lines are optional in Mac OSX. yukk!! Dr Dan...
drdan71@...
Sep 5, 2000 2:45 pm
117
... It is to laugh. There are some minor changes that must be made in code to run on any particular JAVA platform. These are inconsequential and fairly rare. ...
drdan71@...
Sep 5, 2000 2:48 pm
118
... learned ... So what ? You don't like command lines ??? ;-) -- bruno desthuilliers bdesth@... --...
bdesth
bdesth@...
Sep 7, 2000 9:38 pm
119
I have found linux on G4 to be superfast and stable. Just a little tricky to get firmware to load it right. but have had no problems with code created in linux...
S Hayes
tec4u@...
Sep 12, 2000 7:11 pm
120
[imho] So what ? Does one __really__ needs something else than simpleText (or Tex_Edit or alpha) and the mrj-sdk to __learn__ Java ? When it comes to...
bdesth@...
Sep 12, 2000 8:02 pm
121
STOP SENDING ME THESE MESSAAGES!!! TAKE ME OFF OF THE LIST!!! I HAVE NO IDEA WHAT ANY OF THIS IS SAYING. MY COMPUTER IS OLD AND CAN'T HOLD MUCH. IT'S A...
cindyb
Cindyb@...
Sep 13, 2000 1:07 am
122
TAKE ME OFF OF THIS LIST.....DO NOT SEND ME ANYMORE MESSAGES THAT I HAVE NO IDEA WHAT THE HECK YOU ARE TALKING ABOUT. MY CENTRIS610 MAC CAN'T TAKE ALL OF...
cindyb
Cindyb@...
Sep 13, 2000 1:09 am
123
I believe to unsubscribe, all you have to do is go to www.egroups.com and modify your user settings to exclude this list :) AP...
Andrew S Powell
powella@...
Sep 14, 2000 4:58 pm
124
simple text doesn't help with syntax. Atleast BBEdit highlites some text command to make it easier to read code. Java codewarrior is still the best bet for...
S Hayes
tec4u@...
Sep 23, 2000 9:19 am
125
Hi, We are a group a Java Certified Developers who have been working in Server side Java Development since long time. We as a means of sharing our knowledge...
asudhir@...
Sep 24, 2000 8:56 pm
126
Hi all. I am just learning java and am using a Mac. That is why I am writing here, in this usr group.... Anyways, I am having trouble with the usr input...
Vex Hex
hi_word@...
Sep 25, 2000 4:33 am
127
Check the spelling on 'BufferstReader.' It might need to be 'BufferedReader.' Also you might need the following statement before your class declaration: ...
James Sloan
sloana@...
Sep 25, 2000 5:00 am
128
Thanks James. That helped a lot. It is kinda hard to learn a new language when your teacher has poor hand writing skillz. beyond that... I am now having...
Vex Hex
hi_word@...
Sep 25, 2000 5:50 am
129
... That's the point. So one must learn to have a good syntax Bruno Desthuilliers...
bdesth@...
Sep 25, 2000 7:46 am
130
Hi Vex Hex: I've made a few changes to your java program and they weem to do the trick. I have put in BOLD where I have made changes/additions/deletions. ... ...
deanjudd@...
Sep 29, 2000 9:24 pm
131
hello, I was wondering, DOES ANYONE KNOW OF A DECOMPILER FOR THE MAC?????? if so, plz e-mail me at guru_32@... PLZ, im IN DEEP NEED OF A JAVA PROGRAM...
guru_32@...
Nov 13, 2000 2:28 am
132
recently, I purchased beta version of Mac OS X. I'd like to know how I can edit and compile java source on Max OS X. does it support java 2? kaz...
kaznie@...
Nov 26, 2000 8:20 am
133
kaz: I have an old Powermac 7200/120, with Mac OS 8.6 and I have been compliling Java with the Java software which can be downloaded from ...
deanjudd@...
Nov 26, 2000 6:05 pm
134
Dean Judd thanks for quick responce. I am still wondering if these MRJ and MRJ SDK natively work on MAC OS X beta. I think these work prabably on classic...
kaznie@...
Nov 27, 2000 12:33 am
135
Dean Judd thanks for quick responce. I am still wondering if these MRJ and MRJ SDK natively work on MAC OS X beta. I think these work prabably on classic...
kaznie@...
Nov 27, 2000 12:35 am
136
kaz, As far as I know Java 2 support is built into OS X. The standard command line tools, java,javac and appletviewer all work and do handle swing parts. I...