| 58 | |
| 59 | === I get Java compilation errors. === |
| 60 | |
| 61 | * If, during '''make''', you get errors like this: |
| 62 | {{{ |
| 63 | javac -d bin src/org/odmg/*.java src/rasj/*.java src/rasj/global/*.java src/rasj/clientcommhttp/*.java src/rasj/odmg/*.java src/rasj/rnp/*.java |
| 64 | Exception in thread "main" java.lang.NoSuchFieldError: java/util/zip/Inflater.strm |
| 65 | ...many more lines... |
| 66 | }}} |
| 67 | |
| 68 | then make sure you use the [http://www.oracle.com/technetwork/java/javase/overview/index-jsp-136246.html SUN Java 6 SDK] and not the IBM one (which seems to come preinstalled on some distributions, and is buggy). |