プログラミング学習日記

プログラミング学習時のメモ帳。

error

謎のエラー<未解決>

The project was not built due to "Resource already exists on disk: '/sample/bin/.project'.". Fix the problem, then try refreshing this project and building it since it may be inconsistent eclipseを使っていて以上のようなエラーが出てビルドが…

java.lang.ClassNotFoundException

javaで実行しようとした時のエラー // Test.java public class Test{ public staitc void main(String args[]){ System.out.println("Hello World!"); } } 上の.javaファイルに対してコンパイルと実行をしてみる時にjava.lang.ClassNotFoundExceptionが出て…

ブログを見ていただきありがとうございました