![]() |
Making .jar Program the Default Program - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Installing Software (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=18) +--- Thread: Making .jar Program the Default Program (/showthread.php?tid=3347) |
Making .jar Program the Default Program - erve02d0 - 09-24-2016 I use a number of .jar programs for development - drjava, mars, logisim - and I would like those programs to be launched when I open source files. For example, .asm files are currently opened in Text editor instead of mars, so I have to launch .asm from within mars. So, how do I change the defaults? Also, why isn't this taken care of automatically, like in Windows? Re: Making .jar Program the Default Program - Valtam - 09-24-2016 They should open by default. Have you made the .jars executable first? Re: Making .jar Program the Default Program - torreydale - 09-24-2016 1) It isn't done automatically in Windows. You have to establish file associations there, too. In some cases, a newly installed program will assume file associations for you, even if you didn't want it that way. 2) To establish that here, right click on a file, go to properties, and under the General tab in the Open with section, select the program you want to use. It'll open similar files using that program from now on. Re: Making .jar Program the Default Program - erve02d0 - 09-24-2016 (09-24-2016, 03:07 PM)torreydale link Wrote: 2) To establish that here, right click on a file, go to properties, and under the General tab in the Open with section, select the program you want to use. It'll open similar files using that program from now on. Problem is, none of the programs I'm interested in are even listed in the Open with section. Re: Making .jar Program the Default Program - torreydale - 09-24-2016 Then choose Other Application. Re: Making .jar Program the Default Program - erve02d0 - 09-24-2016 (09-24-2016, 06:03 PM)torreydale link Wrote: Then choose Other Application. Lol yes of course I already did that ![]() |