Making Jar files Run

java

I recently had to reinstall my OS, and more recently had to use a Java Application called JEdit. JEdit's installer didn't create any shortcuts for me, so I had to run JEdit from the command line by invoking it's jar file with java -jar jEdit.jar. Since I had just installed java, it was not part of my system path yet, so I actually had to run something like this C:\j2sdk1.4.2_02\bin\java -jar jEdit.jar, quite a pain but it got me thinking about somethings that could be done by Sun when I installed the JVM that would have made my life a lot easier.

First they could have given me the option to add C:\j2sdk1.4.2_02\bin\ to my system PATH. What java developer want's to update this every time they install in new JDK, along with the JAVA_HOME environment variable that some java apps need (like Ant)?

The second issue: why don't jar files execute when you double click them? This turns out to be a fairly easy workaround for someone who knows what they are doing, you just need to set javaw.exe to execute jar files. That is easy for a software developer, but wouldn't it be easier if the JVM did this for you when it was insatlled? Software developers could just say: download this jar file and double click it to run!

If anyone has contacts at Sun, please feel free to forward my comments to them! I'm not just complaining, I'd like to see Java easier to use and more appealing for desktop apps.


cfobjective pre-conf training

Related Entries

36 people found this page useful, what do you think?

WAF for CF

Trackbacks

Trackback Address: 24/A7A3587E580F1CCAFA84FACC39EDBB66

Comments

On 02/17/2004 at 3:48:29 AM EST Erik wrote:
1
What I did was to create a batch file, jax.bat, saying: @java -jar %1 and I put this in my java/bin folder. I then associate .jar-files with jax.bat.

On 03/02/2004 at 3:23:49 AM EST Arnold wrote:
2
can't run .jar iles in linux... can anyone help me about this?tnx

On 03/04/2004 at 4:33:24 AM EST vijaya krishna m .k wrote:
3
i am not able to schedule the jar command on linux crontab please help....

On 03/27/2004 at 3:42:12 AM EST hillbilly wrote:
4
for those on windows change the jar file type association to

"C:\Program Files\Java\j2re1.4.2_04\bin\javaw.exe" -jar "%1" %*

Change the directory to the location of the actual javaw file and be sure to include the "-jar"

On 04/19/2004 at 2:35:33 AM EDT basant wrote:
5
I am creating a jar file jar cmf SW1.txt Tset.jar SWTHelloWorld.class SWTHelloWorld.java

by executing this command, the jar files gets generated, but when i double click on the Test.jar, it gives the error,"Could not fine the main Class, program will exit". when i look at the meta-inf/manifest.mf file its ok

Manifest-Version: 1.0 Class-Path: Test1.jar Created-By: 1.4.2_03 (Sun Microsystems Inc.) Main-Class: SWTHelloWorld

but it islocate in C:\Documents and Settings\103022270\Local Settings\Temp\Manifest.mf

What could be the problem. please guide me. I am in urgent need

thanks in advance

Basant

On 05/12/2004 at 1:13:57 AM EDT dion gillard wrote:
6
From memory, the Sun install puts a copy of java.exe into the Windows directory and hence on the path.

Also, by default, the windows install provides a "Executable Jar" file type so that double clicking on a jar executes it using javaw.exe

On 05/26/2004 at 1:01:40 AM EDT umer wrote:
7
i have tried to run *.jar (game files) files with jdk1.4 but it always gives an error i.e. ("main class not found"); now HOW COULD I ENCOUNTER THIS PROBLEM, any help will be greatly apperiterited on my mail. thanks. ...

On 05/26/2004 at 1:03:55 AM EDT umer wrote:
8
i have tried to run *.jar (game files) files with jdk1.4 but it always gives an error i.e. ("main class not found"); now HOW COULD I ENCOUNTER THIS PROBLEM, any help will be greatly apperiterited on my mail. thanks. ...

On 06/21/2004 at 6:22:47 AM EDT fool wrote:
9
start it with "javaw.exe -jar bla.jar" instead of "javaw.exe bla.jar" that solves the problem

On 09/03/2004 at 10:32:42 AM EDT janet richard wrote:
10
DEAR ONE,

