Project runtime configuration without IDE

Say that I have a java project project in eclipse. I have all third party banks and reading resources, etc. installed in the Eclipse IDE. those. all classpath etc. set via IDE

Now, if I want to run the application from the command line.

Can I get some hints / links where I can refuse the configuration settings that can be done on a Unix / Windows computer to launch the application.

Search for runtime configuration parameters.

Because there is no IDE in the production environment?

Also how to set classpath on say jboss server?

+3
source share
2 answers

.

, ant, IDE .

- , Eclipse, ?

+3

Eclipse 3.5

, , , .

β†’ β†’ Java β†’ Runnable Jar

" ", .

jar "java -jar whatever.jar".

, ant script, . (Run β†’ Run configurations) , "" . " " .

+1

Source: https://habr.com/ru/post/1717375/


All Articles