From mboxrd@z Thu Jan 1 00:00:00 1970 From: alexandre.montplaisir@polymtl.ca (Alexandre Montplaisir) Date: Wed, 08 Sep 2010 00:15:53 -0400 Subject: [ltt-dev] Packages in the Ubuntu LTTng PPA In-Reply-To: <4C86AA0B.3010603@polymtl.ca> References: <4C86AA0B.3010603@polymtl.ca> Message-ID: <4C870DF9.9050301@polymtl.ca> > > A note for TMF users: > Those who wish to install the TMF Eclipse framework can now simply add > the PPA and install the "liblttvtraceread" package. Since the > libraries will be installed in /usr/lib, the LD_LIBRARY_PATH tango > isn't needed anymore. > > Yikes, I lied about that. TMF also requires the liblttvtraceread_loader to provide the JNI interface, which requires building against sun-java6-jdk. Afaik, it's impossible to link against Sun's Java in Launchpad, only OpenJDK (or GCJ). I'm afraid we can't provide the JNI loader in the PPA then, unless we want to port/support the loader with OpenJDK. Alexandre