I AM JANET RICHARD FROM LIBERIA WEST AFRICA PRESENTLY RESIDENT IN COTE D'IVOIRE/IVORY COAST. DUE TO THE POLITICAL WAR THAT HAS CLAIMED THE LIVES OF MY PARENTS THAT CAUSED ME TO LEAVE THE COUNTRY. THEREFORE,UPON THIS BACK GROUND I AM KINDLY ASKING YOU TO HELP ME GET OUT OFF AFRICA INCLUDING THE FUND OF($7.5MILLION USD)WHICH MY FATHER DEPOSITED IN A BANK HERE IN COTE D'IVOIRE FOR SAFETY BEFORE HIS DEATH.

I AM SOLICITING FOR A GOOD AND LONG TIME RELATIONSHIP WITH YOU IN HELPING ME TO TRANSFER THIS FUND INTO YOUR ACCOUNT OR COUNTRY FOR INVESTMENT. AS YOU MAY KNOW I DON'T HAVE IDE OF INVESTMENT OR BUSINESS MATTERS. THANKS FOR YOUR UNDERSTANDING AND CO-OPERATIONS IN THIS MAIL.

I AM HOPING TO HEAR FROM YOU SOON AS POSSIBLE. RESPECTFULLY ONE. JANET RICHARD.

On 09/10/2004 at 5:54:29 AM EDT sokoboy wrote:
11
long time since post...but still I never had much problem with path. It's easy enough to set anyway.

Exectuting jar files with double click: when java jdk installs it associates the jar file with java so that double clicking will run it... but some programs (like zip utilities) change the association. So tell those programs not to open .jar files

On 12/10/2004 at 1:51:47 PM EST Anonymous wrote:
12
JANET or whatever your name is, can you stop with this kind of stupid lines, we aren't interresting, get lost!!!!

On 12/17/2004 at 11:20:44 AM EST nomad wrote:
13
I downloaded and installed java 2 runtime environment and that seemed to fix my problem. if you have trouble finding it, Email me and I'll email you the web address. Also after I installed j2re, all .jar file icon turned into microsoft word icons but still ran.

On 01/16/2005 at 2:53:29 PM EST Frankye wrote:
14
I cant use the .jar files wich software should i use, or what should i do. I tried to associate the file as hillbilly told, but it doesnt work. Can anyone help me? mail me please..thanks

On 03/31/2005 at 2:54:30 PM EST Anonymous wrote:
15
<h1>Please check the pages dedicated to- Tons of interesdting stuff!!! </h1>

On 07/13/2005 at 3:36:22 AM EDT ming wrote:
16
can you send me a java compiler in my email?

On 07/16/2005 at 2:07:56 AM EDT RaviChandran wrote:
17
hai sir, i created one package c:\jdk1.5.0\bin\pack>dir hello.java hello.class after i created 1 manifest file md meta-inf cd meta-inf c:\jdk1.5.0\bin\pack\meta-manifest.mf> mainfest-version: 1.0 main-class: hello after i xtract and then , i run it, failed to load manifest class, but jar format the file is created. plz help me,

On 08/12/2005 at 5:45:17 AM EDT suhail wrote:
18
how to create executable for java as vb executable files so that just by clicking we can connect to the output.

On 09/25/2005 at 6:47:21 AM EDT Sanket Medhi wrote:
19
I am using Linux. Typing 'java -jar mp3player.jar' brings up the player, shows me its playing, everything fine, but no sound! :-s Anybody have a solution to this?

On 10/30/2005 at 9:51:00 PM EST Microsoft User wrote:
20
Just another example of how Sun has screwed up the spread of Java. If Sun wants to compete with Microsoft, at least make creating .jar files with the NetBeans IDE work out of the box. Having to fiddle with a manifest file is ridiculous.

On 12/27/2005 at 5:16:49 AM EST Aniket Kumar wrote:
21
I am unable to bundle my java application in Jar file. It always shows the error "main-class def. not found". How can I create an self executable java Application which executes on double clicking?

