nageshwm
(nageshwm *)
1
Hi,
I am having a java service with source code, I moved that java services to another package, when I try to recompile it I am getting errors like
C:\webMethods6\IntegrationServer\packages\SG001_JnJ_Common\code\source\SG001_JnJ_Common\Utils\File.java:231: cannot resolve symbol
C:\webMethods6\IntegrationServer\packages\SG001_JnJ_Common\code\source\SG001_JnJ_Common\Utils\Date.java:552: incompatiable types found:java.util.date
Can any body help me on this…
Thanks,
Nageswar.
for the first one, pls check whether, File.java service exists in the utils folder.
tremhug
(tremhug *)
3
You have to make sure that the shared code is also copied (imports, shared code, etc) This is under the shared tab.
H