About 50 results
Open links in new tab
  1. How can I convert my Java program to an .exe file? [closed]

    Sep 29, 2008 · If I have a Java source file (*.java) or a class file (*.class), how can I convert it to a .exe file? I also need an installer for my program.

  2. Remote debugging a Java application - Stack Overflow

    Jun 10, 2009 · Steps: Start your remote java application with debugging options as said in above post. Configure Eclipse for remote debugging by specifying host and port. Start remote debugging in …

  3. java - How to start up spring-boot application via command line ...

    I have a spring-boot application which I need to start up by going to the folder directory and start up my web application via command line. I have a class called Application.java and the code insi...

  4. How can I package a Java desktop application? - Stack Overflow

    Oct 27, 2011 · I am working on a simple desktop java application. I would like to make it as seamless to install for end users as possible. E.g. similar to how Minecraft is distributed - a simple executable for …

  5. Eclipse is not showing "Run as Java Application" option. Only shows ...

    May 7, 2017 · Eclipse is not showing "Run as Java Application" option. Only shows "Run Configurations" Asked 8 years, 9 months ago Modified 5 years, 1 month ago Viewed 23k times

  6. java - How to configure port for a Spring Boot application - Stack …

    How do I configure the TCP/IP port listened on by a Spring Boot application, so it does not use the default port of 8080.

  7. How to build a docker container for a Java application

    What I want to do is build a docker image for my Java application but the following considerations should be true for most compiled languages. problem On my build server I want to produce a docker ...

  8. How to set 'SameSite' on a cookie from within a Java application?

    Do you know any Java cookie implementation which allows to set a custom flag for cookie, like SameSite=strict? It seems that javax.servlet.http.Cookie has a strictly limited set of flags which can be

  9. How to deliver my Java application with a particular JRE?

    Oct 24, 2012 · Does somebody know how to pack a particular JRE together with a compiled Java application? I currently have an executable jar file and wish to put JRE 6 Update 31 in it. So that the …

  10. PKIX path building failed in Java application - Stack Overflow

    The procedure: Installed Java JDK 1.7.0_25 Set system environment variable JAVA_HOME to C:\Progra~1\Java\jdk1.7.0_25\ Imported the certificate into cacerts with keytool Ensured that the …