Converting netbeans java application with multiple classes into .exe -
i have made java application on netbeans. ive tried converting .exe of various softwares exe4j , launch4j. problem is, these softwares take 1 main class. application has 3. application doesnt connect databsae !
i use exe4j
in exe4j when continue wizard kind of window

then can click green + button add excitable jar file , in genaral area should specified main class .in example test
let's application name newmdiapplication
in netbeans have 3 classes
newmdiapplication.class newjframe.class newjframe2.class when application start main method of newmdiapplication.class executed .so when make jar file should fill it's main method .
and in exe4j window should choose newmdiapplication main class
Comments
Post a Comment