1

I need to create a thread dump of the JVM running the Tomcat server from inside Eclipse on a Windows 7 machine. From the Task Manager I am not able to differentiate between the java.exe and javaw.exe. I am not sure which one is running Tomcat.

Sid
  • 4,893
  • 14
  • 55
  • 110
  • Perhaps this can help you out? http://stackoverflow.com/questions/1997718/difference-between-java-exe-and-javaw-exe – Jens Aug 27 '14 at 10:23

1 Answers1

0

Posting the answer from the one posted in another thread:

java.exe is the console app while javaw.exe is windows app (console-less). You can't have Console with javaw.exe.

Community
  • 1
  • 1
Sid
  • 4,893
  • 14
  • 55
  • 110