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 …

  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 …

  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 …

  5. java - application context. What is this? - Stack Overflow

    My colleagues very often use word "application context". In many articles this collocation used very often too. My current understanding: application context is single xml file. But I understand ...

  6. 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 …

  7. 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 …

  8. Eclipse is not showing "Run as Java Application" option. Only …

    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

  9. What is the difference between 'java', 'javaw', and 'javaws'?

    Sep 14, 2020 · Java Web Start launches Java applications/applets hosted on a network. If a JNLP file is specified, javaws will launch the Java application/applet specified in the JNLP file.

  10. 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.