Lightn1ng
Lightn1ng

Reputation: 27

Android JSch - package org.ietf.jgss does not exist

I am trying to make an Android app with JSch. When I build, I get the following error:

error: package org.ietf.jgss does not exist

I understand this is a missing library, but I don't understand how I can fix this and use JSch in my app. Thanks in advance

Upvotes: 1

Views: 693

Answers (1)

Lightn1ng
Lightn1ng

Reputation: 27

Solved: This error is caused by one file in JSch, com.jcraft.jsch.jgss.GSSContextKrb5.java.

This file is not required for SSH connections so I simply commented out the entire file.

Upvotes: 1

Related Questions