So will 'any' unix app run or easily ported to OS X?
Essentially, yes.
Is this an incorrect or naive view of where this is moving? IBM developed apps for Linux (servers) running…
Hi,
I'm not sure I agree with you Scott. For any plane old command line UNIX application I see no problem. Some stuff has been ported to OS X sever already.
But the application…
I'm not a programmer, but I'm interested to know what Cocoa's real capabilites are. Avadis Tevanian was quoted saying that applications can be developed in 1/10 of the time on OS X…
Has anyone tried compiling X-Windows for it, with GTK+ libs and the works so as to run gnome? 'Tis a silly question, but if the community can, then they will start to make somethi…
Quote:
Originally posted by jwardell:
What exactly do I need to do and get in order to start developing Cocoa apps? Are there any additional tools or resources that an…
Thanks Ali.
I have been reading through the HelloWorld and AboutBox tutorials found on Apple's Cocoa docs pages. However, the tutorials are actually for making Carbon apps. Is Coco…
Quote:
Originally posted by jwardell:
Thanks Ali.
I have been reading through the HelloWorld and AboutBox tutorials found on Apple's Cocoa docs pages. However, the tutor…
Does anyone know what the future of Java vs. Objective-C is for Cocoa development? From the surface, it looks as if Objective-C is the more attractive choice, but I want to make s…
I've been messing with cocoa for the last few days. Its really sort of cool. I find the actions and outlets interesting. They have a pdf file that walks you though a simple cocoa j…
Quote:
Originally posted by marvin:
The fact is *hardly anyone* uses objective c anymore outside of Apple.
For what it's worth, that "hardly anyone" includes The Om…
Quote:
Originally posted by aabernathy:
For what it's worth, that "hardly anyone" includes The Omni Group.
I hope that people will give Objective-C a fair shake. Ther…
I haven't tried it in OS X Public beta, but in DP4, DebugStr logged a message to the console. This is actually a lot more useful than the OS 9 behavior; it's a lot like DCon, if yo…
Yes, the good news is that all the standard command-line tools, such as "java", "javac", etc. are all bundled on the Public Beta.
You may also be able to run IDEs such as NetBean…
Also, the NeXT-legacy tools such as Project Builder are _not_ bundled on the Public Beta. Members of Apple's developer programs are being shipped this week a separate CD-ROM with t…
Any ideas where to get MRJAppBuilder for OSX?
Its mentioned at http://developer.apple.com/techpubs/...otes/Java.html but not obviously available any where (previous versions are…
The Netbeans (www.netbeans.org) IDE mostly works. Use the Stable build (build 4). I downloaded the .zip file and ran unzip on it. Then cd to netbeans/bin and execute:
./runide.…
I've been working on some applets for a class project. These applets are nothing fancy, but they do utilize swing components such as JLabel and JTextField. I've yet to have any l…
Quote:
Originally posted by itpga:
You didn't say much of why you cant run your applet, do you include all the classes?
Sorry, Actually it's just one class file. …