answersLogoWhite

0

How do you run the frames in java?

Updated: 8/20/2019
User Avatar

Wiki User

12y ago

Best Answer

first compile java program using "javac"

then run frame using "appletviewer".

e.x. = appletviewer filename.java

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

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

Why does my computer run BioShock infinite at the highest resolution with no lag but it cant run minecraft at 20 frames?

Minecraft uses Java, which is slower than what other games use.


Does mine craft require java?

A big yes - Minecraft is a Java programmed game, using Java to run the actual application. Without Java Runtime Environment, Minecraft would not be functional to your computer, it would be no more than a downloaded file.


Do you have to have java on your coumpter to run everything on your coumpter?

No; lots of programs run without Java. You only need the Java runtime to run programs specifically designed with Java technology.


How many frames per second do you need for runescape?

That shouldn't matter if you are running on java.


Which brands of laptops can run JAVA?

Any computer (desktop or laptop) can run Java.


How do you run and compile a java applet program?

One can run and compile a Java applet program by agreeing to the terms and downloading it. It is possible to get a compiler online that will compile and run Java programs.


Is java needed to run PC?

No, Java is needed only if you run programs that are written in Java. The majority of computer users today could disable Java and never know the difference.


How do you run minecraft.jar in puppy Linux?

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


Is it possible to run java program without JVM?

No. Java programs run in the Java Virtual Machine (JVM) - without it your computer won't know how to handle Java bytecode.


Do Android phones run java apps?

They cannot use Java apps themselves, though the programming language they run- Dalvik- is closely related to Java.


Can the Nintendo 3DS run Java?

Currently, the 3DS has no Java compatibility.


How do you execute a Java program?

You can run a Java application from the command line using "java <name of the class>"