Search the web
Sign In
New User? Sign Up
macjava
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 144 - 173 of 246   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
144
Hello, Thanks to all of the member here, I was finally able to compile and run my small application. However, I still have itsy bitsy problem. I use (String[]...
kaznie@...
Send Email
Dec 1, 2000
11:51 am
145
Kaz: I can't speak to OS X, but under OS 8.6, you simply run JBindery, (to run a Java application), and enter command line arguments, separated by blank ...
deanjudd@...
Send Email
Dec 1, 2000
7:00 pm
146
If your program is called "myApp.java" and you want to pass your name "name" then run your program with the following command: java myApp name name will be...
Andrew S Powell
powella@...
Send Email
Dec 1, 2000
7:25 pm
147
Dear Andrew, Thank you Andrew, that command works very fine. I passed three Long values to args array and all of them goes through without a hitch. I wonder if...
kaznie@...
Send Email
Dec 2, 2000
10:52 pm
148
I am assuming that on this list there are both, the casual programmer and the more serious professional programmers. I am a college student and I was wondering...
Andrew S Powell
powella@...
Send Email
Dec 3, 2000
12:58 am
149
Thank you Kaz. I am currently in college and we do all of our assignments on the Unix, which is command line driven. If you would like to know more you could...
Andrew S Powell
powella@...
Send Email
Dec 3, 2000
9:32 pm
150
kaz, I'm just getting into UNIX and have found the man pages to be an excellent help. Do "man <command name>" to get the manual on it.(Use man man to figure...
Christopher M. Garman
cmgst51+@...
Send Email
Dec 3, 2000
9:39 pm
151
Good morning All Please advice me about a Free Java compiler on the net other then Javac, Because it's stupid sometimes.... Many thanks in advanced.. ... FREE!...
Ahmad Issawi
ahmadissawi@...
Send Email
Dec 3, 2000
9:59 pm
152
Good morning All Please advice me about a Free Java compiler on the net other then Javac, Because it's stupid sometimes.... Many thanks in advanced.. ... FREE!...
Ahmad Issawi
ahmadissawi@...
Send Email
Dec 4, 2000
8:44 pm
153
Hi all, I just want to know what kind of editor you guys use for java. I use mimikaki edit(carbon) primarily. you can find this at: ...
kaznie@...
Send Email
Dec 4, 2000
11:11 pm
154
I use CodeWarroir and link the compiler to Apple JavaApplet SDK. I think that is what it is called. CodeWarrior is nice. Though it does not do spell checking....
Vex Hex
hi_word@...
Send Email
Dec 5, 2000
12:01 am
155
I use CodeWarrior as well but I don't have much trouble changing the object name, at least in my setup. I really like CW because it does C and C++ as well and...
Christopher M. Garman
cmgst51+@...
Send Email
Dec 5, 2000
12:11 am
156
Hi, I am learning Java right now, and do not have that strong a hold on OOP and Inheritance. This is what I am trying to do. This is the simplified version....
Vex Hex
hi_word@...
Send Email
Dec 5, 2000
3:34 am
157
You instantiated correctly, but try this for your type casting: someDataType = ((Manager) Emp[1]).GetGolfing( ); Also, try to follow the format for naming...
Dean Baluch
dbaluch@...
Send Email
Dec 5, 2000
3:48 am
158
Thank you very much. It totally worked. Thanks for the hint as well. -vexHEX ... ...
Vex Hex
hi_word@...
Send Email
Dec 5, 2000
5:07 am
159
... I received the following e-mail you all might find useful: ********** Hello CodeWarrior, Here is some information on our soon to be released CodeWarrior...
Michael
michael.goldberg@...
Send Email
Dec 5, 2000
2:56 pm
160
If you don't want to use casting (sometimes it is inconvienent or not possible) you can just put a "dummy" method in the "Employee" class, and you can just...
Andrew Powell
powella@...
Send Email
Dec 5, 2000
5:05 pm
161
Hello, if any one can help me with this question I would like that. So this is what I am trying to do. I have an array of type Employee. And in that array the...
Vex Hex
hi_word@...
Send Email
Dec 5, 2000
7:27 pm
162
Hello It seems that you dont understand some of the basic concepts of heritage ;-) Casting an instance of a class to a subclass is perfectly legal as long as ...
bdesth
bdesth@...
Send Email
Dec 5, 2000
8:18 pm
163
Thanks, that instanceof is what I needed. -vexHEX ... _____________________________________________________________________________________ Get more from the...
Vex Hex
hi_word@...
Send Email
Dec 5, 2000
8:32 pm
164
http://freespace.virgin.net/smallpractices.associations/...
martin emanuel
martin.binxie@...
Send Email
Dec 10, 2000
3:39 am
165
... http://developer.apple.com/java/ is a real good place to start!...
Michael
michael.goldberg@...
Send Email
Dec 11, 2000
2:20 pm
166
Good morning All Please advice me about a Free Java compiler on the net other then Javac, Because it's stupid sometimes.... Many thanks in advanced.. ... FREE!...
Ahmad Issawi
ahmadissawi@...
Send Email
Dec 14, 2000
12:48 pm
167
javac is the free compiler. What is "stupid" about it? It is about as straight forward as they come. AP...
Andrew Powell
powella@...
Send Email
Dec 14, 2000
6:12 pm
168
Hi all? does anyone have any experience with installing the Sun SDK on Windows NT 4? Somehow, I can't seem to figure things out (primary because I don't know...
Peter.Robinson@...
Send Email
Dec 14, 2000
7:20 pm
169
Hey I thought it was the _Mac_ Java Mailing List... Anyway, what's the problem with using Sun's JDK ? You copy it somwhere, you set the path to...
bdesth
bdesth@...
Send Email
Dec 14, 2000
10:56 pm
170
http://www.egroups.com/subscribe/binxie ... From: "Vex Hex" <hi_word@...> To: macjava@egroups.com Subject: Re: [macjava] Who uses what editor? Date:...
martin emanuel
martin.binxie@...
Send Email
Dec 17, 2000
3:47 am
171
just use applets , can you teaach use anything martin ... From: "martin emanuel" <martin.binxie@...> To: macjava@egroups.com Subject: Re: [macjava]...
martin emanuel
martin.binxie@...
Send Email
Dec 17, 2000
4:07 am
172
Hello to reader. I am a CIS student learning java right now, and I have to do some file IO. The data file contains a list of records. I am fairly sure that...
Vex Hex
hi_word@...
Send Email
Dec 17, 2000
7:51 pm
173
Hello to reader. I am a CIS student learning java right now, and I have to do some file IO. The data file contains a list of records. I am fairly sure that...
Vex Hex
hi_word@...
Send Email
Dec 17, 2000
7:51 pm
Messages 144 - 173 of 246   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help