Hi-
For school I need to do java 1.2 dev. I know that OS X is going to support 1.2 but will it come with the standard javac and java? Or will I just have to use project builder. …
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. …
I can only find build 5. I've downloaded it but can't seem to unzip. How did you unzip Build 4?
Thanks,
- JT -
Quote:
Originally posted by JonConradt:
The Netbeans (…
There are two ways that I've found for unzipping files. With PB, stuffit expander shipped. This app, under utilities:aladdin, has done a good job of unzipping for me. In DP4, I …
You can copy and paste icons into the info (or the Inspector as it's called now)windows in OS X just the same as in OS 9 or earlier.
------------------
Life is what happens to you…
You need a 128 x 128 icns file, and the name of the file needs to be specified in the app bundle's Info.plist. ProjectBuilder will allow you to set the icon name in its "Applicati…
Quote:
Originally posted by mjuarez:
But what about Carbon? How would you do it with a Carbon app?
As long as you package your Carbon app in a .app folder (bundle)…
This is what we do in our app since we aren't using a bundle and don't plan to in the near future.
We build the icon using Icon Builder Pro. It exports a .icns file with all the d…
Does anyone know of there's a source of Cocoa documentation on the Web in PDF format?
I've looked on the Apple Developer site and it's all in HTML Having only a 56k connection, it…
Any hints/rumors that the promised and taken away ability to develop for Windoze will return?
I just read the article:
<a href:// "http://www.stepwise.com/Articles/Business…
I was beginning to wonder if it might be a good idea to throw the DP4 install onto another partition and running the development tools there for the time being.
Is anyone else her…
Great idea! I'm trying to get my hands on a DP4 so I can get the dev tools out of it. Shouldn't be a problem - you can use the System Disk prefs panel to switch between volumes, or…
Excellent. I've been looking for a good tutuorial on openFirmware commands - can't seem to find any ANYWHERE.
Here's the worry - that doing the install of DP4 will install an old…
The setup you described should be fine as long as your OS X partitions are on the master drive. I had DP4 installed on a partition of a slave drive, and I could boot to it, but it…