Search results

  1. S

    Locating installed application

    BTW thanks for answering all of my questions. What should I use to develop applications that run both on MacOS X and 9. (Not Java). Can I use Project Builder for that? Like you can tell, I don't have developement toold yet installed on my computer, for some reason I could not download them from...
  2. S

    Locating installed application

    That' sounds good. I am struggling to get development tools installed on my machine right now, but as soon as I get them installed I'll definitely try your suggestion. If I develope application in cocoa, can they run on MacOS9? And when you say, developed in Cocoa do you mean you developed them...
  3. S

    Locating installed application

    Thanks, I know that I can write Java code using Cocoa, what I don't know is how to write a console application using C that will work like demon on the user's machine; the main thing is this application should be started as other GUI application, except that it should not display the gui, do...
  4. S

    Locating installed application

    Actually, never mind. I need to do it Java. What was I thinking... Thanks. How do you write a demon application in C on Mac, should I write it using Project Builder in Carbon???? The main thing, is I don't want to have terminal window displayed.
  5. S

    Locating installed application

    Thanks, I will. I can program in Cocoa using C or C++? Right, thanks.
  6. S

    Locating installed application

    Thanks, if you ever have a moment to figure the API calls to this or will come across it please let me know. Thanks in advance.
  7. S

    WinApp() equivalent in MacOSX/0

    Thanks, but will my MacOS open a terminal window at the time I run my console application? I know that windows will open a terminal window if I run a console application not from the terminal window? Will this happen on Mac also? Also, is there a way, a standard way, to locatel installation...
  8. S

    WinApp() equivalent in MacOSX/0

    I created a simple C++ windows applications that does not have a GUI, but also not a console application. It is a simple application that loads jvm.dll, creates a new JVM environment and uses JNI (Java Native Interface) to execute my Java Application. What I am trying to do right now, is to port...
  9. S

    Locating installed application

    Is there a way to locate an already installed application on Mac OSx. I need to do it programmatically, from Java. Java by itself will not do it for you. I know I can probably do it using a shell command with the help of Runtime.getRuntime().exec(), but I would rather do it by calling a set of...
  10. S

    MacOSX vs Win32

    Hello. I am new to Mac OSX or to any Mac for that reason, so please be patient. I am trying to determine similarities and differences between installing applications on Windows and MacOSx. I know that when I develop application for Windows, I can use registry to access information from my...
Back
Top