Search results

  1. P

    JNI & Cocoa

    Thanks for your advice about portability but if I need to use JNI, there IS a reason : that's because I need to call system dependant functions that are not available through Java. Anyway, I managed to use Java Bridge to do what I want.
  2. P

    JNI & Cocoa

    Can a Java application call a cocoa library ? I'd like to create a library using the cocoa features and call this library from my Java application using JNI. For test purpose, I created a simple library which just loads a nib, but all I got is this exception : "[NSJavaVirtualMachine...
  3. P

    unable to install developer tools

    I tried to install the Public Beta Tools CD (October 2000) on a G3 Public beta MacOSX system after downloading it from ADC but it hung. Here are the steps I followed : - expand the file with stuffit, which created a Developper.pkg file - launch Developer.pkg and go through all steps...
Back
Top