How do I run a .jar (java) application on my mac?

1 Answer

Answer :

I had this problem before, it has something to do with the way JavaSun scripted Java for mac. I would say do a Spotlight for “Java” and see what comes up, if you don’t get an App called Java Preferences or Java Launcher, then that means you ether don’t A) Have Java, or B) Have had it corrupted (as was my case.) In both cases head over to http://developer.apple.com/java/download/ and start there. If that doesn’t have the right Java Runtime, then try going to http://java.com/en/download/index.jsp?cid=jdp84244 If that doesn’t help, I would try launching it with Safari. Let me know if that helps, if it doesn’t I have a few more ideas, but the wrists are starting to hurt and I think I need to call it a night with typing.

Related questions

Description : Which file in java uses zip compression? a) JAR b) JER c) ZAR

Last Answer : a) JAR

Description : The jdb is used to A) Create a jar archive B) Debug a java program C) Create C header file D) Generate java documentation

Last Answer : B) Debug a java program

Description : Can anyone coach me through how to use java on my Mac?

Last Answer : answer:You might want to start with Eclipse. This might help too. I haven't played with Java before but you might also need Xcode. It is free. I'm not sure if Eclipse has its own compiler or ... essentially what your instructor has done to you. This isn't high school. You are now a paying customer.

Description : Zip/Rar/Jar browsers for mac?

Last Answer : answer:BetterZip 2 Once it lists the files in the archive select the file and hit “View” and it will open in whatever app is assigned for that filetype. From there it is pretty straightforward.

Description : Can an iPod touch run .jar games?

Last Answer : Nope, iPod touch doesn’t run Java, or Adobe :(

Description : Is Java necessary for Mac?

Last Answer : Feel Free to Answer

Description : Is it possible to convert these specific Mac files to run on PC?

Last Answer : answer:Gravedigging this Do you have the serial number for the game? If so, you could try activating it on Origin and see if they give you a PC copy as well. Otherwise you’re pretty much shit out of luck and will have to tinker with the cider file structure.

Description : What is the point of buying a Mac if you are just going to run Windows on it?

Last Answer : answer:There probably isn't one. Macbooks used to be pretty sturdily built back in the day, compared to PCs, but I don't think that's true so much anymore. But back then, Macs were using the ... the hardware fine, even if the OS is a clunky POS. So they installed Windows or Linux or something.

Description : How do I run an exe. file on a mac?

Last Answer : answer:You cannot run an executable file on a Mac because the operating system doesn't know what to do with it. Sorta like giving a kid a cassette and telling them to listen to it, I imagine. ... Camp may have changed this some. Ideally, you'd stick with programs that were made for your computer.

Description : Does it make any sense to buy a Mac computer to run PC programs only?

Last Answer : Yeah, it's practical. Boot camp makes it very easy to get up and running with dual-booting the operating systems. This means you can keep OS X Leopard and all the goodies that come with ... in some comparisons, more so than their HP or Dell counterparts), meaning user upgrades are easily achievable.

Description : The best way to run a small windows app or two under mac OS X?

Last Answer : well, if you've got a copy of windows lying around, boot camp is much more battery-friendly than parallels but it requires that you partition your hard drive, and you have to reboot every time you want to ... i have a couple of windows apps, but i don't want to drag around a whole windows laptop

Description : Does Windows run as fast on a MAC as a PC?

Last Answer : all i have heard is that a Mac runs Vista faster than a PC. and i remember that Wired magazine tested gaming laptops and the fastest/best one was a Macbook Pro running Vista

Description : I want to run Windows software on a Mac. What to use? Parallels? VM Ware? Boot Camp?

Last Answer : answer:I’ve had good experiences with Parallels. Boot Camp is a pain (restart to use PC software). Which Windows apps do you need to hang on to? Maybe there are Mac equivalents…

Description : Is there a free application for the Mac operating system that can autotune my voice?

Last Answer : Johnny Prepubescent explains in this video how to use Garage Band to create the effect.

Description : What application can I download to create GIF animated files in a Mac?

Last Answer : You can do it with the GIMP.

Description : Why won't Firefox recognize application keyboard shortcuts created in Mac OS X System Preferences?

Last Answer : Hmm. I haven’t tried keyboard shortcuts but multiclutch is great for gestures (although firefox now natively supports them. PS there’s an update for firefox.

Description : Is there a milestones manager application for Mac?

Last Answer : Use a DVCS like bzr or git. You can work offline.

Description : Mac Users: What desktop twitter application do you use?

Last Answer : Tweetie is in beta for OSX. Waiting on that. Besides that I use twitterfox.

Description : What does Java run, operate, or do?

Last Answer : answer:This is a bit complicated, but I'll do my best to explain. At a fundamental level a computer program is simply a series of instructions the CPU in your computer executes in sequence. Programming languages ... wait. It's an inherently slower process to do on the fly. Hope that helps a bit.

Description : Write java statement to make the Net Fee text field named txtNetFee un_editable at run time. -Technology

Last Answer : txtNetFee.setEditable(false);

Description : My phone (Java mobile symphony) Java facebook app used to run now why not now ?

Last Answer : You download the following Facebook app , hopefully your problem will be solved. Download

Description : How can we run a java program without making any object?

Last Answer : Ans. By putting code within either static method or static block.

Description : The compiled java program can run on any ..................... plateform having Java Virtual Machine (JVM) installed on it. A) program B) java C) hardware D) non java

