lbrtchx@hotmail.com schreef:
> // - - - - - - - - - - - - - - - - code
> import java.io.*;
[quoted text clipped - 28 lines]
> .
> http://java.sun.com/j2se/1.5.0/docs/api/java/util/ArrayList.html
First of: your style is terrible. Please stick to the name and case
conventions.
> // - - - - - - - - - - - - - - - - errors
> sh-3.1# javac *.java
[quoted text clipped - 15 lines]
> 5 errors
> // - - - - - - - - - - - - - - - -
You need java 5.0 to compile this code. It seems you are trying to
compile it with an old java.
H.
- --
Hendrik Maryns
http://tcl.sfs.uni-tuebingen.de/~hendrik/
==================
http://aouw.org
Ask smart questions, get good answers:
http://www.catb.org/~esr/faqs/smart-questions.html
lbrtchx@hotmail.com - 30 Nov 2006 19:50 GMT
> You need java 5.0 to compile this code ...
: Well, actually I was using jdk .5.X
.
lbrtchx
heysc0tt@gmail.com - 30 Nov 2006 20:43 GMT
Looks like the problem is your method LSet00 which should be defined as
"void LSet00(..."
After resolving the method definition problem I was able to compile and
run using version 1.5.0_09.
Scott
On Nov 30, 11:50 am, lbrt...@hotmail.com wrote:
> > You need java 5.0 to compile this code ... : Well, actually I was using jdk .5.X
> .
> lbrtchx