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

enter image description here

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

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -