Hello,
I have created a simple B4J Web app, it works fine on a remote Linux server (using java -jar myapp.jar).
Now I want to make a small change in one of the Java source files in src folder, and rebuild the jar, using javac (?) (no B4J available on the server).
I would like the jar to contain the Jetty server also, so that it could run.
Can I do that ? how ?
My files in /Objects/src/b4j/example/ folder are as :
- main.java
- handlerclass1.java
- handlerclass2.java
Thank you.
I have created a simple B4J Web app, it works fine on a remote Linux server (using java -jar myapp.jar).
Now I want to make a small change in one of the Java source files in src folder, and rebuild the jar, using javac (?) (no B4J available on the server).
I would like the jar to contain the Jetty server also, so that it could run.
Can I do that ? how ?
My files in /Objects/src/b4j/example/ folder are as :
- main.java
- handlerclass1.java
- handlerclass2.java
Thank you.