On 01/27/2006 at 10:51:47 PM EST mike wrote:
22
As far as I'm concerned smart people do stupid things becuase they think everyone else is as smart as them. If that makes sense to you. Anyways I had the same problem many of you have opening and bundling java applications. It's kind of a tricky thing. Here's a link straight from the bastards who make it so hard to distribute thier own software http://java.sun.com/docs/books/tutorial/deployment/jar/manifestindex.html that will tell you a lot more than you want about the manifest files but thats the key to geting your application to run on double clicking or shit running at all as distributed software. An easier way is just to download netbeans 5.0 rc1 and it will do most of it for you all you have to do is include any libraries you want to use hope that's helpful. I have a website with a downloadable zip java .jar file at this website let me know if it is working becuase it works when i download it on my machine www.freewebs.com/verbalassasiin/index.htm

On 03/01/2006 at 5:15:15 PM EST Cobatra wrote:
23
Thank you, it's worked fine :-\ start it with "javaw.exe -jar bla.jar" instead of "javaw.exe bla.jar" that solves the problem

On 03/10/2006 at 10:22:52 PM EST sourabh wrote:
24
can u plz tell me the difference b/w jar & jad files. is there any method to run .sis files on nokia 6610

On 03/27/2006 at 7:07:43 AM EST penisbreath wrote:
25
can someone help me out. need a program that runs TAG files

On 03/30/2006 at 11:53:43 AM EST bact' wrote:
26
not sure if this is what you need

Run .jar as .exe http://bact.blogspot.com/2005/07/run-jar-as-exe.html

On 04/05/2006 at 3:33:16 AM EDT yong wrote:
27
i complete my NetBeans 4.1 project and also add jfreereport to library of NetBeans 4.1.all run the project is well.But when i use jar.file in project run in desktop,the project cannot print output,why? help me...tis so important.thanks

On 04/11/2006 at 1:36:39 PM EDT pankaj wrote:
28
C:\>cd j2sdk1.4\bin

C:\j2sdk1.4\bin>java -jar jEdit.jar Exception in thread "main" java.util.zip.ZipException: The system cannot find th e file specified at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.<init>(ZipFile.java:112) at java.util.jar.JarFile.<init>(JarFile.java:117) at java.util.jar.JarFile.<init>(JarFile.java:55)

"Hello sir plz help me for creating jar file frm java file .i typed given command but on reply got these errors."

help sir whts the problem.

On 05/05/2006 at 11:51:34 AM EDT Tc wrote:
29
PLZ help me. I got jad files that needs to be converted to jar files. I cant find a program for it. Please help me my e-mail is tclou@webail.co.za.

On 05/31/2006 at 6:39:16 AM EDT Pete wrote:
30
hi, i have nokia application installer installed on my computer and jar files are associated with it so when i try to open a jar file they open in nokia.... can someone please help

On 06/07/2006 at 1:27:23 PM EDT Anonymous wrote:
31
I wise man told me that the reason the double clicking doesn't work correctly is becuase it is only meant to work with GUI applications. He is correct if you even look at the sample applications that come with your jdk you will see that any GUI application will run on double clicking but none GUI related applications still execute but so quickly that you can't see them. One solution is to turn your jar's into executable files there are a few out there here's one I found http://mpowers.net/executor/ then you have to add an if statement something like System.out.print("Press 1 then enter to quit"); int number = scanner.nextInt(); if (number == 1) System.exit(1); }// end main at the end of your main method. That way the program won't exit until you ask the user to exit it. For help with your java homework assignments visit us at www.freewebs.com/codepalz

On 07/14/2006 at 10:51:33 PM EDT the man wrote:
32
how do you open a java game onto the pc, to play it and install it?

On 07/25/2006 at 9:26:57 PM EDT oreazamu wrote:
33
Hi there !I just figured out that you can use Launch4j to create exe file to execute jar file.This tool saved me alot!

On 07/29/2006 at 2:49:17 PM EDT sailesh wrote:
34
sir, my jar files do not work every time i double click them they say "could not find the main class: program will exit" pls help me !!!

