Do runnable jars (via Eclipse) contain tracking information?

Viewed 250

Lets say I'm writing Java code in Eclipse and then save it as a runnable .jar file. The code is 100% self-written, so no imports from other sources.

Does anything in the .jar file (file headers, ..) hold private data about my PC or my Eclipse version?

3 Answers
Related