1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 <2013> 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 <2013> 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | RE: JCA Error |
From: | Lucas José <[email protected]> |
To: | <[email protected]>, <[email protected]> |
Date: | Thu, 28 Feb 2013 14:02:23 -0300 |
Thank you Mark,
But now, I got this error "gov.aps.jca.CAException: Unable to create context", and looking on code of JCA, I found this: "@exception CAException is thrown if the context could not be instanciated. ", but I don't found why could not be instanciated. Thanks, Lucas José. From: [email protected] To: [email protected]; [email protected] Subject: RE: JCA Error Date: Thu, 28 Feb 2013 16:18:31 +0000 You are using the Java Native Interface (JNI) which requires a shareable library on your host. What happens if you use the pure-Java interface by using this call instead:
ctx=jca.createContext(JCALibrary.CHANNEL_ACCESS_JAVA);
Mark
From: [email protected] [mailto:[email protected]]
On Behalf Of Lucas José
Hello, all |