<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.ubuntu-fr.org/extern.php?action=feed&amp;tid=1133901&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Forum Ubuntu-fr.org / [Kubuntu] Exécuter un Scrip Shell - (Oracle Jdev)]]></title>
		<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1133901</link>
		<description><![CDATA[Les sujets les plus récents dans [Kubuntu] Exécuter un Scrip Shell - (Oracle Jdev).]]></description>
		<lastBuildDate>Mon, 10 Dec 2012 17:05:22 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Réponse à&#160;:  [Kubuntu] Exécuter un Scrip Shell - (Oracle Jdev)]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11819411#p11819411</link>
			<description><![CDATA[<p>A l&#039;arache, dans trop savoir précisément ce que ça implique:<br />/home/jonathan/Oracle/Middleware/jdk160_24/jre/lib/i386/xawt/libmawt.so: libXtst.so.6: cannot open shared object file: No such file or directory</p><p>&quot;.so&quot;, c&#039;est les &quot;shared objects&quot; ou &quot;librairie&quot; (sous windows, on appelle ça une DLL). </p><p>Il essaie de faire un lien, semble t&#039;il vers la dite librairie<br />Je suis sous xubuntu.</p><div class="codebox"><pre><code>ssdg$ locate libXtst.so
/usr/lib/x86_64-linux-gnu/libXtst.so.6
/usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0</code></pre></div><p>Si tu lance la même commande, je pense qu&#039;il ne retournera rien. Dans ce cas, il te manque la lib en question qui est installée par défaut sur les environnements GTK ou qui importent les libs GTK.</p><p>Du coup... il faudrait qu&#039;un expert du gestionnaire de paquet puisse nous dire d&#039;où ça vient (ou google)</p>]]></description>
			<author><![CDATA[dummy@example.com (ssdg)]]></author>
			<pubDate>Mon, 10 Dec 2012 17:05:22 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11819411#p11819411</guid>
		</item>
		<item>
			<title><![CDATA[[Kubuntu] Exécuter un Scrip Shell - (Oracle Jdev)]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11819021#p11819021</link>
			<description><![CDATA[<p>Bonjour,</p><p>J&#039;ai migrer de Ubuntu Unity 12.04 a Kubuntu 12.04 dernièrement pour des raison de préférence. J&#039;utilise JDev comme IDE officiel, en effet mes devoirs doivent être remis avec la mise en page de celui-ci (imprimer) donc inutile de me conseiller Eclipse ou NetBeans, car il y a beaucoup de trouble avec l&#039;encodage du texte quand je procède entre les deux logiciels. J&#039;ai parvenus à installer très facilement JDev sur Ubuntu, l&#039;installation .bin c&#039;est bel et bien dérouler avec un interface graphique, de là est parti la distinction. Sous Kubuntu l&#039;interface graphique n&#039;as pas voulu lancer, mais j&#039;ai peu l&#039;installer avec le script en terminal. Par contre je ne suis pas capable de lancer le programme en effectuant la même action que sur Ubuntu, abituellement je n&#039;ai qu&#039;à cliquer et on me demande si je veut lancer, sous kubuntu il ne se passe rien. J&#039;ai donc voulu l&#039;essayer par Konsole avec le même dossier.</p><div class="codebox"><pre><code>jonathan@jonathan-K53SV:~$ cd /home/jonathan/Oracle/Middleware/jdeveloper/jdev/bin/
jonathan@jonathan-K53SV:~/Oracle/Middleware/jdeveloper/jdev/bin$ ./jdev

Oracle JDeveloper 11g Release 2 (11.1.2.3.0)
Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved. 

2012-12-10 10:54:00 oracle.ide.osgi.boot.LauncherUtil throttleLocale
INFO: Locale fr_CA is not supported by this product. Forcing locale to en_US.
Exception in thread &quot;main&quot; java.lang.UnsatisfiedLinkError: /home/jonathan/Oracle/Middleware/jdk160_24/jre/lib/i386/xawt/libmawt.so: libXtst.so.6: cannot open shared object file: No such file or directory
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1806)
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1702)
        at java.lang.Runtime.load0(Runtime.java:770)
        at java.lang.System.load(System.java:1003)
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1806)
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1723)
        at java.lang.Runtime.loadLibrary0(Runtime.java:823)
        at java.lang.System.loadLibrary(System.java:1028)
        at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:38)
        at sun.awt.DebugHelper.&lt;clinit&gt;(DebugHelper.java:29)
        at java.awt.Component.&lt;clinit&gt;(Component.java:567)
        at oracle.ide.osgi.boot.OracleIdeLauncher.main(OracleIdeLauncher.java:87)
        at oracle.ide.osgi.boot.JDeveloper.main(JDeveloper.java:14)
jonathan@jonathan-K53SV:~/Oracle/Middleware/jdeveloper/jdev/bin$ </code></pre></div><p>Un icône est sur le bureau mais elle ne s&#039;exécute pas elle aussi. Je trouve cela intrigant sachant que Kubuntu est exactement identique mis a part le gestionnaire graphique. Donc avez-vous une solution ?</p><p>Merci.</p>]]></description>
			<author><![CDATA[dummy@example.com (Nak_Jon)]]></author>
			<pubDate>Mon, 10 Dec 2012 16:35:04 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11819021#p11819021</guid>
		</item>
	</channel>
</rss>
