Say i have a java project setup in eclipse. i have all the thirdparty jar's and reading the resources etc set in the eclipse IDE. ie all the classpath etc are set through the IDE
Now if i want to launch my app from commandline.
Can i get some hints/ links where i can undersand the configuration settings that can be done in Unix / windows machine to launch the application.
Looking for runtime configuration settings.
Because in production environment there is no IDE involved?
Also How do i set classpath in the server say jboss?
You can include the classpath and dependencies info in the Manifest of your application.
And in addition, you can consider ant if you want to be able to build your project on a machine without an IDE at all.
Is there any information that you specify in Eclipse and you need to use in your production env?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With