Sorry if this has been covered at some point, but does anyone know if/how you can send apple events with java? When a cat is dropped, it always lands on its...
Christopher M. Garman
cmgst51+@...
May 18, 2000 4:08 pm
99
how can one print out the output from jbindery other than taking a screen shot or a copy/paste into AppleWorks...
Durbin Lenocker
durbinii@...
May 23, 2000 4:44 am
100
There is no other way. Use cmd-shift-4 : 1. to capture the Jbindery output OR 2. to capture applet Viewer output OR 3. to capture Browser-displayed java...
deanjudd@...
May 23, 2000 5:53 pm
101
I am just starting to learn java on the Mac. I saved the tiny example as DemoOne.java. class DemoOne { public static void main( string[] arguments ) { ...
mike@...
Aug 31, 2000 2:19 pm
102
I don't know if this may solve your problem (didn't work with Java for the 11 past month !) but 1- Check with 'String' instead of 'string' and 'System' instead...
bdesth@...
Aug 31, 2000 3:03 pm
103
Mike, The first thing I noticed was the lack of capitalization in your code. I haven't worked with Java for several months and am reviewing and going on to ...
drdan71@...
Aug 31, 2000 4:02 pm
104
... Thanks Doc for the quick response. I just purchased three books from QUE. "Java from scratch" is the one I am working on at the moment and the one the ...
Michael
michael.goldberg@...
Aug 31, 2000 4:17 pm
105
Mike, I have taken a couple of CS classes taught in Java on the PC, so I might not be completely correct. But here are some things I noticed that might be the...
James Sloan
sloana@...
Aug 31, 2000 4:18 pm
106
... Mike, Developing JAVA on a MAC is VERY easy. :) I took three quarters of JAVA in community college. Our instructor is an employee of Microsoft. He...
drdan71@...
Aug 31, 2000 5:05 pm
107
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: ...