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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 131 - 160 of 246   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
131
hello, I was wondering, DOES ANYONE KNOW OF A DECOMPILER FOR THE MAC?????? if so, plz e-mail me at guru_32@... PLZ, im IN DEEP NEED OF A JAVA PROGRAM...
guru_32@...
Send Email
Nov 13, 2000
2:28 am
132
recently, I purchased beta version of Mac OS X. I'd like to know how I can edit and compile java source on Max OS X. does it support java 2? kaz...
kaznie@...
Send Email
Nov 26, 2000
8:20 am
133
kaz: I have an old Powermac 7200/120, with Mac OS 8.6 and I have been compliling Java with the Java software which can be downloaded from ...
deanjudd@...
Send Email
Nov 26, 2000
6:05 pm
134
Dean Judd thanks for quick responce. I am still wondering if these MRJ and MRJ SDK natively work on MAC OS X beta. I think these work prabably on classic...
kaznie@...
Send Email
Nov 27, 2000
12:33 am
135
Dean Judd thanks for quick responce. I am still wondering if these MRJ and MRJ SDK natively work on MAC OS X beta. I think these work prabably on classic...
kaznie@...
Send Email
Nov 27, 2000
12:35 am
136
kaz, As far as I know Java 2 support is built into OS X. The standard command line tools, java,javac and appletviewer all work and do handle swing parts. I...
Christopher M. Garman
cmgst51+@...
Send Email
Nov 27, 2000
5:59 pm
137
... What model of Mac are you using? Are you just now beginning to use MRJ 2.2 or have you used it on an older Mac OS?...
drdan71@...
Send Email
Nov 28, 2000
12:31 am
138
... older Mac ... Yes, I've used MRJ 2.2 on PowerBook 2000 firewire model. I tried to use terminal using commands but it just gave me confusion. I'd like to...
kaznie@...
Send Email
Nov 28, 2000
4:12 am
139
... I asked for the info to see if I would be able to help you. I have never used a powerbook 2000 nor firewire so I can't help. I'd only suggest that the...
drdan71@...
Send Email
Nov 28, 2000
6:12 pm
140
Dear Dr Dan Thank you so much. I finally manage to edit and compile java file on Mac OS X, though I use Terminal, not graphical tools. I have another thing I...
kaznie@...
Send Email
Nov 29, 2000
6:39 am
141
Kaz, Use appletviewer. Just type that into the command line. I think its appletviewer myhtmlfile.html. I'm not positive of this though, you should be able...
Christopher M. Garman
cmgst51+@...
Send Email
Nov 29, 2000
4:33 pm
142
Hello Chris, First of all, thanks alot. Appletviewer works very well. NOw I can use both java application and applet. Thank you. kaz ... though, ... to get...
kaznie@...
Send Email
Nov 29, 2000
7:20 pm
143
... I'm assuming terminal is like the command line. I've never seen OSX and I'm using a non-G3 computer so I'll probably have to get a G4 soon to use OSX. I ...
drdan71@...
Send Email
Nov 30, 2000
1:11 am
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
Messages 131 - 160 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