Reorganization.java:34:
Publicado por alexandre (1 intervención) el 05/04/2006 20:00:56
Tengo un Err Al impactar :
datos- Servidor local apache tomcat 5.0
-jdbc a INFORMIX
errror
icrosoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.
Compiling GXcfg.java
Compiling gxcrtdb.java
Compiling gxrgza.java
Compiling gxrgzb.java
Compiling gxrgzc.java
Compiling Reorganization.java
Reorganization.java:18: cannot resolve symbol
symbol : class GXcfg
location: class Reorganization
super(GXcfg.class);
^
Reorganization.java:34: cannot resolve symbol
symbol : class gxcrtdb
location: class Reorganization
new gxcrtdb( getHandle()).execute();
^
Reorganization.java:35: cannot resolve symbol
symbol : class gxrgza
location: class Reorganization
new gxrgza( getHandle()).execute();
^
Reorganization.java:36: cannot resolve symbol
symbol : class gxrgzb
location: class Reorganization
new gxrgzb( getHandle()).execute();
^
Reorganization.java:37: cannot resolve symbol
symbol : class gxrgzc
location: class Reorganization
new gxrgzc( getHandle()).execute();
^
5 errors
NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x1'
Stop.
Compilation Failed
0 Success - 1 Errors
datos- Servidor local apache tomcat 5.0
-jdbc a INFORMIX
errror
icrosoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.
Compiling GXcfg.java
Compiling gxcrtdb.java
Compiling gxrgza.java
Compiling gxrgzb.java
Compiling gxrgzc.java
Compiling Reorganization.java
Reorganization.java:18: cannot resolve symbol
symbol : class GXcfg
location: class Reorganization
super(GXcfg.class);
^
Reorganization.java:34: cannot resolve symbol
symbol : class gxcrtdb
location: class Reorganization
new gxcrtdb( getHandle()).execute();
^
Reorganization.java:35: cannot resolve symbol
symbol : class gxrgza
location: class Reorganization
new gxrgza( getHandle()).execute();
^
Reorganization.java:36: cannot resolve symbol
symbol : class gxrgzb
location: class Reorganization
new gxrgzb( getHandle()).execute();
^
Reorganization.java:37: cannot resolve symbol
symbol : class gxrgzc
location: class Reorganization
new gxrgzc( getHandle()).execute();
^
5 errors
NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x1'
Stop.
Compilation Failed
0 Success - 1 Errors
Valora esta pregunta


0