Seems like some messages are falling through - I can't find this message in 
Programming archives. Resending.

--- On Wed, 6/15/11, Alexander Mikhailov <[email protected]> wrote:

> From: Alexander Mikhailov <[email protected]>
> Subject: Re: calling j.dll from Java?
> To: [email protected]
> Date: Wednesday, June 15, 2011, 10:38 AM
>
> Sorry for bringing this up again :) . I'd like to use J for
> a project in the company I'm working for, but I can't create
> an all-J application at the moment - some parts of J are
> more familiar to me than others. I'd like to integrate J
> with an application - server-side, in fact, with HTML client
> - written in Java. I can't at the moment call j.dll from
> Java code, which seems to be the only serious problem with
> implementation.
>
> Is calling j.dll from Java being accomplished routinely by
> group participants or is it relatively unusual practice? I
> didn't call native code from Java, may be that prevents me
> from accessing J here?
>
> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]]
> On Behalf Of Alexander
> Mikhailov
> Sent: Monday, June 13, 2011 11:04 AM
> To: [email protected]
> Subject: [Jprogramming] calling j.dll from Java?
>
> I'm looking for a good way to call j.dll - I'm using
> version 602 - from
> a Java application. I've found some advices for previous
> versions, but
> not a good enough solution for 602, so may be more recent
> version is
> easier in this aspect.
>
> As I understood, the idea is to mark some routines in j.dll
> as native in
> Java -
>
> native void JDo(String cmd);
>
> load the library -
>
> System.load("c:\\j602\\bin\\j.dll");
>
> and then call the wrappers, but some details seem to be
> missing.
> 
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to