I\'m a Java beginner.
I already created a simple GUI application that display will \"hello world\" label.
But, how can I create an installer from .java or .j
You can use Ant task tool with InnoSetup and Launch4j under Eclipse IDE to create a professional-looking Windows-based EXE installer for Java-based program: How to create an exe file in java