0
How can I make a java programmed software into a public software that can install on another PC
I have programmed a jframe based software in java and now I want to execute it in another PCs as a public software. In short i want to make it public software that can be installed and run on client's computer. Please someone guide me how can it be possible.
6 odpowiedzi
+ 1
try making it into an app
+ 1
or a file that will be exacuted by the same app you programed it with
+ 1
well have done any testimg to see were it fails at
+ 1
oh
0
Cameron Braswell i have tried. I made jar file of java into exe. But at the time of executing that exe file on another PC it isn't working properly. Its like background images of jframes are jumbled and all.
0
Cameron Braswell actually the problem is i just dont know how to convert .jar file into exe so that it can be run on another PC