My project is finished but lecturer demands everything in one file i created multiple to help ease everything and now cant combine them

Recommended Answers

All 3 Replies

This graphic is not too helpful. Is this a programming project, or something else?

If uyou have multiple public classes (as is normally the case) then you must have multiple .java source files. You could put them all in a single .zip file.

or, better yet, a .jar file, with a correct manifest file, that points to your main method.
it is possible to put it all in one .java file, but it would be ridiculous.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.