This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 32402 - Improve JNI support
Summary: Improve JNI support
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: cpplite (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker with 1 vote (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-27 14:33 UTC by _ pkuzel
Modified: 2007-09-17 20:20 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
My makefile (774 bytes, text/plain)
2003-03-27 15:59 UTC, _ pkuzel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ pkuzel 2003-03-27 14:33:48 UTC
I had problem from IDE to compile and link shared
library. Finally I gave up and executed:

gcc -shared {myJNI_lib}.c -olib{myJNI_lib}.so

from command line.

I suppose that it's "hello world" kind of JNI
support funtionality.
Comment 1 _ pkuzel 2003-03-27 15:59:08 UTC
I have found <http://cpplite.netbeans.org/docs/makefile.html> but was
unable using the librarian produce shared library.
Comment 2 _ pkuzel 2003-03-27 15:59:57 UTC
Created attachment 9575 [details]
My makefile
Comment 3 Jiri Prox 2007-09-17 20:20:34 UTC
Obsolete milestone, please reevaluate