2009-12-07から1日間の記事一覧

javamail を依存性に登録する

<dependency> <groupId>javax.mail</groupId> <artifactId>mail</artifactId> <version>1.4.2</version> </dependency> <repository> <id>maven-repository.dev.java.net</id> <name>Java.net Maven Repository</name> <url>http://download.java.net/maven/2/</url> </repository> リポジトリ追加して、こんな依存性を追加すれば イケルぜ!!!

sun の依存性ライブラリの解決方法

<repository> <id>maven-repository.dev.java.net</id> <name>Java.net Maven Repository</name> <url>http://download.java.net/maven/2/</url> </repository> 上記リポジトリから取得する

macでssh接続が切れる場合

~/.ssh/config に ServerAliveInterval 60 設定するだけでok