[pydev - Users] qt-jambi with jython

View: New views
2 Messages — Rating Filter:   Alert me  

[pydev - Users] qt-jambi with jython

by SourceForge.net :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7533349
By: devent

Hello,
I would like to use qt-jambi in jython with pydev. How can I add the native
libraries so that jython/java can find it? For example I need to add the
libqtjambi.so library to the java.library.path, so that the JVM can find it.
I tried in 'Project'>"External Libraries" and in 'Interpreter - Jython'>'Libraries'
but no luck.

Thank you for help.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Pydev-users mailing list
Pydev-users@...
https://lists.sourceforge.net/lists/listinfo/pydev-users

[pydev - Users] RE: qt-jambi with jython

by SourceForge.net :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7534607
By: fabioz

To pass things to the java.library.path, you have to specify it as other regular
java options (pass it as a vm argument in the format -Djava.library.path=xxx).

You can do that at the launch configuration.

Note that it might be easier adding those .so libraries to a directory contained
in your PATH environment variable (I believe java checks java.library.path and
the PATH -- although I haven't tested it).

Cheers,

Fabio

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Pydev-users mailing list
Pydev-users@...
https://lists.sourceforge.net/lists/listinfo/pydev-users