Applications like H2 DB run cmd prompt and then open a webpage on 8082 port number.
Can anyone please help me?
Applications like H2 DB run cmd prompt and then open a webpage on 8082 port number.
Can anyone please help me?
H2 DB is running an embedded web server so that you you can manage it.
If your application needs to serve web pages then you cab use jetty which you can embed right in your code: http://www.eclipse.org/jetty/
You can open a url or a local file in a browser using the answers here: