... Unfortunately, from your e-mail I can't discern your problem. So I shall speculate wildly: CAUTION: Before you download the newest and best. Delete all...
DrDan71@...
Feb 11, 2000 12:08 am
57
HI Dan: I'm not sure why this was sent to me, although it may help the problem I am having; namely, the inability to run the simplest Java programs on my Mac...
DeanJudd@...
Feb 11, 2000 12:32 am
58
... I think a guy in Belfast Ireland was having problems and he sent me a request for help which included your message. I prefer Netscape too, but it does not...
MRJ 2.2 is this a version that is comparable to PC versiion Java 1.2 ? tnx JP...
Peeters Jack
Jack.Peeters@...
Feb 11, 2000 8:25 am
61
... MRJ 2.2 is the Java Virtual Machine for the Macintosh. MRJ stands for Macintosh Runtime Java. All of the version numbers for everything associated with...
DrDan71@...
Feb 11, 2000 2:58 pm
62
Dear Dan, Many thanks for your efforts to get me using some form of Java (http://www.drrje.binxie.com/) although the language is beyond me. I have a niece in...
martin.binxie
martin.binxie@...
Feb 11, 2000 8:01 pm
63
hi, Can anybody tell me where I can find the download page of MRJ 2.2 ? I also want the System Requirements and comparative Speed performance with the older...
KRM
k_rajaram@...
Feb 12, 2000 4:09 am
64
... Get MRJ 2.2 AND MRJ SDK(Software Development Kit) at: http://developer.apple.com/java/text/download.html#software Look in the box in the upper left hand...
DrDan71@...
Feb 12, 2000 6:11 am
65
I recently signed up for a Java course. I'm the only Mac user in the class and cannot find anybody to help me out. I'm forced to use a PC but prefer my G4. I'm...
Yurek Hinz
yurekh@...
Feb 14, 2000 9:29 am
66
hi Yurek, I totally agree with you over computers, i dont know how that man got away with it for so long. I think you need Dr Dan_____> DrDan71@...,or Dean...
martin.binxie
martin.binxie@...
Feb 14, 2000 4:48 pm
67
... First off forget java 1.0.x. You want to go to the apple developer's site and get MRJ 2.2 **and** MRJ SDK 2.2. 1. MAKE SURE YOU DELETE ALL VERSIONS OF...
DrDan71@...
Feb 14, 2000 6:14 pm
68
Thank you very much!!I'll try it tonight and hope it's going to work. I wish I got in touch with you 4 weeks ago when I started the class. I was trying to find...
Yurek Hinz
yurekh@...
Feb 15, 2000 11:00 am
69
... I'm glad to have been helpful. Dr Dan...
DrDan71@...
Feb 15, 2000 4:27 pm
70
I just downloaded MJR 2.2 (I know I'm a little slow at updating). So far it has worked like a dream. I can actually use the Metrowerks compiler I bought last...
Andrew S Powell
powella@...
Feb 16, 2000 4:41 am
71
... I attempted to install MRJ 2.1 and MRJ 2.1 SDK. I had an older version of JDK. I really have no idea if there was some problem between the new and the ...
DrDan71@...
Feb 16, 2000 5:38 am
72
Has anybody manage to run JBuilder 3 that implements SUN's JDK 1.2.1 using Virtual PC successfully? I'm using Virtual PC Win95 on PPC 8600/300, alloted 80++K...
simon
s1msimon@...
Feb 18, 2000 5:49 am
73
Problem I found was trying to start a new project using jbuilder3. It appeared to hang when jbuilder wizards were called. I'm using VPC 3 on a G4 running OS 9....
Stephen Fickas
fickas@...
Feb 18, 2000 4:47 pm
74
stephen fickas <ficka-@...> wrote: original article:http://www.egroups.com/group/macjava/?start=73 ... appeared ... running OS ... Yes Steve, That...
simon
s1msimon@...
Feb 19, 2000 5:20 am
75
... Win98. BTW: I was able to get jbuilder to run by creating a project on a PC (using a wizard) and then mounting it on my mac. But starting one from scratch...
Stephen Fickas
fickas@...
Feb 19, 2000 11:04 pm
76
I have been following closely this group as I too am learning java on a Mac, on my own using books & newsgroups. The concensus seems to be to avoid IDEs, at...
Durbin Lenocker
durbinii@...
Feb 24, 2000 2:29 pm
77
... Type your code in a file with extension .java Drag the .java file onto the javac icon You'll get a file with the same name but a .class extension...
DrDan71@...
Feb 24, 2000 3:11 pm
78
I'd be interested in knowing the answer to this question as well. My guess is that the Apple Applet Runner will work, as well as the JBindery tool. Please...
DeanJudd@...
Feb 24, 2000 7:10 pm
79
... The apple applet runner requires an HTML file. The html file calls an applet. An applet, when finished, MUST be run in a browser or with an applet runner. ...
DrDan71@...
Feb 24, 2000 10:11 pm
80
Dr Dan: Yes, I agree, you are right that an applet requires an HTML file. However it appears that while I can use javac to compile both an applet and a java...
DeanJudd@...
Feb 24, 2000 11:56 pm
81
drdan7-@... wrote: original article:http://www.egroups.com/group/macjava/?start=77 ... turn it ... My .class file ran the first time. Thanks for the help....
Durbin Lenocker
durbinii@...
Feb 25, 2000 2:15 am
82
... Glad I could be of help. Dr Dan...
DrDan71@...
Feb 25, 2000 4:24 am
83
trying to get remote into http://freespace.virgin.net/martin.binxie/ having trouble with 5th command martin...
martin.binxie
martin.binxie@...
Feb 26, 2000 8:49 pm
84
I have written, compiled, and run many files (BBEdit, Javac, JBindery) but have yet to successfully run one as an applet. As an example I wrote a small square...