Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 427 Bytes

determine-whether-you-are-using-your-own-custom-created-shared-java-ee-libraries.md

File metadata and controls

12 lines (9 loc) · 427 Bytes
author ms.author ms.date
KarlErickson
edburns
1/21/2020

Determine whether you are using your own custom created Shared Java EE Libraries

If you're using the Shared Java EE library feature, you have two options:

  • Refactor your application code to remove all dependencies on your libraries, and instead incorporate the functionality directly into your application.
  • Add the libraries to the server classpath.