On 08/06/2006 at 10:23:07 AM EDT abdul wrote:
35
Hi all, I have created .jar file. It is working through command line(java -jar example.jar) but it doesn't execute while I doube click. The error is listed below,

Error : "could not find the main class".

Thanks in advance!

Regards, Abdul Majid

On 08/17/2006 at 2:09:52 AM EDT MIRZA wrote:
36
Jar file should handeled care fully. 1.Main-Class: any 2.must be carrige return 3.must blank space between :& classFile

It good in Java ,but jar file should"handle with care"

warm regards mirza

On 09/25/2006 at 12:31:03 AM EDT Sree wrote:
37
Hi, any one can send why we are moving to GenericServlet to HttpServlet any reason??? So many mems saying tht GenericServlet is Protocol independent tht means Http protocol is also there in GenericServlet na .Then why we want to go to HttpServlet. and wht is the difference between GenericServlet and HttpServlet...Send me a mai to: srikanth_nlr_p@yahoo.com

Thanks in advance Srikanth.P

On 10/04/2006 at 2:54:17 AM EDT abhijit wrote:
38
i want to know ,how i run .jar file in linux,by just double clicking.

On 12/12/2006 at 12:18:37 AM EST Anonymous wrote:
39
snket plz.. sen me dat jar file i will solve...shaikhsuhaibiqbal@yahoo.com

On 12/15/2006 at 4:32:20 AM EST Ajay wrote:
40
i want know how to run .jar file in mobiles.....or tell me any websites of .jar....

On 01/01/2007 at 12:22:15 PM EST N.sreenath wrote:
41
I have created a jar file.It is executing at the command prompt well. My system is installed with jdk6.When I double click jar,it executes. After uninstallation of jdk6, jar is not running at doubleclick.

On 01/08/2007 at 2:23:37 AM EST Pijush wrote:
42
How to make a .jar file/ java exe file from .java file???

On 02/09/2007 at 2:17:27 AM EST Tushar wrote:
43
how to make a .Jar file/ Java exe in netbeans 5.0

On 04/19/2007 at 10:10:26 AM EDT z_ahangya wrote:
44
to make a .jar, use Java BlueJ. Project menu/Create jar file...

If something is missing the main class, remember that to create an exe file, you will need to have a class which contains a main method with the following signature: "public static void main()"

Greatings

On 04/19/2007 at 10:52:11 AM EDT z_ahangya wrote:
45
check this http://java.sun.com/docs/books/tutorial/deployment/jar/index.html

On 04/19/2007 at 11:14:27 AM EDT z_ahangya wrote:
46
Sorry, this is the good one:

If something is missing the main class, remember that to create an exe file, you will need to have a class which contains a main method with the following signature: "public static void main(String[] arg)"

On 04/19/2007 at 11:34:15 AM EDT z_ahangya wrote:
47
Check this as well:

http://bact.blogspot.com/2005/07/run-jar-as-exe.html

As Anonymous has written, don't forget "System.exit(1);" at the end.

On 06/01/2007 at 12:59:10 AM EDT mani wrote:
48
hi,i am new to java... now i want to add a jar file.... what should i do...

On 07/07/2007 at 3:56:01 AM EDT Nagaraj wrote:
49
Pls tell me, How to run jar game in my pc. Tell me exact Environment Variables I need to set. mail me to cnrraj@yahoo.co.in

On 07/18/2007 at 4:04:47 AM EDT someone wrote:
50
Could someone plz speak plain english and post a step by step guide on how to make a .jar file run by double clickin and email me PLZ!!! (to tech jargon)

evezhang1@yahoo.com

On 07/30/2007 at 1:56:16 AM EDT srk wrote:
51
http://www.javaworld.com/javaworld/javatips/jw-javatip127.html

read this you will get your answer

On 08/01/2007 at 12:40:00 PM EDT Anonymous wrote:
52
I am unable to handle jar files in net beans please even helpout me to how to handle jar files

On 09/27/2007 at 6:43:24 AM EDT mmm wrote:
53
no ideaaaaaaaaaa

