Hard Light Productions Forums

General FreeSpace => FreeSpace & FreeSpace Open Support => Topic started by: oljo on October 30, 2015, 04:43:44 pm

Title: FSO installere
Post by: oljo on October 30, 2015, 04:43:44 pm
I have just downloaded fso installere but i dont understand ho to start it, there are no exe files or other programfiles i can use, are there any guide i can use?
Title: Re: FSO installere
Post by: tomimaki on October 30, 2015, 05:26:31 pm
Java installed?
Title: Re: FSO installere
Post by: General Battuta on October 30, 2015, 05:32:21 pm
Yeah, just install Java and you can run it by clicking on it.
Title: Re: FSO installere
Post by: oljo on November 01, 2015, 01:33:00 pm
Well i have installed java but the only thing thats happend when i click the file is i get up all the folders inside.
Title: Re: FSO installere
Post by: Goober5000 on November 01, 2015, 01:42:25 pm
You should be able to double-click on the file to run it -- assuming the file is associated with Java.  It's not supposed to be opened like a zip archive.

But you can bypass this by opening a console or command prompt.  Just type this:

Code: [Select]
java -jar FreeSpaceOpenInstaller.jar
Title: Re: FSO installere
Post by: jr2 on November 01, 2015, 03:39:25 pm
To do that, you'll have to either be in the same directory as FreeSpaceOpenInstaller.jar or specify the directory manually.

i.e.,

Code: [Select]
C:\Users\Userxyz>cd Downloads
C:\Users\Userxyz\Downloads>java -jar FreeSpaceOpenInstaller.jar

or

Code: [Select]
C:\Users\Userxyz>cd "\Personal Folders\Downloads"
C:\Personal Folders\Downloads>java -jar FreeSpaceOpenInstaller.jar

Code: [Select]
C:\Users\Userxyz>D:
D:\>cd "\Personal Folders\Downloads"
D:\Personal Folders\Downloads>java -jar FreeSpaceOpenInstaller.jar

or

Code: [Select]
C:\Users\Userxyz>java -jar "\Personal Folders\Downloads\FreeSpaceOpenInstaller.jar"
or

Code: [Select]
C:\Users\Userxyz>java -jar "D:\Personal Folders\Downloads\FreeSpaceOpenInstaller.jar"

As you can see, the current folder is listed on the left, and you must use quotation marks if there is a space included in the specified path.  Hope that helps if you are a command prompt newbie.

It looks as if some sort of archive utility is associated with your .jar files instead of java, hence why you have to use the command prompt (or perhaps a re-install / update of java will fix that).
Title: Re: FSO installere
Post by: Phantom Hoover on November 01, 2015, 04:23:06 pm
...Can you not just right click and 'Open with...', then select Java?
Title: Re: FSO installere
Post by: jr2 on November 01, 2015, 04:51:31 pm
More like right-click, open with.. browse to C:\Program Files\java\jre1.8.x_yy\bin, and select java.exe

Of course Windows *might* have put it as a suggested program so you might not have to do that (I know Win 10 is smart enough to, not sure about 7 or older OSes)

So, yes, you can.
Title: Re: FSO installere
Post by: oljo on November 02, 2015, 01:22:19 pm
Nevermind  :) got it working, formated and installed Windows 10, install java, and just clicked the file :)

Thanks for the help! looking forward to play Freespace 2 again!