|
![]() |
Monica Shiralkar wrote:Why would someone download only the runtime JRE ?
The secret of how to be miserable is to constantly expect things are going to happen the way that they are "supposed" to happen.
You can have faith, which carries the understanding that you may be disappointed. Then there's being a willfully-blind idiot, which virtually guarantees it.
Paul Clapham wrote:opening a web page which included an applet required a JRE to be downloaded to your computer, so that the applet could run there. .
The secret of how to be miserable is to constantly expect things are going to happen the way that they are "supposed" to happen.
You can have faith, which carries the understanding that you may be disappointed. Then there's being a willfully-blind idiot, which virtually guarantees it.
Tim Holloway wrote:
A web page from a JEE server requires a JRE installed on the appserver machine (or more usually a JDK) to run the webapp server.
Monica Shiralkar wrote:
Tim Holloway wrote:
A web page from a JEE server requires a JRE installed on the appserver machine (or more usually a JDK) to run the webapp server.
But how is having a JRE alone sufficient on the machine where the web server is running? Isn't the compiler also surely required ?
The secret of how to be miserable is to constantly expect things are going to happen the way that they are "supposed" to happen.
You can have faith, which carries the understanding that you may be disappointed. Then there's being a willfully-blind idiot, which virtually guarantees it.
Monica Shiralkar wrote:But how is having a JRE alone sufficient on the machine where the web server is running? Isn't the compiler also surely required ?
Tim Holloway wrote:For JEE webapp servers that compile JSP pages to Java code, a compiler (JDK) is required to compile the Java code.
The secret of how to be miserable is to constantly expect things are going to happen the way that they are "supposed" to happen.
You can have faith, which carries the understanding that you may be disappointed. Then there's being a willfully-blind idiot, which virtually guarantees it.
The secret of how to be miserable is to constantly expect things are going to happen the way that they are "supposed" to happen.
You can have faith, which carries the understanding that you may be disappointed. Then there's being a willfully-blind idiot, which virtually guarantees it.
The secret of how to be miserable is to constantly expect things are going to happen the way that they are "supposed" to happen.
You can have faith, which carries the understanding that you may be disappointed. Then there's being a willfully-blind idiot, which virtually guarantees it.
The simple answer is yes. If the second computer has a JRE available, and you put the XXX.class files into an executable XXX.jar, they should run. Since Java9, however, the officially preferred way to distribute executables has been to bundle modules together and distribute the lot. That could include those parts of the JRE you need.Techno start wrote:Can these .class files . . . be run on another computer? . . ..
Dean Sabado wrote:Can these .class files compiled on your home pc be run on another computer? Say if he is using a UNIX sytem for an html blog. With clients.
I'm one of the clients.
The secret of how to be miserable is to constantly expect things are going to happen the way that they are "supposed" to happen.
You can have faith, which carries the understanding that you may be disappointed. Then there's being a willfully-blind idiot, which virtually guarantees it.
The problems of the world fade way as you eat a piece of pie. This tiny ad has never known problems:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
|