Posts by HugoTorres • 1 point
2 posts
-
0
votes1
answer50
viewsQ: Open an . exe file inside a . jar file
Good! I’m new to Java and I’m developing a program where I need to include it in a driver executable. By running the file . jar, how can I make you run the . exe file? I have to extract it and then…
-
-1
votes1
answer74
viewsQ: Program runs but does not respond
I am programming a simple TCP/IP server on Linux, but after running it on the terminal, I get no answer, nor even print a line that I should print at the beginning of the program. When compiling…