2014-07-01から1ヶ月間の記事一覧

eclipse JUnit Unit test

Install JUnit Download junit-4.10.jar from http://sourceforge.net/projects/junit/files/junit/4.10/ to workspace/your-project/lib/ start eclipse select your-project top node right click select [Refresh] select your-project top node right cl…

Use git in eclipse

create git repository Select your project top node Right Click [Team] -> [Share Project] select [Git] check [Use or create repository in parent folder of project] select your project folder Click [Create Repository] Click [Finish] Ref http…

Windowsで作られたeclipse workspaceをLinuxで動かす

select project top node right click [property]->[Resorce] [text file encoding]->[other]->[MS932] [new text file line delimitter]->[other] -> [windows] Ref http://pentan.info/program/tools/eclipse_sjis.html