Re: May I pack java in a dylib?
Re: May I pack java in a dylib?
- Subject: Re: May I pack java in a dylib?
- From: Phillip Mills <email@hidden>
- Date: Thu, 27 Jan 2005 11:15:29 -0500
On Jan 27, 2005, at 11:04 AM, Stefan Pantke wrote:
I have some java source and need to pack it in a dylib and like to
call it, as if there were standard C entry points.
Questions:
- Do you really mean "source"?
- Why a dylib?
Why I ask:
- If it's really going to be distributed as source, you need built-in
Java compile ability -- which can be done -- but is a lot more
complicated than just calling something in the C example.
- If you just need the ability to find a symbol by name and use it,
that's easily done with classes/jars on the classpath and reflection.
........................
Phillip Mills
Multi-platform software development
(416) 224-0714
_______________________________________________
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