answersLogoWhite

0

Can you compile an rsps with jre?

Updated: 12/14/2022
User Avatar

Wiki User

11y ago

Best Answer

Little cheesecake

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Can you compile an rsps with jre?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you compile a program in jre?

You don't. It's the program "javac" that does the compilation.


What is the best rsps?

There are many RSPS's. The true best rsps is http://www.dpkzweb.tk/


What's the difference between JVM and JDK?

There are two main things you can download for Java: the Java Runtime Environment (JRE) and the Java Development Kit (JDK). The JRE is used by those who wish only to run Java programs. In order to do this it uses the Java Virtual Machine (JVM) to run Java bytecode. The JDK is used by developers and contains both the JRE and the programs and libraries needed to compile and run Java programs. Simple summary: The JDK contains the JRE which contains the JVM.


What is the best rsps there is?

There isn't EXACTLY the best RSPS out there, I would suggest looking at status pages to find some RSPS to be apart of.


What is an RSPS company?

RSPS isn't a company, RSPS stands for Runescape Private Servers which in return is a rip of RuneScape (Jagex Ltd.).


Do you need JRE if you already have JDK?

No, the JDK includes the JRE.


What is the use of providing jre?

The JRE refers to Java Runtime Environment... JRE is an implementation of the Java Virtual Machine which actually executes Java programs. Without the JRE we cannot execute our Java programs.


Should IDE be a part of JRE?

An IDE cannot be part of a JRE. The "JRE" is the Java Runtime Environment. I.e., the JRE is an implementation of the Java Virtual Machine which actually executes Java programs. An IDE refers to - Integrated Development Environment, using which we can develop Java programs and applications. an IDE comes with an implementation of a JRE. so it cannot be part of a JRE


Why wont my rsps work whenever i hit run on source or client it just opens notepad and notepad wont save changes when i try to edit something on run or compile?

Try, when you save it save it as: runserver.bat for compiler: compile.bat


Is Jvm in the system?

The JVM (Java Virtual Machine) is a part of the JRE (Java Runtime Environment).The JRE is comprised of the JVM and the Class Library.The JVM takes the java language and compiles it into Bytecode which can then be interpreted as machine code by the platform(OS). The JVM will compile byte code specific to the OS it is being deployed upon. The JVM allows the Java language to be platform independent.


What is difference between jdk and JRE?

Age old question. :) Simply Put: - If you need to execute any java program you need JRE (as the name says "Runtime Env"). - If you need to compile some java code you ll need JDK (as the name says "Development Kit"). One more thing to be noted is JRE will always be shipped with JDK because as I mentioned earlier JDK compiles the code, so if you want to execute the compiled code you need JRE. Hope this helps. . The "JDK" is the Java Development Kit. I.e., the JDK is bundle of software that you can use to develop Java based software. The "JRE" is the Java Runtime Environment. I.e., the JRE is an implementation of the Java Virtual Machine which actually executes Java programs. Typically, each JDK contains one (or more) JRE's along with the various development tools like the Java source compilers, bundling and deployment tools, debuggers, development libraries, etc.


How do you install JRE in Xubuntu?

From the command line: sudo apt-get install sun-java6-jre