0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Eclipse上でTomcatを走らせるときの相対パス

Last updated at Posted at 2019-07-22

#結論

サーバで実行する1時のカレントディレクトリは
/Applications/Eclipse_2019-03.app/Contents/MacOS/
になる。

#環境

Eclipse 2019-03 (4.11.0)
Tomcat9
macOS 10.13.6
Java11

#きっかけ

相対パスでファイルを指定する時にカレントディレクトリがどこか把握しておく必要がある。
EclipseでJavaアプリケーションを実行する時、カレントディレクトリはプロジェクトディレクトリだった。しかし、今回サーバで実行した際には、カレントディレクトリは別の場所になっていた。

  1. Eclipse+Tomcatアプリ https://searchman.info/java_eclipse/1100.html

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?