I have compiled and build my application in Netbeans which includes Java DB. Now in order for everything work in client environment, should I have them install JRE or JVM??! Does JVM include the embedded Java DB support?!
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Just the JRE should suffice.
For running anything that you have built the client only needs to install the JRE. You only need to the JDK to compile your work and preforming diagnostics using jconsole.
And the java db is basically a java program. Its just like a program that you would have written. So the JRE does not need anything special to start it in the embedded mode or in the network client-server mode.