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...
108
Dean Baluch
dbaluch@...
Sep 3, 2000 11:09 pm
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...
109
Peter.Robinson@...
Sep 4, 2000 6:35 am
... Java is case-sensitive. Try capitalizing the word String. -- Dr. med. Peter N. Robinson Xantener Str. 6 10707 Berlin Peter.Robinson@......
110
Michael
michael.goldberg@...
Sep 5, 2000 1:24 am
... 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...
111
Dean Baluch
dbaluch@...
Sep 5, 2000 2:24 am
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...
112
deanjudd@...
Sep 5, 2000 2:47 am
Capitalize String and System and you will OK....
113
bdesth@...
Sep 5, 2000 7:28 am
... 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...
114
Peter.Robinson@...
Sep 5, 2000 9:07 am
... 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....
115
drdan71@...
Sep 5, 2000 2:43 pm
... No. Dr Dan...
116
drdan71@...
Sep 5, 2000 2:45 pm
... 'command-line' ... Command lines are optional in Mac OSX. yukk!! Dr Dan...
117
drdan71@...
Sep 5, 2000 2:48 pm
... 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. ...
118
bdesth
bdesth@...
Sep 7, 2000 9:38 pm
... learned ... So what ? You don't like command lines ??? ;-) -- bruno desthuilliers bdesth@... --...
119
S Hayes
tec4u@...
Sep 12, 2000 7:11 pm
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...
120
bdesth@...
Sep 12, 2000 8:02 pm
[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...
121
cindyb
Cindyb@...
Sep 13, 2000 1:07 am
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...
122
cindyb
Cindyb@...
Sep 13, 2000 1:09 am
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...
123
Andrew S Powell
powella@...
Sep 14, 2000 4:58 pm
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...
124
S Hayes
tec4u@...
Sep 23, 2000 9:19 am
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...
125
asudhir@...
Sep 24, 2000 8:56 pm
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...
126
Vex Hex
hi_word@...
Sep 25, 2000 4:33 am
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...
127
James Sloan
sloana@...
Sep 25, 2000 5:00 am
Check the spelling on 'BufferstReader.' It might need to be 'BufferedReader.' Also you might need the following statement before your class declaration: ...
128
Vex Hex
hi_word@...
Sep 25, 2000 5:50 am
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...
129
bdesth@...
Sep 25, 2000 7:46 am
... That's the point. So one must learn to have a good syntax Bruno Desthuilliers...
130
deanjudd@...
Sep 29, 2000 9:24 pm
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. ... ...
131
guru_32@...
Nov 13, 2000 2:28 am
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...
132
kaznie@...
Nov 26, 2000 8:20 am
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...
133
deanjudd@...
Nov 26, 2000 6:05 pm
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 ...
134
kaznie@...
Nov 27, 2000 12:33 am
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...
135
kaznie@...
Nov 27, 2000 12:35 am
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...
136
Christopher M. Garman
cmgst51+@...
Nov 27, 2000 5:59 pm
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...