Core Java Swing software setup [closed] - java

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I have a Core Java Swing project that I am using with MySQL database.
How to create software setup and how to use MySQL database client?

I used install4j recently for similar purpose. You can refer this tutorial for in detail steps.

Related

How to write RFC services in Java? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
"I want to write RFC services in java, so that i can receive call from SAP. How I can start writing java application?
What kind of java project I have to create? "
I guess, the SAP Java Connector (JCo) SDK is most likely what you are looking for.

Is it possible to develop mobile app using jhipster? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
i have not enough knowledge about jhipster that's why today one question on my mind.
Is it possible to create android/ios mobile application using jhipster ?
Yes, you could create java backend server with JHipster and create the mobile app using ignite-jhipster in React Native or using generator-jhipster-ionic in Ionic.

Embed openVpn client in my own android application [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I want to provide the openVpn client config with my app, so the client will just connect the android system.I ve checked the ics-openVpn project in github, but i don t know how to start
See the doc/README in that repository for starting. Also make sure that you understand the implications of the GPL.

Start an Apache server using a C# program [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I would like to start an Apache Tomcat server on the localhost. Is it possible to write a Java or C# application that could start it whenever the user requires?
Use the Process class in C# to execute a local process.

Web Application using Java [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am new to Java. I want to create a website which is used to digitize an image(Satellite image, Maps. etc) with the digitizing tools of point, line and polygon. Need suggestion to start up.
Study Java EE, particularly Servlets and JSP. This was the reference that I used.
Basically, you need to understand the MVC(model-view-controller) pattern.
Lastly, learn how to incorporate your CSS/HTML/JavaScript/etc in your JSP.

Categories