Hello,
I’m recently having the following problem.
When I try to compile a program with
javac -classpath "/home/nico/extrajars/jogl/*:." HoofdDraad.java
the following message appears:
incorrect classpath: /home/nico/extrajars/jogl/*
This used to work for me!
Both gluegen-rt.jar and jogl.jar are in /home/nico/extrajars/jogl/ ,
Normally I compile java-programs in Eclipse, so it can be that this problem is not that recent.
I can run programs with
java -classpath "/homenico/extrajars/jogl/*:." HoofdDraad
java -version gives me
java version "1.6.0_03"
Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode, sharing)
and I’m working with Xubuntu 7.04.
I believe it’s a bug but I’m unsure.
