Hi magda, magda chelly schrieb: > Hello everybody!! > > Have someone an idea how to do an application that use > JNI in scratchbox? JNI consists of two parts:
1. The native code (e.g. with the generated header file generated by javah): This code has no java dependencies (only the jni.h has to be present). It should be compileable in scratchbox like any other c code. 2. The java code: This code has no compile-time dependencies to the native code. Simple compile it like usual pure java code. During runtime of course you need to put both together. --Sebastian > > Thanks, > Magda, > > > > > > > ___________________________________________________________________________ > Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! > Profitez des connaissances, des opinions et des expériences des internautes > sur Yahoo! Questions/Réponses > http://fr.answers.yahoo.com > _______________________________________________ > maemo-developers mailing list > [email protected] > https://maemo.org/mailman/listinfo/maemo-developers > -- tarent Gesellschaft für Softwareentwicklung und IT-Beratung mbH Heilsbachstr. 24, 53123 Bonn | Poststr. 4-5, 10178 Berlin fon: +49(228) / 52675-0 | fon: +49(30) / 27594853 fax: +49(228) / 52675-25 | fax: +49(30) / 78709617 durchwahl: +49(228) / 52675-17 | mobil: +49(171) / 7673249 Geschäftsführer: Boris Esser, Elmar Geese, Thomas Müller-Ackermann HRB AG Bonn 5168 Ust-ID: DE122264941 _______________________________________________ maemo-developers mailing list [email protected] https://maemo.org/mailman/listinfo/maemo-developers
