Marco Walther's Weblog

« Previous day (Aug 30, 2005) | Main | Next day (Sep 1, 2005) »

20050831 Wednesday August 31, 2005

Creator Applications and native code

This came up in the forum over the last week.

The easiest way to get access to native code from a Creator application is when that code can be handled as a global resource similar to a JDBC driver jar.

I created a little test case today (on Linux) and that seemed to work after the following steps:

That worked for me;-)

Trying to handle a native library as part of a WebApplication is probably a lot harder. Things to watch out for would at least include:

So overall I don't think that would be a good idea.

I hope this helps a bit;-)

( Aug 31 2005, 04:27:57 PM PDT ) Permalink Comments [0]