Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
where to install programs
#1

hello - noob question here, i just started using fedora today and was trying to install a .jar program (its a programming software). I managed to get the installer to run after extracting, but where do i install the program? In windows its in 'C:\Program Files', but i dont know where within fedora. which folder are all the installed programs kept, and will it appear in the menu under programming, or do i have to manually add it to the list?

 

thanks for any help.

-mick-

Reply
#2
whats the name of the file you downloaded exactly ?
Reply
#3
the program is 'BlueJ' - (a java compiler)
Reply
#4

you should have looked closer at the webpage you downloaded it from because it says

 

Quote:Once you have loaded the file, go to the Installation Instructions.
 

and they are [/url][url=http://www.bluej.org/download/install.html]http://www.bluej.org/download/install.html

 

Quote:Unix: 

Run the installer by executing

java -jar bluej-213.jar

 

In the installer, select an installation directory and your JDK directory and install.

 

In the installed bluej directory, you will find a file named bluej. Execute this file to start BlueJ.

 

Note: This installer can be executed on any system with Java 2 installed (including Windows and MacOS), but Windows/MacOS specific icons and configurations will not be present.
Reply
#5
i know this, but which install directory do i choose - such as /usr or /opt??? where do i install the program
Reply
#6

Quote:i know this, but which install directory do i choose - such as /usr or /opt??? where do i install the program
 

usually you should install programs to

 

/usr/bin

 

or administrative programs (requiring root access) to

 

/usr/sbin

 

so in your case, try /usr/bin

 

cheers

anyweb

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)