JOverseer on Windows Vista Home Premium

Hi All,

I installed JOverseer on a slightly older laptop running Windows Vista Home Premium.

I installed Java and then the program itself.

Installation advice then says to run the JOverseer widows batch file.

However, this does NOT work for me. A window pops up and then closes really fast before you can see what is going on.

If, against advice, I run the JOverseer.jar executable directly, then it works.

Has anyone else had this problem, is it worth documenting on the website?

Cheers,
Dean

Isn’t Microsoft great?

Dean: Yes, I have the same issue with Windows 7 Professional and have to launch JO directly from the executable file. There are times when I have JO and several programs up in the background that JO gets really loggy; up to 10 seconds or more of ‘program not responding’ before it finally does. I’d love to know the solution myself as well.

Brad: No.

Drew

Yes, JO seems to get sluggish after a while, leave it on in the background and come back to machine and you’re in trouble…

Windows versions play havoc with it, unfortunately, as we see being attested to. I do not believe the creator is playing anymore and haven’t gotten any replies for almost a year. I’ve logged onto a couple other player’s machines (free software - Teamviewer) to help them get going on occasion. Sometimes people are moving files around from the install folder, other times its the Either the .bat OR the .jar issue…

To see what is going on with the .bat file, open a command window (from accessories in start menu) and run joverseer.bat from the command line (you will probably need to change directory to the location of joverseer.bat). While this will not fix whatever error is preventing joverseer from running, it will at least keep the command window open afterwards. Then you can see the errors it had.

It tries to execute this command

java -Xmx512M -jar joverseer.jar

error message basically says javeisnot recognised as a commAND

OK, I have solved this problem, I will also post the solution in its own thread so that it is easier to find for other people.

JOverseer Windows Batch File Error Solved 9/7/13

Reported Error: On some versions of windows, after installing JOverseer, the Windows batch file, JOverseer.bat, which you are told to execute to run the program, starts up a window and closes down immediately. Often executing the the JOverseer.jar file directly does run the program.

Quick Fix

  1. WINDOWS + Pause Break (like doing CNRL-Z etc…)
  2. –> Advanced --> Environment Variables -->PATH
  3. Add directory containing Java to PATH, e.g. C:\Program Files\Java\jre7\bin

Detailed Explanation

The problem is that JOverseer is run using Java. Windows, and hence the BATCH file, on some versions of Windows, has not saved the path to the Java program. We need to find out where the Java program is and tell windows about it.

Look in C:\Program Files

If you have Java installed there will be a Java directory (if not install Java or JOverseer will never run!)

Look in C:\Program Files\Java

There will be directories in there that reflect the versions off Java you have installed. At the time of writing this I could see jre6 and jre7. Version 7 was the latest version so we go there.

Look in C:\Program Files\Java\jre7

In there, there should be a ‘bin’ directory, short for BINARY, which is the format of an actual program that the computer can run.

Look in C:\Program Files\Java\jre7\bin

In there is there should be the Java.exe program and “C:\Program Files\Java\jre7\bin” is the PATH to the program and we now have to tell Windows about this, we have to add this to the all the PATHS that windows checks for programs. Here is how we do that using the Windows variable editor, to add this into the PATH variable.

Hold down the WINDOWS key (the one that pulls up the start menu) and whilst that is held push the “Pause Break” key.

i.e. WINDOWS + Pause Break (like doing CNRL-Z etc…)

This pulls up the windows Control panel system settings window. On here, select the Advanced System Settings Link. If you have user account control on it make ask for your permission to proceed, say yes, and another smaller window with buttons and tabs pops up.

Click the Environment Variable button. (PATH is a Windows enviroment variable)

Another window pops up, goto to the System Variable pane and scroll down until you see the PATH variable. Click on it to select it with the mouse in that pane and then his the EDIT button.

An even smaller window pops up with:

Variable Name: PATH
Variable Value: “lots of text of directory paths separated by semi colons”

Click on the text in the Variable vlaue window, go right to the end of the text (Right arow or END key), type a semi colon and then add in the path to our Java program, e.g. C:\Program Files\Java\jre7\bin

Click OK until the windows all close. Now your JOveseer .bat file should work!

This addition to the PATH remains after reboot, so its a change to make once. Tested on Vista Home Premium.

Dean
9/7/2013