Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is the temporary directory/location of eclipse?

I tried to fix a problem with jvisualvm not detecting local java applications as explained at Why won't the VisualVM Profiler profile my application?

Unfortunately I could not find where the tmpdir of eclipse is.
Where is the java.io.tmpdir of eclipse?

like image 913
David Michael Gang Avatar asked May 23 '13 15:05

David Michael Gang


1 Answers

Open Help > About Eclipse Click on "Installation Details" and then on the "Configuration" tab. Wait until it has populated and scroll down a bit. There you'll see amongst other things (with whatever value you have...):

java.io.tmpdir=/tmp

like image 144
fredrik Avatar answered Oct 13 '22 20:10

fredrik