Last Answer : C) hardware

Description : In order to run JSP .................... is required. A) Mail Server B) Applet viewer C) Java Web Server D) Database connection

Last Answer : C) Java Web Server

Description : State true or false. i) Unix, support multiple user process but only support one thread per process. ii) A java run time environment is an example of a system of one process with multiple threads. A) True, False B) True, True C) False, True D) False, False

Last Answer : B) True, True

Description : The pure object oriented programming language with extensive metadata available and modifiable at run time is (A) Small talk (B) C++ (C) Java (D) Eiffel

Last Answer : (A) Small talk

Description : Which one of the following is correct? (A) Java applets cannot be written in any programming language (B) An applet is not a small program. (C) An applet can be run on its own. (D) Applets are embedded in another applications. 

Last Answer : (D) Applets are embedded in another applications.

Description : Is it possible to use C# and Java to build a Desktop Application?

Last Answer : I don’t know much about Java, but I have used C#. From Visual Studio you can build a Windows form application.

Description : A ____ is a namespace for organizing classes and interfaces in a logical manner. Placing your code into ______makes large software projects easier to manage. This section explains why this is useful and ... provided by the Java Platform: a) Inheritance b) Object c) Package d) None of These

Last Answer : c) Package

Description : Which instances of an SAP system require a running database during their startup? Note: there are 2 correct answered to this question. ? A. Java Central Services Instance B. Additional Application Server Instance C.ABAP Central Services Instance D. Primary Application Server Instance

Last Answer : B. Additional Application Server Instance

Description : Differentiate between Java Applet and Java Application

Last Answer : Sr. No. Java Applet Java Application 1 Applets run in web pages  Applications run on standalone systems. 2 Applets are not full featured application programs. Applications ... file system and resources. 7 Applets are event driven Applications are control driven.

Description : Is there any way to run a Vista 32 bit application on a Vista Ultimate 64 bit computer?

Last Answer : Vista 64 should be able to run a Vista 32 without a problem. In my experience, most 32-bit programs run in 64-bit. Drivers being an exception.

Description : What should I do so that I can learn Java in a fast and efficient manner?

Last Answer : Perhaps you could audit a course. Auditing isn’t as expensive, but you’ll still get the instruction.

Description : Just allowed Java to load on my machine. Is that a mistake?

Last Answer : No, you’re fine. Java is an essential component of many websites, and it’s as safe as houses.

