08/10/19 22:46:06 j/Gt4+PT0
Mac OS X 10.4
コンピュータの電源ボタンを押して、デスクトップが立ち上がったときに、勝手に、自動的に、ターミナルが起動してしまいます。
以下がその起動時に立ち上がるターミナルの内容です。
これはなんですか?
どうやったらなおりますか?
Last login: Sun Oct 19 22:33:07 on console
Welcome to Darwin!
/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Commands/java; exit
fujiimasashis-computer:~ fujiimasashi$ /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Commands/java; exit
Usage: java [-options] class [args...]
(to execute a class)
or java [-options] -jar jarfile [args...]
(to execute a jar file)
where options include:
-client to select the "client" VM
-server to select the "server" VM
-jvm is a synonym for the "client" VM [deprecated]
-hotspot is a synonym for the "client" VM [deprecated]
The default VM is client.
-cp <class search path of directories and zip/jar files>
-classpath <class search path of directories and zip/jar files>
A : separated list of directories, JAR archives,
and ZIP archives to search for class files.
-D<name>=<value>
set a system property
-verbose[:class|gc|jni]
enable verbose output
-version print product version and exit