answersLogoWhite

0

Why does java does not run on Linux?

User Avatar

Anonymous

14y ago
Updated: 8/19/2019

the short answer is that it does.

assuming you have java installed and your path set, it's as easy as

javac javafilename.java

java javafilename

or if you have it as a jar file

java -jar jarfilename.jar

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How do you run minecraft.jar in puppy Linux?

You need to have Java installed, then just run "java -jar minecraft.jar".


Does Linux support Java?

Yes. Linux is fully supported by Java.


Do .NET applications run on Linux?

Yes and no. Linux will not run Windows applications by itself, however, there are ample tools written for Linux that permit you to run Windows applications on Linux. The open-source WINE software will run a majority of Windows software on Linux. You can even configure Linux to automatically recognize Windows applications and use WINE to run them. Alternatively, there's a wide variety of virtual machine products that permit you to run the Windows operating system as an application under Linux, and, in turn, any Windows applications inside the Windows virtual environment. Finally, some "Windows applications" are written in .Net or Java and can be run directly under Linux using mono and java respectively (albeit, some .Net applications will not yet run under mono).


Does Linux have java support?

Yes. Most operating systems have some form of Java for them.


Is an understanding of Java necessary in order to use Linux?

No.


Is PHP runable in Linux?

PHP can run on any major operating system just like java as long as you have an interpreter. Try installing a LAMP (Linux, Apache, MySQL, PHP) server & you should be able to run php on your pc/server. There are some IDE's which would allow php development on linux os


How do you get java on Wii?

install HBC and linux to your wii use wired networks to download java


Is jsp is platform independents?

Yes. JSP is a java based technology and hence it is platform independent. So, you can run it in any environment. The same JSP that can run in a windows box can always run in a Linux box.


Is an understanding of Java necessary in order to learn Linux?

No. Java (a programming language), is not a prerequisite for learning how to use any mainstream operating system (such as Windows, Mac OS, or Linux).


How you can download java?

For PC running Windows or Linux go to java.com. Macs already have java built-in


Can Linux run DVD-ROM discs?

It depends on the Linux you are running. There are thousands of Linux distros. It is possible that your distro wasn't intended to run DVD-ROM. But most Linux will run them.


How to make java application?

a Java application is a program written with the very popular porgramming language (Java). the Java programs can run on any operating system (windows,linux,mac...etc) and also it can be run on mobile devices too. in order to the java application to run,it needs to have JRE(Java Runtime Enviroment)installed on the device that it will run on.