I am building C# proxies for Java classes (using proxygen.xml) and my question is: can Jni4Net
compile .java
files using different JDK than saved in JAVA_HOME variable? Or do I need to change it temporary?
Thanks
Jni4Net uses the JAVA_HOME path, so the easiest option in your case is to change it temporarily.