answersLogoWhite

0

How do you run java program in ubuntu OS?

Updated: 8/19/2019
User Avatar

Wiki User

13y ago

Best Answer

Download the JRE (java runtime environment) from Sun's website. make sure you get a version that will run on your os.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you run java program in ubuntu OS?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Can v install ubuntu os in apple laptops?

Ubuntu can be installed on a Mac or run from a LiveCD (See links below). It can be run on a virtual machine on top of Mac OS X.


What is juniperext.exe as a computer program?

Juniperext.exe is an extension of ActiveX and Java software packages on the Windows OS. It is the program through which Java functions are executed on a browser.


How can you run Java on OS X Mountain Lion?

yes it is built in.


Can you install OS if we haven't boot-able CD?

You could install an operating system using a memory stick and a free program from microsoft called windows 7 usb installation tool (will work for any iso file). Or you can run the OS inside another OS. For example you could run Ubuntu inside Windows 7. using a program called virtual box, which is also free.


Where and how can I run a program?

You can run a program in any OS. For example an executable program can be run in windows by .exe file extension.


Why is java popular?

One version of a program will work on all major OS'. Business uses it because it's more secure i believe.


What type of OS is UBUNTU?

Linux.


How do you install Google Chrome in ubuntu OS?

You could easily download Chrome for Ubuntu OS. It is available on the Chrome website as well.


Why java called platform indeependent?

Platform independent language means once compiled you can execute the program on any platform (OS). Java is platform independent. Because the Java compiler converts the source code to bytecode, which is Intermidiate Language. Bytecode can be executed on any platform (OS) using JVM( Java Virtual Machine).


What is better zorin os or ubuntu?

If you are starting and new to Linux try Zorin OS. If you are experienced and know more about and how to use Linux the get Ubuntu.


How do you run with xilinx vivado?

i am usinf linux ubuntu OS, i want to simulation and synthesis steps in xilinx vivado...please help me


Why java called as platform independent?

Java is called as platform independent because it uses the WORA(Write Once and Run Anywhere) principle. Java programming language is designed to be run under any OS and that is the main advantage of it.