aspose file tools
The moose likes Developer Certification (SCJD/OCMJD) and the fly likes What else should be in code directory? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Certification » Developer Certification (SCJD/OCMJD)
Reply Bookmark "What else should be in code directory?" Watch "What else should be in code directory?" New topic
Author

What else should be in code directory?

Himai Minh
Ranch Hand

Joined: Jul 29, 2012
Posts: 287
The instruction.html says in the code directory , put the source code and all related part of the project.

What related part it should be?

The code directory should have source code. The unchanged database file should be outside the code directory.
The properties file should be created on the fly on the current working directory and it is not supposed to be submitted.

Thanks in advance.

Roel De Nijs
Bartender

Joined: Jul 19, 2004
Posts: 4349

Related parts could be images for your buttons or for your about dialog. So the code directory will be an exact copy of the src folder of your IDE. I didn't have anything else but java sources, so my code directory in the submission jar contained no related parts.


SCJA, SCJP (1.4 | 5.0 | 6.0), SCJD
http://www.javaroe.be/
Roberto Perillo
Bartender

Joined: Dec 28, 2007
Posts: 2212

Roel De Nijs wrote:I didn't have anything else but java sources, so my code directory in the submission jar contained no related parts.


Same here.


Cheers, Bob "John Lennon" Perillo
SCJP, SCWCD, SCJD, SCBCD - Daileon: A Tool for Enabling Domain Annotations
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: What else should be in code directory?
 
Similar Threads
include the compiled code in submission?
NX: Directory Structure
Launching From Command Line
Final Jar
built java source code ?