我的 helloworld的内容是
class test
{
public static void main(String[] args)
{
System.out.println("Hello World!");
}
}
在
javac test.java
java test
后,输出是
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.
段错误
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
>>>> 老版本的libgcj所附带安装的rmiregistry, rmic and jar tools和JVM packages的symlinks冲突。