answersLogoWhite

0

Macs come with Java ready to go. You can download updates (See links below) but these will be the same as those available through Software Update.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What are the technologies without using java?

you can use type writer to avoid using java :)


How can I update an object in a list using Java Stream based on a specific condition?

To update an object in a list based on a specific condition using Java Stream, you can use the map function to update the object if the condition is met, and then collect the stream back into a list.


What is java and why are you being offered java update?

Java is a programming language; but in your case, it probably appears as an add-on for the browser. Certain sites (for example, the popular game RuneScape) are programmed for Java, and require Java on your browser. An update is offered, among others, because as with most software, security problems are found ocasionally; the update should have solved those problems. So, it is probably safest to accept the update.Java is a programming language; but in your case, it probably appears as an add-on for the browser. Certain sites (for example, the popular game RuneScape) are programmed for Java, and require Java on your browser. An update is offered, among others, because as with most software, security problems are found ocasionally; the update should have solved those problems. So, it is probably safest to accept the update.Java is a programming language; but in your case, it probably appears as an add-on for the browser. Certain sites (for example, the popular game RuneScape) are programmed for Java, and require Java on your browser. An update is offered, among others, because as with most software, security problems are found ocasionally; the update should have solved those problems. So, it is probably safest to accept the update.Java is a programming language; but in your case, it probably appears as an add-on for the browser. Certain sites (for example, the popular game RuneScape) are programmed for Java, and require Java on your browser. An update is offered, among others, because as with most software, security problems are found ocasionally; the update should have solved those problems. So, it is probably safest to accept the update.


How do you download Java update for Camino browser for Mac OSX?

Java is updated through the Mac's Software update system. Click on the Apple menu icon in the top left corner and select Software Update... This will check which updates are available for your computer. From the list of available updates select which ones you want to install and click the Install button. Your software will be automatically updated. Restart Camino and it will find the latest version.


Is it safe to say yes to java updates?

So long as they're from a legitimate site - yes. Many programs on your computer use Java. Periodically, as with other software, Java gets updated. You will always have the option to refuse an update but, so long as it's an update for a program you already have, it will be safe to accept.


Where can one update their Java player online?

Someone can update their java player online from a number of websites such as the official java website. To update java player, someone needs to visit the java website and select update from the home page. There will be a prompt to download and install the latest version of java. After that is done, the player will be updated.


Is it possible to draw in java without using applet?

Yes it is possible to draw in java by using AWT package. or by using javax package.


Is the computer program java free?

Yes, the actual runtime environment known as JRE (Java Runtime Environment), and the associated Software Development Kit (SDK) software, is released for free to the general public. Programs written using Java may not be (e.g. a game written by some company that runs using the Java platform).


How do you install java 1.5 for mac?

Mac OS X comes with Java built in. Running Software Update (from the Apple menu in the top left corner) will find the latest versions of software for your computer. Alternatively the latest version of Java (currently 1.6) can be directly downloaded. (See links below)


How do you install java for RuneScape?

Download the new java update and install. It should be Version 7 Update 7.


Is there a java that doesn't change your computer?

Try downloading the latest version of java from oracle. Actually Java is simply a language. It is a tool. It should not change your computer. Something is wrong with your computer if Java changes your computer. Usually it is not Java changing your computer but a virus latching onto Java. You must keep your antivirus software up to date and you must keep your Java up to date or you will have problems. If you have a MAC, apple has stopped supporting Java. Hackers are using it to hack into computers. Update it from Oracle or get rid of it.


Can you initialize an object without constructor in java?

No. if you wish to create an object that you plan on using in a java program then the answer is NO. You cannot initialize an object of a Java class without calling the constructor.