-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with tncc #17
Comments
The problem is missing plugin.jar in classpath. |
On Fedora 21, adding the following before executing the jvpn.pl script solved this for me. |
I have same problem on Debian Jessie (8.1).
I've run: Any other ideas? |
Do you have icedtea-netx-common installed? plugin.jar can be in /usr/share/icedtea-web/plugin.jar or /usr/lib/jvm/jdk-7-oracle-i586/jre/lib/plugin.jar. If you have one of them it should work. |
In the end I went with a different solution (openconnect). If you're interested in my setup, please see my "Juniper/Pulse Secure VPN on Linux (2015 edition)" blog post. |
@AdnanHodzic unfortunately the openconnect didn't solve my problem. @orgads I could easily solve this issue by changing the openjdk to the Oracle JDK. On Ubuntu:
|
I was facing the same problem and could solve installing the package default-jre
I'm using Linux Mint 20
|
Jar can be found here
The text was updated successfully, but these errors were encountered: