I have a applet that wont run in terminal.
javac Linser.java //works fine
java Linser.class //gives the following output
Exception in thread "main" java.lang.NoClassDefFoundError: Linser/class
there is nothing wrong with the applet. It works fine in xcode. I feel that xcode is a little clumsy so I rather make small programs in terminal.
javac Linser.java //works fine
java Linser.class //gives the following output
Exception in thread "main" java.lang.NoClassDefFoundError: Linser/class
there is nothing wrong with the applet. It works fine in xcode. I feel that xcode is a little clumsy so I rather make small programs in terminal.