Questions tagged [jar]

The JAR or Java archive file format allows you to bundle multiple files into a single archive file similar to a zip file.

78 questions
1
vote
1 answer

Cannot understand notation

I'm trying to run a Jar file on ubuntu 14.04. I've already installed OpenJDK Java 6 and 7 Runtime and turned the jar file to be executable. I double click on the file but nothing seems to happen! I also read the given directions below but I cannot…
MakisL
  • 11
1
vote
0 answers

Is there any software for converting my jar into a .deb file?

I have my .jar file.I want to convert it into .deb file. Is there any software for this? please dont give comments like.....you can execute a jar straight away by giving "java -jar io.jar". I need to know about the software which converts a jar or…
0
votes
1 answer

How to create desktop icon that runs jar command

New to Linux but very happy with it so far and been able to learn a lot. Currently opening a folder that contains Example.jar, then opening terminal, next entering java -jar Example.jar to launch the jar file. Ideally would like to double click a…
Kenny
  • 1
0
votes
2 answers

How can i execute a jar file?

to execute a jar file, at the first i installed openjdk pakeges and then next command: java -jar ccnChat.jar I got this error: Failed to load Main-Class manifest attribute from ccnChat.jar then i tried another way: i right clicked on the jar file,…
samira
  • 13
0
votes
2 answers

how to open technicLauncher.jar in ubuntu

I am completely new to ubuntu. Just got it installed on my laptop yesterday as the windows program crashed and this is the only thing we could get to work. i have downloaded techniclauncher on the computer and it saves it as a .jar file. I have no…
laurie
  • 1
  • 1
  • 1
0
votes
1 answer

How do I make a Java JAR file executable in Linux Mint?

This is the notice I get: The file '/home/heart/Phantombot/PhantomBot-2.4.1/PhantomBot.jar' is not marked as executable. If this was downloaded or copied from an untrusted source, it may be dangerous to run. For more details, read about the…