Re: [Quickfix-developers] compile problems with tradeclientgui
Brought to you by:
orenmnero
From: <OM...@th...> - 2002-07-09 21:32:24
|
Well that's a tough call. The reason we don't currently support JAVA for linux is that gcc (at least in our experience) has some issues throwing exceptions from shared objects (the JNI layer must be in a shared object for JAVA to access it). We are currently trying to isolate the problem to determine if there is something we can do. The avenues we are currently exploring are 1) gettings exceptions to work correctly in shared objects, 2) representing the logic without exceptions, 3) using some piece in the middle to isolate the JNI layer from the exceptions. We will keep everyone updated when we have found a solution. It would also be very helpful to get some assistance from anyone who has experience with exceptions in shared objects. --oren |---------+-----------------------------------------------> | | Krishna Dagli <kd...@in...> | | | Sent by: | | | qui...@li...ur| | | ceforge.net | | | | | | | | | 07/09/2002 04:06 PM | | | | |---------+-----------------------------------------------> >----------------------------------------------------------------------------------------------| | | | To: "qui...@li..." | | <qui...@li...> | | cc: | | Subject: Re: [Quickfix-developers] compile problems with tradeclientgui | >----------------------------------------------------------------------------------------------| My mistake. I was trying to configure tradeclientgui on Linux, while documentation says java support currently available for windows. When java/linux support will be available? Thanks =========== Krishna OM...@th... wrote: > > Have you compiled the quickfix JAVA API and the C JNI layer? SessionID is > compiled into quickfix.jar. This file should show up in your quickfix\lib > directory once you build it. > > --oren > > |---------+-----------------------------------------------> > | | Krishna Dagli <kd...@in...> | > | | Sent by: | > | | qui...@li...ur| > | | ceforge.net | > | | | > | | | > | | 07/09/2002 02:43 PM | > | | | > |---------+-----------------------------------------------> > > ----------------------------------------------------------------------------------------------| > | | > | To: qui...@li... | > | cc: | > | Subject: [Quickfix-developers] compile problems with tradeclientgui | > > ----------------------------------------------------------------------------------------------| > > Hi, > > I'm able to compile tradeclientgui application. It says name > resolution failed for SessionID etc. Is this Session.java > file missing? > ======= > Krishna. > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Stuff, things, and much much more. > http://thinkgeek.com/sf > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Stuff, things, and much much more. http://thinkgeek.com/sf _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers |