Skip to main content
Search titles, bodies, and author names
Found 64,975 posts across 1 forum.

Java Dev on MacOS X — #2

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…
MacNN Development

Java Dev on MacOS X — #3

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…
MacNN Development

Java Dev on MacOS X — #4

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…
MacNN Development

Java Dev on MacOS X — #5

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.…
MacNN Development

Java Dev on MacOS X — #6

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…
MacNN Development

Java Dev on MacOS X — #7

You didn't say much of why you cant run your applet, do you include all the classes?
MacNN Development

Java Dev on MacOS X — #8

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. …
MacNN Development

Java Dev on MacOS X — #9

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 (…
MacNN Development

Java Dev on MacOS X — #10

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 …
MacNN Development

Applying icons to applications — #2

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…
MacNN Development

Applying icons to applications — #4

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…
MacNN Development

Applying icons to applications — #6

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)…
MacNN Development

Applying icons to applications — #7

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…
MacNN Development

Cocoa documentation — #1

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…
MacNN Development

Cocoa documentation — #2

http://developer.apple.com/techpubs/...tiveC/ObjC.pdf objective c manual http://developer.apple.com/techpubs/...niquesBook.pdf openstep manual http://developer.apple.com/techpubs…
MacNN Development

deployment on windoze? runtime libraries — #1

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…
MacNN Development

Dual-install of PB and DP4 for development — #1

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…
MacNN Development

Dual-install of PB and DP4 for development — #2

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…
MacNN Development

Dual-install of PB and DP4 for development — #3

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…
MacNN Development

Dual-install of PB and DP4 for development — #4

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…
MacNN Development

Dual-install of PB and DP4 for development — #5

It should work as long as they are on seperate drives. Apple recommends using OS X PB Developer Tools as fallows: having 2 partitons, one for developing with OS X PB with the Dev…
MacNN Development

Dual-install of PB and DP4 for development — #6

According to this post from the OmniGroup MacOS X Dev list, you might be able to install the DP4 tools into Beta as follows: --------------------------------------------- Hello, fe…
MacNN Development
mp.ls