Re: convert Java or C Source code into Objective-c
Re: convert Java or C Source code into Objective-c
- Subject: Re: convert Java or C Source code into Objective-c
- From: Rob Ross <email@hidden>
- Date: Mon, 10 Jul 2006 09:57:16 -0700
On Jul 10, 2006, at 8:45 AM, Raphael wrote:
Thank you.
mmh, I have hope that I could found a tool, especially for java.
Now I start to convert the code by my own :-).
regards,
-raphael
I'm just curious about your expectations. How do you think an
automated converter app would deal with making API calls? The
libraries in the JDK are completely different than the libraries for
Cocoa. To begin with, none of the Java APIs even start with "NS". ;)
So do you think there might actually be software that would somehow
know how to map all the calls from the Java API to Cocoa?
Rob Ross
Am 10.07.2006 um 16:11 schrieb Scott Thompson:
On Jul 10, 2006, at 7:24 AM, Raphael wrote:
Hi,
is their a available Tool that can convert Java or C code into
objective-c source files?
I have try google, but I can´t found anything.
I have a old application that I like to convert into my objetive-
c. I wouldn´t use the JavaBridge in
that app, because it is a complete application and that makes no
sense for me.
Well...
Objective-C is a superset of C so all of your C files are, by
definition, also Objective-C files.
Unfortunately I'm not aware of any tool that might try to
translate Java into Objective-C.
Scott
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden