Changes between Version 80 and Version 81 of FAQ


Ignore:
Timestamp:
Nov 10, 2011, 7:55:51 AM (13 years ago)
Author:
Peter Baumann
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v80 v81  
    5656$ make install
    5757}}}
     58
     59=== I get Java compilation errors. ===
     60
     61 * If, during '''make''', you get errors like this:
     62{{{
     63javac -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
     64Exception 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).
    5869
    5970