How to install MySQL or MsSQL with a personal setup [closed] - java

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
I want to develop an external PC application using Java and MsSQL/MySQL.
I want to share it with all people. But I have no idea about how to install MS SQL or MySQL automatically with my Application setup, without a normal manual database installation.
Or is there any other way to develop such an app using "Java + any database server"?
Or is there any best way to success this process with Java?

If you are programming in netbeans you need include the database within netbeans? Here is a guide on how to do this.
https://netbeans.org/kb/docs/ide/mysql.html
Also here is a second guide on Packaging and Distributing Java Desktop Applications
https://netbeans.org/kb/docs/java/javase-deploy.html

Related

How to run a docker image of ElasticSearch with SSPL licence? [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 months ago.
This post was edited and submitted for review 4 months ago and failed to reopen the post:
Original close reason(s) were not resolved
Improve this question
I am developing a spring-boot application with the aid of the new ElasticSearch Java Client 8.4.
I need an ElasticSearch server running on docker with same version. Otherwise, some queries may not be performed because of incompatibility issues.
I know that ElasticSearh is no more open source from version 7.10, and has 2 kind of licences.
Question is, how may I implement an Elasticseach server on Docker by using free licence? What should I do at code level?
Thanks
Yes, you can and download the docker image from their website.
docker pull docker.elastic.co/elasticsearch/elasticsearch:8.4.3
Refer this page to understand more about Elasticsearch license change

How can I host a LAN server on an Android device? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
I want to know if there is a way to host a LAN server on Android without using a third party library.
I want the solution to work without rooting the device.
I want to know if there is a way to host a LAN server on Android without using a third party library.
It is possible. You have to use Sockets and ServerSockets, Object[Input/Output]Stream(or a different way to send data). Basically design a server.
Here is an SO post on creating a server
Here is the Java documentation on servers
You can use third party libraries to make servers too(see the first link), and sometimes that may be easier.

How do BluRay players or washing machine run Java programs? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
What OS do they use for example and how to they boot up so quickly (compared to a raspberry pi)?
Currently, they are two option existing:
they are running a custom piece of software that support a jvm
they are running a minimum version of a linux , just what's enough to run the jvm, everything else is disabled / removed.
It's booting that fast because it has only the piece of code needed to run a minimal jvm, and everything else is disabled in opposition of the raspberry pi who has a complete kernel, with a lot of modules, a desktop environment, etc, ... to load.

OpenShift Online: European Hosting [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
How can I convert existing application from US hosting location(aws-us-east-1 region) to European hosting location?
You would need to use the rhc snapshot command, to do a backup of the existing application, then create a new gear in the ea location and do an rhc snapshot restore to that gear, or the rhc create-app with the --from-app.
You can check out these resources for more specific information:
https://help.openshift.com/hc/en-us/articles/203265710-How-can-I-move-an-existing-application-from-the-US-aws-us-east-1-hosting-region-to-the-European-aws-eu-west-1-hosting-region-
https://developers.openshift.com/en/overview-platform-features.html#_migrating_an_existing_application_to_another_region_or_zone

Does exists "business controls" for Java environment or for ..Linux? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
i'm wondering if exists business control for Java environment or for ... Linux development.
Hi used to develop desktop application with .NET + external control by (for instance): Infragistics, DevExpress, ComponentOne etc.
These controls are really powerful and comfortable to work with. I would like to develop database driven application also with Java so, i can run it in Linux environment, but the lack of external controls (or widget) is the reason i don't use Java.
Am i wrong ?
Thanks
Here's some
http://www.jidesoft.com/products/download.htm
http://www.jgoodies.com/products/swingsuite.html
http://www.jgraph.com/
http://www.yworks.com/en/products.html
http://www.migcalendar.com/

Categories