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...
99
Durbin Lenocker
durbinii@...
May 23, 2000 4:44 am
how can one print out the output from jbindery other than taking a screen shot or a copy/paste into AppleWorks...
100
deanjudd@...
May 23, 2000 5:53 pm
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...
101
mike@...
Aug 31, 2000 2:19 pm
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 ) { ...
102
bdesth@...
Aug 31, 2000 3:03 pm
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...
103
drdan71@...
Aug 31, 2000 4:02 pm
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 ...
104
Michael
michael.goldberg@...
Aug 31, 2000 4:17 pm
... 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 ...
105
James Sloan
sloana@...
Aug 31, 2000 4:18 pm
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...
106
drdan71@...
Aug 31, 2000 5:05 pm
... 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...
107
Michael
michael.goldberg@...
Sep 1, 2000 2:36 pm
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: ...