Jar files opening with RAR, WHA????????

Ok, I was trying to Hic get a great java3d platform game (brutal file manager) to load.
I tried again, exept now, the jars open with winrar!
I found my main class problem, I extracted all the files with the class, but it does me no good because I CANT EXECUTE IT!
How can I execute these again?

So you apparently changed Window's file associations to have java.exe open .jar files? Right?
How are you trying to start the game - what is the command you use? Do the game instructions tell you how to start it?
The error message "Cannot find the main class, program will now exit..." means that the jar is not intended to be an executable jar and is without a main class file. It could be caused by a mis-configuration of the game, also. . .
More definite information iis needed.

Similar Messages

  • What does the error - file open with write privilege mean?

    When exporting an iMovie, I received the error message, file open with write privilege - what does that mean and what causes it?

    Hi
    Error -49
    Error -49  opWrErr  File already open with write permission
    Trash the preference files while application is NOT Running.
    Yours Bengt W

  • How change the File Open With list of apps?

    In Bridge CS3, how does one edit the list of applications in the File > Open With menu (also available from the contextual menu for any image).
    The list contains a number of applications that I would never use to open an image, and I would like to add to it, a new image editor (pixelmator) that does not appear in it. I have looked in the Bridge Help and the Preferences dialog and don't see any option to do this.

    OK, I have now learned that Mac OS keeps the list of which apps to open what, in the "launch services database."
    This database can be cleaned up and reset which somewhat simplifies the list that is displayed by the Finder OR by Bridge CS3.
    Here is an article on how to reset the launchdb:
    http://www.macosxhints.com/article.php?story=20031215144430486
    Be sure to read all the way to the end as there are updated instructions down among the comments.
    Here is a thread in the Apple Support forums discussing the same issue, and it includes links to some 3rd-party programs that can reset launch services without use of a lengthy Terminal command:
    http://discussions.apple.com/thread.jspa?messageID=1289317
    Even after rebuilding the launchdb, I find that a large number of apps are "registered" to open JPG files, including Camino, Opera, TextWrangler and others with only a tenuous connection to JPG. I don't understand why this is, and I would still like to find a way to limit the JPG Open-With list to a few graphics programs. But cleaning up the launchdb as described in the linked pages, did get rid of some programs and added some missing ones.
    Hope this actually constructive info is useful to others.
    Dave Cortesi

  • CC14, all files open with asterisk in file name.

    CC14, all files open with asterisk in file name, need to save or cancel to close file. Is there a way to change that?

    No. It happens to any InDesign file. I created a new file in CC14, saved, closed, opened and it had the asterisk.
    If it is a time synchronization, how do I correct that?

  • Flash files open with no timeline

    I just uprgraded my Mac OS from 10.4 to 10.6. Now some of my Flash files open with no timeline and nothing on the stage. If I try to open a library item it crashes. I tried reinstalling Flash and installing all updates to the OS… no luck. Help!

    I was able to open it on an OS 10.3 machine. After deleting the preloader from the stage, the fie works again on a 10.6 machine.

  • How to run jar file created with higher version on lower version ?

    Hi,
    I downloaded a jar file and trying to run it on Linux machine with Java version 1.4...
    I got error that jar file complied with 1.5 version.
    Is there any way to run it on 1.4 version. I don't want to upgrade Java version of my linux :)
    Regards,
    Ajay

    EJP wrote:
    On the contrary, the 'reality' is that it is better, and probably easier, once you analyse and present the comparative costs and risks correctly, to get the mandate lifted than to back-port code to platform levels for which it was not designed.The main blockade (judging by my observations) for actually doing it is that this is not a simple code change, which is what programmers really, really, really want to keep it within their comfort zone. All of a sudden you're tasked with software upgrades and the demands that it brings, such as testing to make sure everything still works properly and getting grumpy system's administrators to actually go do it.
    I wouldn't be surprised that there are people out there that would rather back port a library than to take the initiative to get Java upgraded :/

  • JAR file problem with windows operating system rare

    hi,
    I have an application created with Eclipse 3.2, which also have a plugin that helps me to create jar files, migrate days ago all my application and my data base to a notebook that has a very rare operating system is Windows Vista, but is a version very rare and never seen, called oneAngel Illusion, and I think that that is not capable of running the JAR correctly, that when you double click or enter to JAR nothing happens, and I prove it on a machine that has XP and functioning properly.
    I hope I can help with this!

    pg_shadow wrote:
    hi,
    I have an application created with Eclipse 3.2, which also have a plugin that helps me to create jar files, migrate days ago all my application and my data base to a notebook that has a very rare operating system is Windows Vista, but is a version very rare and never seen, called oneAngel Illusion, and I think that that is not capable of running the JAR correctly, that when you double click or enter to JAR nothing happens, and I prove it on a machine that has XP and functioning properly.
    I hope I can help with this!You should know, if you don't already, that your 'super rare' version of Windows Vista, sounds like one of numerous, illegal, cracked and knocked-off versions of Vista that have been floating about. Things like Windows Vista Silver and Windows Vista Sky are not only completely illegal reproductions of pirated copies of Vista but they often have terrible bugs and security deficiencies that can sacrifice the integrity of your data. Honestly, if you're already shooting yourself in the foot with this bootlegged operating system, just get Linux, it's just like stealing but without the unsavory prison shower encounters.

  • Jar file compatilable with n97 ?

    i have download jar file games onto my noki and the installation is fine but when it comes to opening the program my phone does nothing. when i attempt to click it to open it the file doesnt respond and it does not open and nothing happens. HELP please !? 

    Jar files are compatibel with the N97. But it could be that particular file isn't comaptible with the N97.

  • Why won't some .jar files open of my mac

    It is a MacBook Pro 15inch core duo from late 2008. It is running what ever software it came with. It opens a select few .jar files but the majority it will not open.
    I would like to solve this without having to update the software, so if you thibk you have a solution please share it.

    Most likely because the jar file was created using a later version of Java than you have on your system. So, you need to bring your version of Java up to date.

  • Getting jar file name with wrapper

    Hi,
    I'm using [java service wrapper|http://wrapper.tanukisoftware.org/] to launch my project,
    with the command
    File jarFile = new File(main.class.getProtectionDomain().getCodeSource()
              .getLocation().toString());witch opens the jar file name, this command returns the following
    file:C:/wrapper/../lib/project.jar
    this string raises the exception java.lang.IllegalArgumentException: URI is not hierarchical
    Is there any other why to get the application jar name ?, thanks

    Hi, the is the answer of my previous question
         public static String getJarNameURI () {
             String pathrojar = main.class.getProtectionDomain().getCodeSource()
                     .getLocation().toString();
             if (pathrojar.charAt(5) != '/')
                pathrojar = pathrojar.replace(":", ":/");
             return URI.create(pathrojar).normalize().toString();
    File jarFile = new File(getJarNameURI ());

  • How to make a jar file downloadable with IE

    hello,
    I just bought a website:
    http://www.frozenfountain.net/
    and I put a jar file on it called Logo.jar
    Using Mozilla, the jar file downloads as expected, but with Internet Explorer, it tries to download it as .zip file.
    How do I get it to download as a .jar file with IE?
    thanks

    Just post a link to the Jar. Mozilla will download
    it as a jar. Windows will download it as a zip.
    Only one link. No problem, really. ;-)There is a problem. People who arent as good with computers as you are won't know how to run the jar file after downloading with IE.
    At school, I told someone to download the file, which they did with IE. It downloaded to desktop as a zip. They extracted and were left with a bunch of .class files.
    On a sidenote, how do you draw text with a gradient?

  • Raw files open with adjustments..

    Hello!
    I am having trouble with RAW files in Lightroom, and also camera RAW.
    When I import a RAW file into Lightroom (i have the current version, 3.5) Lightroom adds adjustments to the file, for example in the basic section of the develop module exposure will be set to 0.25, recovery will be at 100, contrast 54 etc...
    I have tried shooting on different cameras and I do not have the problem. I have put the same RAW files into another computer with Lightroom and it works fine. Just seems to be a wierd combination of my camera and my computer.
    Everything was working fine, and I recently purchased a new camera, and still everything was fine. Then one day it started adding adjustments to the RAW image automatically. And the same when I open a file in camera RAW..
    Any recomendations on what to do/how to solve the issue??!
    Thanks!!

    In LR Develop module go to Develop tab>Set Default Settings...>click Restore Default Adobe Settings. This will put you back to square one in LR
    In ACR at the right end of the Basic panel header is a little triangle. Click on this and at the bottom of the dropdown list click on "Reset Camera Raw Defaults".
    Rich
    P.S. In each case you will need to open a file from the camera giving you the problem then reset with the file open. This goes for both LR and ACR.

  • Unable to access classes in third party jar files packaged with my ejb.jar

    I have packaged some third party jar files in my xxx_ejb.jar file.  The third party jar file contains classes that are accessed by some custom classes which are in turn accessed by my bean classes.  I get the following error when my custom classes attempt to use any of the classes in one of the third party jar files:
    java.lang.NoClassDefFoundError: com/Ostermiller/util/CSVParser
    Shouldn't I be able to access classes in jar files that are packaged with my xxx_ejb.jar file?  I see the xxx_ejb.jar file as a resource of the application classloader that contains it but I don't see the third party jar files.

    As per the Java EE specification, additional JAR files should be packaged on the EAR level. Only WAR files' WEB-INF/lib folder is scanned for JAR files to be added to the classloader.

  • Why does a my layered Illustrator file open with only one layer, when opened by someone else?

    I am using CS6, as is the other user.  When they open the file in Illustrator all the artwork is on one layer, even though the original file has numerous layers, and opens with these layers when I open it even now.
    I have never come across this problem before in all the years I have used Illustrator and have had no joy when trying to search for this problem.
    Any ideas or help would be greatly appreciated as it is confusing us!
    Thank you.

    Hi Mike, Wade & Larry,
    Thank you so much for your replies.
    Since I posted this issue, I was later informed that the other user is infact opening my files with CS5 and so a quick solution to this was saving it down to a previous version! Sorry for the confusion!
    This problem then becomes clear that it was a version error, but I have always had an error message come up if I try to open something that was created in a newer verion - is this no longer the case?
    I have been assured no pop up messages appear when opening the file which I find odd, and also that this layer compression has only just started happening even though many files have been back and forth previously.
    A little mystery! At least for now it is all working ok again
    Thank you all very much, greatly appreciated.

  • Using Jar file images with READ_IMAGE_FILE built-in

    Hello,
    I was wondering if it is possible to utilize images in a JAR file with the READ_IMAGE_FILE built-in. The Oracle Forms Configuration guide seems to indicate that I should be able to do this by using 'URL' with READ_IMAGE_FILE but no success so far. I have imageBase=CodeBase in the FrmsWeb.cfg file and the jar file in the /forms/java directory. Any advice would be most welcome,
    regards,
    Kevin.

    It is possible.
    in 10g 'URL' is a new value for file_type in READ_IMAGE_FILE.
    It's not documented in Forms Help, but should work.
    1. Check Java Console and ensure jar file is loaded
    You should see something:
    Downloading http://host:port/forms/java/myjar.jar to JAR cache
    or
    Loading http://host:port/forms/java/myjar.jar from JAR cache
    2. You are using dept for file name. Check the image file name in your jar file. It should be full, case sensitive name of JPG or GIF file in your jar.
    like :
    READ_IMAGE_FILE('dept.jpg','URL','control.deptimage');
    3. If all above correct, try to put synchronize; before READ_IMAGE_FILE

Maybe you are looking for

  • Message Could Not Be Appended To The Outbox

    The Mail program on my iBook works fine except for some messages from a particular freind that I try to forward. When I try to forward his messages (with some but not all), I get a dialog box that states: Error. The message could not be appended to t

  • How to render HTML tags in FDF file?

    We're creating PDF files using FDF format. Unfortunately, when it comes to displaying characters like © (©),  ® (®); and ™ (™) they are simply rendering as © rather than the proper symbol they represent. Is there a way to tell the FDF to render this

  • Black and White RDP session

    Is it possible to view an RDP sessions as black and white?  I'm considering ordering a privacy screen, but I think if the RDP sessions could be black and white that would be sufficient.

  • [SOLVED]I need help updating the ABS tree by a form other than rsync

    hi arch family presented the following problem, I have internet access through a firewall, my problem is I can not update the tree ABS rsync to update there any alternative other than because they appreciate assistance rsync thanks Last edited by jcc

  • Question on passing parameters between 2 pages in a BSP application

    Hi Group, I have defined a page attribute "zcid" in both the pages where I need this attribute value. And in one page I calculated a value and assigned it to this attribute. And also I checked the attribute as "Auto" in both pages. And I used navigat