If the application is a .app, then in the terminal go through the package contents to find the actual executable for the program, and then type:
./executable &
you can do this to happen at startup...
Try putting a file in the /Library/StartupItems directory with...
does anyone know how to set default umask for ftp uploads?
At the moment every time someone uploads to my server, i have to go in an manually change the permissions.
I haven't looked at Small Sockets, but a usual architecture that i use is to create reading and writing handlers for sockets. Create a reader (with the sockets input stream) in a new thread that waits and sets of events or messages when input arrives.
Yeah man it'll be great. I've got a 500mhz ibook running 10.1.4 (576mb RAM) it goes smooth. I use some graphics editing stuff and do all my web/soft eng development on it, and i have no problems what so ever.
In fact if you want a good development machine i think osx is the best there is...
Hey i'm working on a cocoa-java mysql admin program. I know there are a few already, but the good ones are not free. I'm also working on a cocoa-java chat program, that i want to turn into a project management program.
the project program is going to be an add on for a php/mysql community...
hi,
that works well for a single command, but how do you set an an environmental variable. If i "setenv CLASSPATH <path>" then java can't find anything. Even if i put the different paths to all the java libs etc it still doesn't find anything. The reason that i need to set a varaiable is that i...