Platform independent Code fro C/C++/java without additional package -


is possible to make server/client code in c/c++/java, can platform independent?

it should not require additional package (like no jvm requirement) installation on system executable file run (if possible on windows/linux/mac).

if not tell me other way (maybe language) achieve ? thank you

just executable file run (if possible on windows/linux/mac).

this can done qt c++ writing portable code , using static linking bind dll's. downside end larger executable file. java uses jvm rules out stated.

it should noted platform compile target executable works on. program compiled on windows won't work on ubuntu (you need compile seperate version - unless install .exe in wine perhaps).


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -