Hello,
I am developing a Java program that uses the javahl jar file. What I
don't understand however is if it is safe to use one version of javahl
(say 1.6.11) with a repository of SVN server 1.5.x. I am a bit afraid
of introducing errors into the SVN repository that will not show up
immediately.
Put in other words: do i have to use
- the JAR and .dll / .so that i package with my app
- the JAR and .dll / .so that comes with the local installation
- the JAR packaged with my app and the .dll / .so of the installation
Program and server can be either same or different machines.
Thanks