On 10/29/2007 at 8:44:39 PM EDT shiva wrote:
54
Exception in thread "AWT-EventQueue-1" java.lang.ExceptionInInitializerError at sun.awt.shell.Win32ShellFolder2$ComTask.execute(Win32ShellFolder2.jav a:1214) at sun.awt.shell.Win32ShellFolder2.getFileSystemPath(Win32ShellFolder2.j ava:557) at sun.awt.shell.Win32ShellFolder2.composePathForCsidl(Win32ShellFolder2 .java:211) at sun.awt.shell.Win32ShellFolder2.<init>(Win32ShellFolder2.java:224) at sun.awt.shell.Win32ShellFolderManager2.getDesktop(Win32ShellFolderMan ager2.java:87) at sun.awt.shell.Win32ShellFolderManager2.get(Win32ShellFolderManager2.j ava:187) at sun.awt.shell.ShellFolder.get(ShellFolder.java:218) at javax.swing.filechooser.FileSystemView.getRoots(FileSystemView.java:3 63) at javax.swing.plaf.metal.MetalFileChooserUI.updateUseShellFolder(MetalF ileChooserUI.java:430) at javax.swing.plaf.metal.MetalFileChooserUI.installComponents(MetalFile ChooserUI.java:189) at javax.swing.plaf.basic.BasicFileChooserUI.installUI(BasicFileChooserU I.java:136) at javax.swing.plaf.metal.MetalFileChooserUI.installUI(MetalFileChooserU I.java:124) at javax.swing.JComponent.setUI(JComponent.java:673) at javax.swing.JFileChooser.updateUI(JFileChooser.java:1762) at javax.swing.JFileChooser.setup(JFileChooser.java:360) at javax.swing.JFileChooser.<init>(JFileChooser.java:333) at javax.swing.JFileChooser.<init>(JFileChooser.java:286) at ltry.actionPerformed(ltry.java:56) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:19 95) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.jav a:2318) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel .java:387) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242 ) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonL istener.java:236) at java.awt.Component.processMouseEvent(Component.java:6038) at javax.swing.JComponent.processMouseEvent(JComponent.java:3265) at java.awt.Component.processEvent(Component.java:5803) at java.awt.Container.processEvent(Container.java:2058) at java.awt.Component.dispatchEventImpl(Component.java:4410) at java.awt.Container.dispatchEventImpl(Container.java:2116) at java.awt.Component.dispatchEvent(Component.java:4240) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322 ) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3986)

at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916) at java.awt.Container.dispatchEventImpl(Container.java:2102) at java.awt.Component.dispatchEvent(Component.java:4240) at java.awt.EventQueue.dispatchEvent(EventQueue.java:599) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThre ad.java:273) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread. java:183) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre ad.java:173) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)

at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)

at java.awt.EventDispatchThread.run(EventDispatchThread.java:121) Caused by: java.security.AccessControlException: access denied (java.lang.Runtim ePermission shutdownHooks) at java.security.AccessControlContext.checkPermission(AccessControlConte xt.java:323) at java.security.AccessController.checkPermission(AccessController.java: 546) at java.lang.SecurityManager.checkPermission(SecurityManager.java:532) at java.lang.Runtime.addShutdownHook(Runtime.java:190) at sun.awt.shell.Win32ShellFolder2$ComTaskExecutor.<init>(Win32ShellFold er2.java:1165) at sun.awt.shell.Win32ShellFolder2$ComTaskExecutor.<clinit>(Win32ShellFo lder2.java:1156) ... 42 more

On 01/03/2008 at 6:46:26 AM EST Rajesh wrote:
55
How can i execute the jar files....??

On 02/03/2008 at 11:11:16 PM EST rohit wrote:
56
hi.. plz help me, i am not able to play mobile themes in my nokia N 91 8GB phone. it says that phone does not support .sis files so i need to play . jar files. But how cal i install or play themes in my mobile with .jar files..

Plz reply at mailin_rohit@yahoo.co.in

On 02/04/2008 at 9:44:24 PM EST Steve Basu wrote:
57
Please help me how can i run mobile java application (jar file) on my PC. i have downloaded Java software but i couldn't run it. Visit my moble java games site http://gameszone.wen.ru Mobile software site http://j2meSoft.wen9.net Mobile All downloads http://www.stevebasu.tk & http://steveonline.mix69.net

