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...
Durbin Lenocker
durbinii@...
Mar 6, 2000 1:46 am
85
... If the code above is the total code, it might not run. This is an html document and should include <html> as the beginning of the first line and </html>...
DrDan71@...
Mar 6, 2000 3:12 am
86
Make sure Root.class extends applet or it won't work in a browser. -Todd Kirby ... http://click.egroups.com/1/1635/2/_/17702/_/952307179/ ... ...
Todd Kirby
kirbyt@...
Mar 6, 2000 3:30 am
87
The following format works for me: <applet code="(put name of java file here).class" width="200" height="100"> </applet>...
DeanJudd@...
Mar 6, 2000 8:49 pm
88
Last I posted, it was confirmed that there was a problem getting JB3 to work when invoking a New Program from the file manue as the build in Wizard would just...
simon
s1msimon@...
Mar 7, 2000 10:52 am
89
It does run on JB3! Make sure you put your .java files in the 'My Project' folder within the JBuilder3 folder. Press the green forward arrow key or choose...
simon
s1msimon@...
Mar 10, 2000 4:41 pm
90
Hi, probably you know this problem, but I developed Java applets for PC up till now, so Mac is new for me. I wrote a password/sign-in applet: the text field,...
Tibor Voros
voros@...
Mar 15, 2000 9:20 am
91
Hello, I'm an informatics student in Belgium and as object-oriënted language we learn java. Recently I switched over from wintel and now I'm trying to program...
Peter Stessel
peter.stessel@...
Apr 14, 2000 1:49 pm
92
hi peter i am also a student and i know that code warrior pro for java supports swing classes( it is an IDE). I'm sure that os X has an ide built into the os. ...
S Hayes
tec4u@...
Apr 14, 2000 4:04 pm
93
Hello Peter: I have an old Mac 7200/120 and it does support the Swing classes of Java. If you haven't downloaded the Java Virtual Machine for the Macintosh,...
deanjudd@...
Apr 14, 2000 6:32 pm
94
Good morning sir : I have a problem of compalation with Java, i have a G3, i tried to use the MRJ to compile Java text... i write the texte withe the simple...
Ahmad Issawi
ahmadissawi@...
Apr 28, 2000 10:06 pm
95
Good morning sir : I have a problem of compalation with Java, i have a G3, i tried to use the MRJ to compile Java text... i write the texte withe the simple...
Ahmad Issawi
ahmadissawi@...
Apr 28, 2000 10:07 pm
96
... There are several absolute requirements. 1. Inside your text file, you must name the file you save exactly as the name of the class in your file with the...
drdan71@...
Apr 29, 2000 12:11 am
97
unsubscribe...
cookmonster@...
Apr 29, 2000 12:15 am
98
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...