import java.io.IOException;
import java.lang.Math;
import com.leapmotion.leap.*;
import com.leapmotion.leap.Gesture;
import java.net.*;
import java.io.*;
When I compile from the command prompt, it comes up that it cannot find com.leapmotion.leap.Gesture Then all the rest of the code that involves that package throws an error as well. How do I find this package so it will compile in java? I am also using a Leap Motion SDK