On 03/07/2008 at 6:38:01 PM EST about jar files wrote:
58
How can I run jar files on my black berry mobile. Reply me on aminves@yahoo.com

On 03/11/2008 at 9:54:50 PM EDT rocky wrote:
59
I am not able to run a .jar file.

I think there is something wrong with the environment variable. can anyone tell me what do i have give in the environment variables.

On 03/11/2008 at 11:30:36 PM EDT Steve Basu wrote:
60
Download jar file opener software free!

Download information: username: stevebasu password: 111 download link: http://stevebasu.xtgem.com/Software/Java Jar Opener by steve.mix69.net.zip

install this software & run your java file in double click. 100% working.

for all java visit http://steve.mix69.net

On 03/21/2008 at 12:27:34 AM EDT mohit wrote:
61
I am unable to handle jar files in net beans please even helpout me to how to handle jar file

On 03/21/2008 at 12:29:50 PM EDT Kelly Bell wrote:
62
I couldn't agree more. Obstacles like these has kept me from learning Java for years - I can never even get started with the environment working, much less enjoy whatever benefits are to be had, because the Sun documentation (not to mention the third-party developer docs that come with other app distros) are not comprehensive. Look - a person who already knows what they're doing isn;t going to read the readme file anyway. So please at least make the install readme understandable to a novice. It just makes sense. Arrgh. Thank you for your eloquence.

On 04/09/2008 at 11:50:39 PM EDT Rajnish wrote:
63
Failed to load main-class Manifest attribute from XYZ.jar file

On 04/09/2008 at 11:52:00 PM EDT Rajnish wrote:
64
Failed to load main-class Manifest attribute from XYZ.jar file Reply on rajnish2494@gmail.com

On 05/20/2008 at 6:49:04 PM EDT Dhariwals wrote:
65
Running a JAR by double-clicking it or using a simple command is always more convenient than having to include it in your classpath and running a specific main class. To help you do this, the JAR specification provides a Main-Class attribute for the JAR's manifest file.

On 06/15/2008 at 3:41:18 AM EDT doctor wrote:
66
my pc does not read jar files heeeelp

On 06/15/2008 at 3:46:14 AM EDT doctor wrote:
67
my pc does not read jar files heeeelp

On 06/20/2008 at 7:31:15 AM EDT rama raju wrote:
68
hoe to create a icon for jar files in netbeans

On 06/20/2008 at 11:41:44 PM EDT ketan bhavsar wrote:
69
I have created the jar file of my project in netbeans. I have also set the main class even though I get some error. like

C:\>java -jar "The_Law__Ketan__18-6.jar" Exception in thread "main" java.lang.NoClassDefFoundError: org/jdesktop/layout/G roupLayout$Group Caused by: java.lang.ClassNotFoundException: org.jdesktop.layout.GroupLayout$Gro up at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClassInternal(Unknown Source)

please give me solution

On 06/22/2008 at 6:36:57 PM EDT carymchark wrote:
70
can't download internet exp 7 - need for numerous this - says temp,jar file, etc.

On 10/14/2008 at 7:17:01 AM EDT Pranav wrote:
71
hi all, i built jar of my project. its working fine in windows but giving error - Null Peer?! Exception in Linux.

Please enlighten me on what's going on and possible workarounds.

thanks in advance!

On 10/18/2008 at 9:34:48 AM EDT Anonymous wrote:
72
These comments are one big clusterf*ck. Go find some forums, nobody's gonna answer your questions in detail in a comment.

On 11/19/2008 at 4:10:08 AM EST murali wrote:
73
i am using Linux then how to see the source jar file very very urgent

On 11/19/2008 at 4:13:55 AM EST murali wrote:
74
i am using Linux then how to see the source jar file very very urgent

On 01/08/2009 at 7:36:43 PM EST Anonymous wrote:
75
i like to run jar file in my pc can anyone help...tnx

On 02/11/2009 at 12:09:14 AM EST Ashu wrote:
76
You can run the jar files by using the command java -jar filename.jar (but make sure that java is in your PATH variable)

