Do a Google search would be a way to find out.
The problem with an exe file is that it only works with one OS.
NormR1
Posting Expert
6,677 posts since Jun 2010
Reputation Points: 1,138
Solved Threads: 656
Sorry, I don't convert my java code to exe files so I've never tried to google it.
NormR1
Posting Expert
6,677 posts since Jun 2010
Reputation Points: 1,138
Solved Threads: 656
it is possible to convert your java file to not excatly a exe file but a similar one .bat file.which works the same as exe.
first u have to convert your java file to jar file .
thn after making a jar file
open a notepad n just write the code
-cp [ur jar file name].jar;. [your java file name]
example
-cp Demo.jar;.MyClass
after writing the code save it as a .bat extension into the same folder
example == Demo.bat
i hope if this had help you then mark your post as solved.
DeadSoul
Junior Poster in Training
56 posts since Dec 2009
Reputation Points: 8
Solved Threads: 6
What is the problem you are having? Please explain.
NormR1
Posting Expert
6,677 posts since Jun 2010
Reputation Points: 1,138
Solved Threads: 656
masijade
Industrious Poster
4,253 posts since Feb 2006
Reputation Points: 1,471
Solved Threads: 494
we can access
What does "access" mean for a file?
NormR1
Posting Expert
6,677 posts since Jun 2010
Reputation Points: 1,138
Solved Threads: 656