[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

where is COM.odi- can't rebuild without it




tried to build ozone and these were my errors

..\..\src\DE\softwarebuero\ozone\test\DbTest.java:9: Superclass
DE.softwarebuero.ozone.core.DbObject of class
DE.softwarebuero.ozone.core.DbTest not found.
public class DbTest extends DbObject {
                            ^
..\..\src\DE\softwarebuero\ozone\cattell_PSE\Part.java:11: Package COM.odi
not found in import.
import COM.odi.*;
       ^
..\..\src\DE\softwarebuero\ozone\cattell_PSE\Connection.java:12: Package
COM.odi not found in import.
import COM.odi.*;
       ^
..\..\src\DE\softwarebuero\ozone\cattell_PSE\Cattell.java:12: Package
COM.odi not found in import.
import COM.odi.*;
       ^
Note: 5 files use or override a deprecated API.  Recompile with
"-deprecation" for details.
4 errors, 1 warning