This message was posted by a user wishing to remain anonymous
Hello team,
We need service accounts updated on time. We have custom source from Reltio which has build issues. This is a standalone Java application and does not have any binary and use any build tools. The necessary files for client credentials are updated. However the process wont take the new class.
Directory structure:
config
logs
bin
lib
classes
database
Following project build error :
Getting the below package error
/opt/cloudhost/esp/ihub/classes/com/interfaces/ProcessVendors.java:9: error: package com.interfaces.util does not exist
import com.interfaces.util.Log4jLogger;
^
/opt/cloudhost/esp/ihub/classes/com/interfaces/ProcessVendors.java:10: error: package com.interfaces.util.db does not exist
import com.interfaces.util.db.DBUtility;
The packages do exist. How to build the project without any dependency issues of packages.
Any help will be highly appreciated.