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

Java -> obj. C — #10

Quote: Originally posted by robotic: How do I concatenate a float to a string? newString = [oldString stringByAppendingFormat:@"%f", theFloat];
MacNN Development

Java -> obj. C — #11

Yeah, I've been using PB/IB.... I love it! I was never really able to break into mac programming before.... now I can. I've almost finished making a small app that figures out Sha…
MacNN Development

Java -> obj. C — #12

Is it at all possible to mix obj-C code and java code in the same project as long as they're in separate files? More specifically, can I have an instance of a java class and call …
MacNN Development

Java -> obj. C — #13

You can mix, but i'm not sure how you'd do it. Be warned that it might be a mess to debug, since you can only run gdb or the java debugger (i don't know what it's called), not both…
MacNN Development

Java -> obj. C — #14

/Developer/Documentation/Cocoa/ProgrammingTopics/JavaBridge/JavaBridge.html has instructions for calling Java code from Objective C. The documentation is a bit old (1998) but it sh…
MacNN Development

Java Dev with OS X and code warrior 6 — #2

You can still write and compile Java2 stuff with codewarrior 5/6 and run it on OS X. But, you might have trouble debugging, maybe that's why it's said not to work.
MacNN Development

Java Dev with OS X and code warrior 6 — #3

Having just received CodeWarrior 6, I installed CodeWarrior 6 on MacOS X and put in the MacOS X-specific pieces from the Reference Disk (Thrill Seekers/MacOS X Java Plugins). I th…
MacNN Development

Java Dev with OS X and code warrior 6 — #4

I actually have CW6 and Java working on MacOS X. I'm building and running a Java app which is GUI free (this may make a difference, depending on what Apple has supported). Just l…
MacNN Development

Java Dev with OS X and code warrior 6 — #5

Do you have the JavaDoc Prelinker on? If so, turn it off. If you can't finish linking because you get some message about the VM initing, this is most likely the result of trying …
MacNN Development

Java Dev with OS X and code warrior 6 — #6

No, I can't get it to work either. When I use the Java Application wizard to make a new project it says the VM could not be opened and it could not make the source files. Crap. No…
MacNN Development

Java Dev with OS X and code warrior 6 — #7

No, I can't get it to work either. When I use the Java Application wizard to make a new project it says the VM could not be opened and it could not make the source files. Crap. No…
MacNN Development

Java Dev with OS X and code warrior 6 — #8

I'm sorry that I did not see this thread sooner. Have you installed CWPro 6 according to the instructions on this thread, http://forums.macnn.com/cgi-bin/Foru...ML/000067.html ? …
MacNN Development

inetd.conf — #1

I've been looking through the etc files trying to get cvs pserver set up. etc/groups and etc/services both say at the top that they are not used since NetInfo takes over their job.…
MacNN Troubleshooting

inetd.conf — #2

You should be able to make changes to inetd.conf and then simply HUP the inetd process. use 'ps-aux | grep inet' to get the pid of inetd then use 'kill -HUP pid' to restart inetd …
MacNN Troubleshooting

inetd.conf — #3

Wolverine - yes, that WOULD work, *if you are running X in single user mode*. In all normal cases, yes, MacOS X, like any true BSD system, uses NetInfo for all services. I found s…
MacNN Troubleshooting

inetd.conf — #4

I've specifically modified the inetd.conf file to enable things like verbose logging of ftp sessions and had no problems with the changes taking effect with a HUP of the inetd proc…
MacNN Troubleshooting

Learning to Writing Code for OSX — #1

If I wanted to learn to write code for the next OS, should I pick-up code warrior for the current OS or learn UNIX, or both. I have never written any code and would like to learn.…
MacNN Development

Learning to Writing Code for OSX — #2

Quote: Originally posted by slider: If I wanted to learn to write code for the next OS, should I pick-up code warrior for the current OS or learn UNIX, or both. I have …
MacNN Development

Learning to Writing Code for OSX — #4

Do you plan on installing MacOS X Public Beta? If so, you could use Terminal.app to figure out more about UNIX. Getting LinuxPPC up and running plus installing some apps and compi…
MacNN Development

Learning to Writing Code for OSX — #5

If you're interested in how Mac OS X works, getting the Public Beta is of course going to be the most accurate representation. Linux distributions like LinuxPPC will certainly imm…
MacNN Development

Learning to Writing Code for OSX — #6

Just noticed that someone has posted a Virtual PC disk image of Darwin compiled for Intel. This would be one way of learning about the UNIX foundations of Mac OS X without having …
MacNN Development

Learning to Writing Code for OSX — #8

I don't have VPC 3.03, but I will get it. I have already ordered the "Running Linux" and "Beginning Lunix Programing". Does it matter which version of VPC I get. DOS is the chea…
MacNN Development
mp.ls