tvnserver stop takes about 2 minutes if some clients are connected
Thanks a lot. I thinks it would be interesting an interesting fix, because it allows to start the executable from "C:\Program Files"' for instance. However, in my case, I've found another solution so it's not urgent any more for me. Best regards, Jean-Pierre
Executable doesn't run with bundled jre if in a folder containing spaces (jni or not)
I've just encountered this bug and I cannot use your application in my case if it is not fixed. As it is a pretty old bug, do you still intend to fix it ? Note : I've got the same problem with a 'non jni' application Thanks in advance Edit : My jre is bundled (and consequently its path is defined relatively), and is also located in the path containing space characters.
Removed. See my note on #163 ticket.
I've just encountered this bug and I cannot use your application in my case if it is not fixed. As it is a pretty old bug, do you still intend to fix it ? Note : I've got the same problem with a 'non jni' application Thanks in advance
Thanks a lot. I already did it, and as a matter of fact, it works. I have another problem and I don't want to create an issue if it is my fault, so I ask the question here. The jni executable created by your tool has no effect if it is located in a path which contain space characters. What shall I do to fix this problem ? When I run the program, I get the following call stack : java.lang.NoClassDefFoundError: com/a/b/Launcher Caused by: java.lang.ClassNotFoundException: com.a.b.Launcher at java.net.URLClassLoader.findClass(URLClassLoader.java:382)...
Thanks a lot. I already did it, and as a matter of fact, it works. I have another problem and I don't want to create an issue if it is my fault, so I ask the question here. The jni executable created by your tool has no effect if it is located in a path which contain space characters. What shall I do to fix this problem ? When I run the program, I get the following call stack : java.lang.NoClassDefFoundError: [myMainClass] Caused by: java.lang.ClassNotFoundException: {myMainClass] at java.net.URLClassLoader.findClass(URLClassLoader.java:382)...