Isn't there any way to not set anything OS-specific? I need to run this Java app on Linux too and would prefer not to deal with code like "if (Windows) copy dlls to %WINDIR%, else if (Linux) do something else"
Is there some way of specifying the library path for the Java app or something?
Main Topics
Browse All Topics





by: CEHJPosted on 2007-09-29 at 12:02:26ID: 19984970
Copy all dlls to %WINDIR%