Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 947245
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T23:03:10+00:00 2026-05-15T23:03:10+00:00

I have make (Windows SDK), nmake (Visual Studio) and make (CodeGear) Which version of

  • 0

I have make (Windows SDK), nmake (Visual Studio) and make (CodeGear)

Which version of make do I use to compile Java apps?
Where do I get this “make” from?
I downloaded the JDK and there is no make.
I searched around for something to compile a Java makefile.

What do you use, if you have a MAKEFILE and some *.java files?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T23:03:10+00:00Added an answer on May 15, 2026 at 11:03 pm

    Java projects rarely use make and makefiles. In fact, I’ve only ever seen this used once in practice however and that was 13 years ago, predating Java build tools. Instead Java projects use one of the two leading build tools.

    Based on your question I’m going to assume you have no particular reason to use make (in that you’re not trying to compile an existing project that only has a Makefile).

    Ant

    Ant is an XML-based scripting build tool that bears a little (but not a lot) similarity to a makefile in concept. An Ant build script will define a number of tasks. Those tasks will depend on other tasks. The tasks can include compiling Java source files, building jars and anything you like really.

    Ant is very flexible but also you end up writing a bunch of boilerplate over and over (between projects). No two moderately complex Ant projects are the same and dependencies can become a huge problem. By “dependencies” I’m not talking about source dependencies but dependencies on third-party libraries. Ant has another tool called Ivy for managing dependencies.

    Maven

    Maven is the other common build tool. Maven differs greatly from Ant in that Maven defines project types (archetypes) such as a Web application. When you choose one (or more) archetype for your project, it mandates a directory structure that is quite deep. For example:

    project-name
    +- src/
       +- main/
          +- java/
             +- com/example/project-name/
                +- Java source files
       +- test/
          +- tends to mirror above
    +- target/
       +- classes/
          +- com/example/project-name/
             +- Java class files
       +- test-classes/
          +- tends to mirror above
    ...etc...
    

    Now some people don’t like this, in part because some people just don’t like being told what to do (imho) but also for things like legacy reasons and other factors. Personally I consider it a good thing because once you’re familiar with any Maven Web application project, you can go to any other Maven Web application project and find your way around.

    Maven will also give you lots of standard commands to run, such as compile, test, install, etc.

    Maven is also useful for dependencies on third-party libraries. You declare these in your Maven project file and they are retrieved from repositories on the internet (and cached locally unless you set it up otherwise).

    So my advice is use one of these two. You may be used to Makefiles if you come from a C/C++ background but it isn’t really the Java way. Like I said, you may have reason to use make with Java such as an existing project but for any new project you should absolutely use Ant or Maven instead, in my opinion.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 478k
  • Answers 478k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer My client wrote JDBC driver, so BI Publisher thinks it… May 16, 2026 at 5:31 am
  • Editorial Team
    Editorial Team added an answer You are using $SESSION you need to be using $_SESSION May 16, 2026 at 5:31 am
  • Editorial Team
    Editorial Team added an answer Sure it can be done. Good idea if you just… May 16, 2026 at 5:31 am

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.