Converting Obj-C Framework to Java
Converting Obj-C Framework to Java
- Subject: Converting Obj-C Framework to Java
- From: "Ian G. Gillespie" <email@hidden>
- Date: Sat, 8 Dec 2001 19:22:54 -0800
Hi, I am a novice programmer and I want to be able to use the
Message.frameworks in my Cocoa-Java app. I looked at Apple's web site
about creating a Java Wrapper, but the documentation on it was very
old. Can someone explain to me how I might be able to convert the
Message.frameworks, and specifically, NSMailDelivery.h so that I can use
the NSMailDelivery class in Java? Anyone have any suggestions?