From: Petri <he...@lu...> - 2000-06-19 16:28:37
|
Sven Goethel wrote: > > Petri Heinilä wrote: > > > > I have problems getting demos compiled: > > > cd demos && make > > javac -deprecation glOlympicCvsApplet.java 2>&1 | tee -a errors > > glOlympicCvsApplet.java:11: Class olympicCvs not found. > > olympicCvs cvsOlympic = null; > > ^ > > [and more not found errors] > > .. > > Boy boy boy, > > there must exist a file olympicCvs.java, > which should exist in the same directory and should be compiled > automatically ! > Otherwise, just fire an > java *.java <CR> Ok, added to makefile: .java.class: $(JAVAC) -deprecation -sourcepath . $< and got it compiled. But now when running: > java glDemosCvs Exception in thread "main" java.lang.NoClassDefFoundError: glDemosCvs -- email: Pet...@lu... www: http://www.lut.fi/~hevi/ gsm: +358 40 52 77 589 irc: hevi (IRCnet) |