As far as I understand when you decompile an excisting .class file some errors are bound to be made. So there will be problems compiling at once. At leas thats the case for me. So I'm going to fix all that before I start editing anything. The firts error I get is:
But the thing is com/jcraft/jogg is there, even buffer.class.Code:/Filepath/File.java:3: package com.jcraft.jogg does not exist
/* */ import com.jcraft.jogg.Buffer;
^
I'm very new, I'm sure this isn't a big thing so would someone who knows please explain?
EDIT:
Also what is the 3 after the filepath?