On 02/15/2009 at 10:45:15 PM EST Shaheen wrote:
77
Dear Sir,

Please help me to execute a jar file for running my java file and how I create a .exe file.

On 02/25/2009 at 9:45:38 PM EST rajathi wrote:
78
during run the jar file the problem exists "failed to load main class manifest attribute form"

tell me some ideas

On 03/06/2009 at 11:57:32 PM EST rohan wrote:
79
shaheen...exe is not happens in java...but yup you can run your java file by executing jar files

On 03/07/2009 at 12:39:30 AM EST Anonymous wrote:
80
i know the process to run .jar file on linux machine...for help mail me on talk2rohan@in.com

On 04/19/2009 at 9:52:58 AM EDT Anonymous wrote:
81
What's with you guys? it is not that problem go to sun web site and you will find more help

Good bye!!!!!

On 09/19/2009 at 9:34:31 PM EDT Adi wrote:
82
ANSWER for failed to load manifest attribute

On 11/11/2009 at 8:50:23 AM EST lakshimi wrote:
83
Try to leave atleast 1 empty space after the main-class attribute in manifest.txt file.

this resolves the 'failed to load manifest attribute'

On 12/04/2009 at 2:47:42 AM EST Srini wrote:
84
I use a moto Q8 , but it .does't have java in it. can anyone tell me how to install java

On 12/05/2009 at 12:31:52 AM EST RAJ wrote:
85
I tried loading pc game from net and couldnt run it after loading as it stated that the lang is missing.

On 12/24/2009 at 1:11:54 AM EST vivek dhar wrote:
86
Dear friends, you can notonly Run Jar files, but also sis files on pc.

to know how, enail me on: vivekdhar50@yahoo.com

On 01/16/2010 at 3:33:50 AM EST Owais wrote:
87
I HAVE A CHINA MOBILE (BLUETOOTH NKTEL ESERIES) I WANT TO RUN .jar FILES ON IT. PLZ HELP ME

On 01/20/2010 at 10:10:00 PM EST Ritvik Singh wrote:
88
I've many *.jar applications, but i'm unable to run these on my computer. If anyone knows to run java mobile games on computer, plese help me.

On 02/10/2010 at 8:55:22 AM EST Ben wrote:
89
How can I run or play .jar file on my mobile Blackberry 8100??? plzz help me, email me on: dick_1030@yahoo.com

tnx tnx...

On 02/10/2010 at 10:56:30 AM EST cyril wrote:
90
I created the jar file and manifest file and they all compiled well without any errors but when double click on the jar file, my pc (vista) ask for which program to use in opening the jar file. plz i need HELP !!!!!

On 02/10/2010 at 10:57:50 AM EST cyril wrote:
91
I created the jar file and manifest file and they all compiled well without any errors but when double click on the jar file, my pc (vista) ask for which program to use in opening the jar file. plz i need HELP !!!!!

On 02/13/2010 at 9:34:09 AM EST samiam wrote:
92
as many people ask for linux: how i run .jar file in linux,by just double clicking. first find the .jar file u want. then make a shortcut to it on desktop. go into properties, application and remove any ' that you may have. then put in front of the file path java -jar (make sure there is a space) then save and try, if it works, hurrah!

On 02/18/2010 at 4:17:36 AM EST Anonymous wrote:
93
Exception in thread "main" java.lang.NoClassDefFoundError: C:\jav\add2 Caused by: java.lang.ClassNotFoundException: C:\jav\add2 at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) Could not find the main class: C:\jav\add2. Program will exit.

On 03/08/2010 at 1:19:46 PM EST messori13 wrote:
94
hi friends, i am new here. i want to make jar document file for my mobile.Can you tell me how can i do this and what kind of software i need to install?

On 03/09/2010 at 8:56:30 PM EST Chevy wrote:
95
I'm trying to run a Program thing, It Won't work.. I try to open it with like java.exe or whatever. And won't work.. I really need this to work, Thanks.

Post a Comment




  



Spell Checker by Foundeo

Recent Entries





Basecamp
pfreitag on twitter