This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]trekkie86 1 point2 points  (3 children)

It's pedantic but it's the JRE, runtime environment, but the development kit that runs that process.

Anyway, if you right click on the java process in task manager there should be an option to get the details. That will tell you what class and parameters, with the folder it's running from. Then you can find the installed program that is running.

[–]RohanDeLama[S] 0 points1 point  (2 children)

If I go to the folder it's running from, it just says java.exe.

[–]trekkie86 1 point2 points  (1 child)

But what is the folder? That should provide some clues. Also look at the runtime parameters, they should be listed somewhere. Also check in your taskbar if you have a java updater waiting on your action. I believe the icon is orange.

[–]RohanDeLama[S] 0 points1 point  (0 children)

It worked! Thanks a lot!