I have java program "Test.java", and it is compiled to "Test". I will run this from terminal using "java Test". This is available in my home directory of my Mac.
Now, using Cocoa framework and Obj C application, I want to run "Test". How can I do it?
Now, using Cocoa framework and Obj C application, I want to run "Test". How can I do it?