Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Stand alone java application without eclipse?

Tags:

java

eclipse

I am having an application which uses the eclipse plugins. But I want it to be run without using eclipse. ie as a standalone application(say suppose in command prompt). is it possible? If yes how?

thanks.

like image 868
GuruKulki Avatar asked Aug 23 '26 23:08

GuruKulki


1 Answers

Eclipse is build on a modular code framework called OSGI. At the heart of Eclipse is an OSGI container called Equinox. So you 'could' use just Equinox to run your code without Eclipse, but that task would be not for the faint of heart.

like image 139
MeBigFatGuy Avatar answered Aug 25 '26 13:08

MeBigFatGuy



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!