Re: [Sqlrelay-discussion] Using Java API on Win32
Brought to you by:
mused
|
From: David M. <dav...@fi...> - 2010-03-30 18:55:40
|
Unfortunately I've had the same experience and have never been able to
get it working. It may be some kind of cygwin issue. I've been
working on a native win32 port. It has a better chance of working, but
I don't have it working yet either.
David Muse
dav...@fi...
On Mar 26, 2010, at 1:09 PM, Jan Peter Stotz <Jan...@si...
> wrote:
> Hi,
>
> currently I am trying to get the Java-API of SqlRelay working on
> Win32.
> I have compiled Rudiments and SqlRelay in my Cygwin environment.
>
> The created DLLs are looking fine. I copied all necessary DLLs into my
> Java project (checked with Dependency Walker) and changed the file
> name
> of "cygSQLRConnection-0.dll" to "SQLRConnection.dll" as it is
> referenced
> in SQLRConnection.java.
>
> The problem is that when Java executes the command
> System.loadLibrary("SQLRConnection") it never returns. This blocks the
> classloader loading com.firstworks.sqlrelay.SQLRConnection which is
> really bad...
>
> What is going wrong and what do I have to change to make it work?
> I have to access a SqlRelay encapsulated SQLite database on a remote
> Linux system...
>
> Jan
>
> ---
> ---
> ---
> ---------------------------------------------------------------------
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
>
> _______________________________________________________
> Unlimited Disk, Data Transfer, PHP/MySQL Domain Hosting
> http://www.doteasy.com
> _______________________________________________
> Sqlrelay-discussion mailing list
> Sql...@li...
> https://lists.sourceforge.net/lists/listinfo/sqlrelay-discussion
>
>
> _______________________________________________________
> Unlimited Disk, Data Transfer, PHP/MySQL Domain Hosting
> http://www.doteasy.com
|