Folder placement in J2EE
I am a consultant that hired a JAVA programmer who ditched the project and left me with an archive containing three folders:
dist folder -> containing a jar file, xml config file, and a lib folder containing another jar file and swing-layout-1.0.jar
META-INF -> containing MANIFEST.MF
projectname -> containing all the class files
I know how to program in JAVA, but am not too familiar with J2EE.
I need to know where to put the files in J2EE so that I can open the project, make some changes, and recompile it.
Message was edited by:
iamroot

