Where is the temporary directory/location of eclipse?
Asked Answered
G

1

8

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?

Grube answered 23/5, 2013 at 15:20 Comment(2)
Maybe this answers your question: #10329444Lacagnia
this is nice. instead searching for it i set itGrube
J
20

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

Jericajericho answered 24/5, 2013 at 7:19 Comment(1)
Yes, the above answer is helpfulDenby

© 2022 - 2024 — McMap. All rights reserved.