Hi,
I have a dedicated server that I need to run on a unix server that has no graphics card / sound card.
I can disable drawing and sound inside the program but I still import LWJGL, etc. (by not calling those methods that use the libraries)
This will cause the program not to run, even though it doesn’t actually use LWJGL or sound anywhere in the program.
What are possible workarounds for this?
Thanks,
Roland