Skip to content

Instantly share code, notes, and snippets.

@kunals201
Last active May 1, 2018 11:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kunals201/cfd1408162315fa3ea9c5144db5a0267 to your computer and use it in GitHub Desktop.
Save kunals201/cfd1408162315fa3ea9c5144db5a0267 to your computer and use it in GitHub Desktop.
NoDefFoundError problem last class
import pack2.Demo2;
class Test {
public static void main(String[] args) {
System.out.println("Test class main");
Demo2 obj = new Demo2();
obj.test2();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment