Bug 2915 - have java jni bindings, will join
Summary: have java jni bindings, will join
Status: RESOLVED FIXED
Alias: None
Product: dbus
Classification: Unclassified
Component: core (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: high enhancement
Assignee: Havoc Pennington
QA Contact:
URL: http://freedesktop.org/~kidcrash/libd...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-06 14:12 UTC by Carlos Romero
Modified: 2006-08-25 14:41 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Carlos Romero 2005-04-06 14:12:32 UTC
already a member of freedesktop with the xlibs and xserver projects, i would
like dbus added to my list, to import and maintain the java jni binding i have
already started
Comment 1 Carlos Romero 2005-04-13 10:50:33 UTC
(In reply to comment #0)
> already a member of freedesktop with the xlibs and xserver projects, i would
> like dbus added to my list, to import and maintain the java jni binding i have
> already started

a functional replacement for the current gcj binding in dbus, currently still
buggy as i have'nt touched it waiting for it to find a home.

the code compiles without warnings. 
to compile native -- 
gcc -c org_freedesktop_dbus_*.c `pkg-config --cflags dbus-1`
-DDBUS_API_SUBJECT_TO_CHANGE=1 -Wall
gcc --shared -o libdbus.so org_freedesktop_dbus_*.o `pkg-config --libs dbus-1`

the test is a hal device enumeration, and currently works.
Comment 2 Manik Surtani 2005-08-18 04:05:30 UTC
Is it even necessary to have a JNI interface?  Can this not be done natively
over a socket in Java?
Comment 3 John (J5) Palmieri 2005-08-24 22:14:56 UTC
How is work going on the JNI bindings?
Comment 4 John (J5) Palmieri 2006-08-25 14:41:11 UTC
There is a new java implementation in git -
git://anongit.freedesktop.org/dbus/dbus-java


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.