Description : What is hashcode in JAVA..?

Last Answer : answer:

Description : Why would I need Java on my PC?

Last Answer : Some websites and programs use it to run so if you get rid if it you may find somethings don’t work however I haven’t had java on my PC for years and never have any problems.

Description : Does knowing java make learning C/C++/Python easier? Which should I learn first?

Last Answer : answer:Learn Python first if you have no programming experience. The syntax is more human-friendly while still offering the features and speed of compiled languages (like Java and C). With ... speed up the learning process significantly. In what field will you be using your programming knowledge?

Description : How to use a Character in a Switch Statement (Java)

Last Answer : answer:Not a java guy so this is just a guess, but it looks like you need to put some quotes around your characters to identify them as strings. Right now I'd guess they're being treated as ... not being found. So instead of case a: use case a : Also remember case sensitivity with characters

Description : Necessary to upgrade JAVA?

Last Answer : It's definitely unnecessary... this last upgrade, if I recall, fixed the daylight savings time (that the US just changed). Regardless, you are probably never using java... and I'm sure the version you have will ... .) But Java truly won't make any difference to you. Don't update if it's a big pain.

Description : For begginers, is Java better than Python?

Last Answer : answer:I don't have any experience with Java, but I can say that Python is the cat's meow. Python is clean and easy to understand, has a zillion libraries you can take advantage of, and has some cool ... have friends who rave about Ruby, but I don't know it well enough to offer an opinion on it.

Description : Using Java Date class...

Last Answer : answer:Date is deprecated because it isn't locale aware. It was replaced with the Calendar family of classes. In order to create & populate an object representing a date in Java you can do something like ... (Calendar.YEAR, 2008); c.set(Calendar.MONTH, Calendar.FEBRUARY); c.set(Calendar.DATE. 19);

Description : What book(s) should I get for learning Java?

Last Answer : Can you clarify one thing before I answer. Are you looking to learn Java or Javascript? There’s a HUGE difference between them, so that’s why I’m asking.

Description : Is a cookie jar that rations one cookie per day exist?

Last Answer : I mean…. kind of?.

Description : If your significant other had a severe peanut allergy, but you loved peanut butter, would you risk keeping a jar in the house?

Last Answer : Well, when my significant other started with AA, I banished all alcoholic beverages from the house even though I enjoyed a glass of wine at night and had no problem with it myself. The risk was too great for me ... when the consequences to him (to both of us) could be so dire. So I guess I wouldn't.

Description : Did, or does, your school have a chemical jar?

Last Answer : Random chemicals is NOT a good thing. You can make Nitroglycerin with the right random chemicals, also you can make other unstable compounds. Big BOOM !

Description : Why tax a jar of peanuts but not a package of cookies?

Last Answer : Healthiness of the peanuts has nothing to do with it. Where I live, neither are taxed. Taxes like this are on a state by state basis. Maybe your state taxes anything in a jar.

Description : Do you have a cookie jar?

Last Answer : Yes I have a snoopy cookie jar. It has condiments In it.

Description : Now that mayonnaise comes in a squeeze jar, how do you deal with the considerable amount left after it just won't squeeze out anymore?

Last Answer : answer:I don’t buy it in a squeeze jar. Problem solved. I have some small (narrow) rubber spatulas that can be used to scrape the insides after you unscrew the top.

Description : Can you help me find the recipe that should be on the lid of this Pecan Pie in a Jar?

Last Answer : answer:Was it San Saba River? Below is the TOP recipe PECAN PIE PREPARATION REMOVE jar lid, microwave for 1 min. This allows filling to be removed easily. In a large mixing bowl: ... 4 hours until set. SERVING SUGGESTION: Microwave each slice slightly (10 sec) and top with vanilla ice cream

Description : What do you think about the new theory that Jar Jar Binks is a Sith Lord?

Last Answer : HAHAHAHAHAHAHAHAHA And Obi Wan Kenobi is a Gungan