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

[622 byte] By [iamroot] at [2007-11-26 9:12:14]
# 1
Just use JSE8 to create new web/enterprise project and copy your files into structure created.
Jin_B at 2007-7-6 23:33:31 > top of Java-index,Development Tools,Java Tools...