For compiling code, use Project>Add Framework and choose a .jar file. However, how to get these added to the classpath the clickable app uses is still beyond me.
rollerdexter: codewarrior pro 6 for osx is out if you want it.
As for the classpath (although I haven't got my copy of osx yet) I know from my linux java headaches that each shell…
The only way to be absolutely sure is to:
1 - track down ALL neccessary jars,
2 - start a terminal and completely erase the CLASSPATH (I never use this anyway, it is asking f…
my javabrowser displays the class decription only. on trying to display the source it tells me, the source is not available. the documentation is completely empty.
i did not chang…
You can look at JavaBrowser's preferences to see what's in the classpath, which directories it's using for documentation, and which directories it's using for source code. I don't …
I'm new to Cocoa programming, and I have a problem: where do I store an application's settings that are global to all users of the application, and how do I manage a user's separa…
Noticed there are no srand48,drand48 etc. inside stdlib.h... or anywhere for that matter...
needed to ues those functions... is there something else i can use, or are they act…
Yeah, there is no drand48, as far as I know. Here's what I put in my code:
</font><blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">code:<…
hey guys...
i know not a scrap of programming, but am interested in learning SOMETHING.
i have an idea for a file-sharing type of application, that i would want to run on like an…
If you've never programmed, you could start with applescript. It's nice object oriented language, and you'll learn many of the concepts. Perl isn't too bad as a first language eith…
Quote:
Originally posted by mattmarshall:
[b]i know not a scrap of programming, but am interested in learning SOMETHING.[b]
As someone already suggested you s…
I started with bying MetroWorks Discover Programming and read the books Programming i C on the Macitosh and Programming in C++ on the Macintosh both written by Dave Mark (I think).…
I'm writing some C programs in emacs for a programming course. However, this emacs is nothing like what I use on our Wintel machines at the university -even the key commands are …
Try using "cc" in the terminal. It's a c and objective c compiler (at least that's what the man page says). A good idea is to look at the developer forum for more info on compilers…
Hmmm...not sure what you mean..."cc filename"? That gives me "OK? wc filename?", which then defaults to "NO" no matter what I do. Anyone else know what I'm doing wrong???? I'm i…
What they forgot to ask was if you had the developer's tools installed. If not, you can sign up to be an Apple developer and download them. The basic membership is free (web only) …
You mean I need the developer's tools just to write any program at all?
Ah. That MIGHT be my problem....
Thanks......
greg
------------------
Though the day's been
really lo…
BTW: more info on the carbonated Emacs... It's version 19.14 and is *DAWWWG* slow. I love emacs; but, I'll stick with the Terminal.app-bound, fast, v.20.7.1 version.
You mean there's another, faster program included in the terminal? How do I access it????
I'm new to all this stuff...especially Unix, so it's confusing sometimes...
greg
-----…
I think he refers to the version of emacs that you run "inside" the terminal. Just write "emacs" without the " in a terminal and emacs will start.
Good luck
/Gabbe
Just fooling around with CC before I head to class, I compiled a program I recently wrote for a class. Got the usual warnings that I got when I compiled it on the Unix machines at…
Quote:
Originally posted by jguidroz:
On a unix machine, you type gcc (cc for X) filename. At the next prompt,
you type a.out(the file that was just created) and it s…