Bonjour a tous, voila je programme sous netbeans et jdk6, ce matin je lance netbeans et rien ne se passe...
Je vais en ligne de commande :
[alain@localhost bin]$ ./netbeans
./netbeans: line 79: /usr/bin/tr: cannot execute binary file
java.io.IOException: Input/output error
at java.io.UnixFileSystem.createFileExclusively(Native Method)
at java.io.File.createNewFile(File.java:883)
at org.netbeans.CLIHandler.initialize(CLIHandler.java:451)
at org.netbeans.CLIHandler.initialize(CLIHandler.java:291)
at org.netbeans.Main.execute(Main.java:161)
at org.netbeans.Main.main(Main.java:48)
java.io.IOException: Input/output error
at java.io.UnixFileSystem.createFileExclusively(Native Method)
at java.io.File.createNewFile(File.java:883)
at org.netbeans.CLIHandler.initialize(CLIHandler.java:451)
at org.netbeans.CLIHandler.initialize(CLIHandler.java:291)
at org.netbeans.Main.execute(Main.java:161)
at org.netbeans.Main.main(Main.java:48)
java.io.IOException: Input/output error
at java.io.UnixFileSystem.createFileExclusively(Native Method)
at java.io.File.createNewFile(File.java:883)
at org.netbeans.CLIHandler.initialize(CLIHandler.java:451)
at org.netbeans.CLIHandler.initialize(CLIHandler.java:291)
at org.netbeans.Main.execute(Main.java:161)
at org.netbeans.Main.main(Main.java:48)
java.io.IOException: Input/output error
at java.io.UnixFileSystem.createFileExclusively(Native Method)
at java.io.File.createNewFile(File.java:883)
at org.netbeans.CLIHandler.initialize(CLIHandler.java:451)
at org.netbeans.CLIHandler.initialize(CLIHandler.java:291)
at org.netbeans.Main.execute(Main.java:161)
at org.netbeans.Main.main(Main.java:48)
java.io.IOException: Input/output error
at java.io.UnixFileSystem.createFileExclusively(Native Method)
at java.io.File.createNewFile(File.java:883)
at org.netbeans.CLIHandler.initialize(CLIHandler.java:451)
at org.netbeans.CLIHandler.initialize(CLIHandler.java:291)
at org.netbeans.Main.execute(Main.java:161)
at org.netbeans.Main.main(Main.java:48)
la ligne 79 du shell :
netbeans_clusters=`readClusters | tr '\012' ':'`
la fonction readClusters:
readClusters() {
grep -v "^#" "$progdir"/../etc/netbeans.clusters | grep -v "^$" | grep -v platform | while read X; do
if [ -d "$progdir"/../$X ]; then
echo $progdir/../$X
elif [ -d "$X" ]; then
echo $X
fi
done
}
J'ai cherche ce que tr fait :
[alain@localhost bin]$ tr --help
bash: /usr/bin/tr: cannot execute binary file
Je suis nouveau sur fedora, mais je bosse sous netbeans et linux(ubuntu) depuis un moment j'ai jamais eu ca..
Elements d'aide:
Hier soir mon ordi a completement plante sans raison valable (il me sortait plein de i/o exception du system pas java) puis un kernel panic au redemarrage docteur c'est grave ?
Si vous avez des reponses je ne veux pas utiliser gij ni eclipse j'ai besoin du jdk6 et netbeans