dalnet Napisano Kwiecień 24, 2005 Zgłoszenie Share Napisano Kwiecień 24, 2005 czesc, Mam problem z Eclipsem w Fedora Core 3, podczas uruchamiania ./eclipse system podaje komunikat: libgcj-java-placeholder.sh This script is a placeholder for the /usr/bin/java master link required by jpackage.org conventions. libgcj's rmiregistry, rmic and jar tools are now slave symlinks to these masters, and are managed by the alternatives(8) system. This change was necessary because the rmiregistry, rmic and jar tools installed by previous versions of libgcj conflicted with symlinks installed by jpackage.org JVM packages. System generuje rowiez loga, ktory jest jednak dla mnie malo czytelny Mam prosbe, ktore spotkaly sie z tym problemem lub wiedza jak go rozwiazac o jakas rade i jak najszybsza pomoc, poniewaz sprawa jest dosc pilna pozdr, dalnet Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
przemk Napisano Kwiecień 24, 2005 Zgłoszenie Share Napisano Kwiecień 24, 2005 czesc,Mam problem z Eclipsem w Fedora Core 3, podczas uruchamiania ./eclipse system podaje komunikat: libgcj-java-placeholder.sh This script is a placeholder for the /usr/bin/java master link required by jpackage.org conventions. libgcj's rmiregistry, rmic and jar tools are now slave symlinks to these masters, and are managed by the alternatives(8) system.[ciach] sam siedze na netbeans, ale widze ze sprawa jest dosc znana.. znalazlem cos takiego: "I had the same problem. It seemed that my java and javac files in /usr/bin vere symbolic links which pointed to bogus scripts. I solved it by replacing them with symbolic links pointing to the real java and javac files. (in my case: /usr/java/jdk1.5.0_01/bin/[java,javac])" jeszcze w razie co zerknij tu: forum Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
dalnet Napisano Kwiecień 24, 2005 Autor Zgłoszenie Share Napisano Kwiecień 24, 2005 nie wiem czy dobrze zrozumialem, plik z /usr/bin/java jest linkiem sybolicznym, zastapilem ten link symboliczny linkiem z wspisana sciezka na prawdziwe pliki javy Poczatkowy plik: java #!/bin/sh echo "libgcj-java-placeholder.sh" echo echo "This script is a placeholder for the /usr/bin/java" echo "master link required by jpackage.org conventions. libgcj's" echo "rmiregistry, rmic and jar tools are now slave symlinks to these" echo "masters, and are managed by the alternatives(8) system." echo echo "This change was necessary because the rmiregistry, rmic and jar tools" echo "installed by previous versions of libgcj conflicted with symlinks" echo "installed by jpackage.org JVM packages." exec gij "$@" zastąpilem linkiem w postaci #!/bin/sh /usr/java/jdk1.5.0_02/bin/java (tytaj rzeczywiscie ma pliki javy) dalej nie wlącza sie Co robic :/? Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
Rekomendowane odpowiedzi