Author Topic: FSO installere  (Read 1946 times)

0 Members and 1 Guest are viewing this topic.

Offline oljo

  • 23
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?

 
Java installed?

 

Offline General Battuta

  • Poe's Law In Action
  • 214
  • i wonder when my postcount will exceed my iq
Yeah, just install Java and you can run it by clicking on it.

 

Offline oljo

  • 23
Well i have installed java but the only thing thats happend when i click the file is i get up all the folders inside.

 

Offline Goober5000

  • HLP Loremaster
  • 214
    • Goober5000 Productions
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

 

Offline jr2

  • The Mail Man
  • 212
  • It's prounounced jayartoo 0x6A7232
    • Steam
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).

 
...Can you not just right click and 'Open with...', then select Java?
The good Christian should beware of mathematicians, and all those who make empty prophecies. The danger already exists that the mathematicians have made a covenant with the devil to darken the spirit and to confine man in the bonds of Hell.

 

Offline jr2

  • The Mail Man
  • 212
  • It's prounounced jayartoo 0x6A7232
    • Steam
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.

  

Offline oljo

  • 23
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!