Java Command Line Tool Download Mac



Press a key to close the command window; Go to Java.com and download and install Java by following the instructions. (if required) Change the PATH environment variable so that it points to the new JRE. Go to the /bin folder that contains java.exe, and copy the pathname (for example, C: Program Files Java j2re). However, the system may warn you the first time you run a Java command-line tool. Running a Java Command-Line Tool for the First Time. When you run a command-line tool for the first time (such as java), depending on which app (such as Safari or Firefox) you used to download the installer, a window may appear with text similar to the following.

Official release

release 20200501

Java Command Line Tool Download Mac
FileSize# of Downloads
fitnesse-standalone.jar4863202 bytes4024

Note: As of release 20121220, FitNesse comes in 2 flavours:
  • Fitnesse.jar is for use in Maven or Ivy.
  • Users who just want to run FitNesse by itself should download fitnesse-standalone.jar which comes with all dependencies (support libraries) included.

You can also find FitNesse in the Maven Central Repository.

FitNesse includes slf4j-jdk14, an slf4j implementation, to write its logging. Users who want to use a different logging implementation should exclude slf4j-jdk14 so there will be no conflicts.


Source

The source Code can be found on GitHub: http://github.com/unclebob/fitnesse

What's next

It really takes very little time and effort to get FitNesse running on your machine.
  1. Click on the most recent fitnesse-standalone.jar file.
    • If this is a brand new installation, just put it in some convenient empty directory.
    • If this is an update, then copy it on top of the old fitnesse(-standalone).jar in your current installation.
  2. Type java -jar fitnesse-standalone.jar
    • It will ask you to be patient as it installs or updates.
    • Your shell should respond with something like this:
  3. Start up a browser and go to http://localhost
  4. The main FitNesse screen should come up. That's it. You're ready to start using FitNesse.

It didn't work!

Most likely you have another web server running. Web servers default to port 80, so if another one is running on your machine you'll have to specify another port via a CommandLineOption[?]. Try this command: java -jar fitnesse-standalone.jar -p 8080
Then point your browser to http://localhost:8080

Still no? Open me up.

What to Do If You Have the Wrong Java Runtime Environment

  • Release 20190119 and later require Java 8
  • Release 20160515 and later require Java 7
  • Release 20090818 and later require Java 6
  • Release 20060719 and later require Java 5

FitNesse requires version 1.8 or later of the Java Runtime Environment (JRE). If you see the messages:
JavaThen you need to download and install version 8 or 9 of the JRE. Follow these steps:
  • Press a key to close the command window
  • Go to Java.com and download and install Java by following the instructions.
  • (if required) Change the PATH environment variable so that it points to the new JRE.
    • Go to the /bin folder that contains java.exe, and copy the pathname (for example, C:Program FilesJavaj2re<version>)
    • Go to Settings>Control Panel>System>Advanced>Environment Variables>PATH>Edit
    • Paste in that same complete pathname
    • Save the PATH environment variable, and close the System control panel
    • Start FitNesse again as described above

What to do if Apache Velocity is not found

There are two builds of the FitNesse binary:
  • fitnesse.jar contains only the fitnesse code, no dependencies. This is the version you use if you're using a dependency management system like Maven or Apache Ivy.
  • fitnesse-standalone.jar is the big one-has-all jar file containing FitNesse and support libraries.

If you're seeing this:
You probably want the latter.

Learning More

If you have not yet done so, check out the Two Minute Example. To learn more about what FitNesse acceptance testing is all about, see AcceptanceTests. If you are ready to start creating FitNesse pages and test tables, check out EditingFitNessePages[?] and CreatingTestTables[?].

Memory Issues.

When you use FitNesse extensively, some operations take more than the default memory allocated to the JVM. This can cause tests to fail for out of heap space reasons. You can fix this by adding the -Xmx100M JVM argument to the java command line when you start FitNesse. java -Xmx100M -jar fitnesse.jar.

Memory issues and the build.

If you build FitNesse from source, the ant script may fail for out of heap space reasons. You can fix this by setting the ANT_OPTS environment variable to -Xmx100M.

Old Releases

release 20200404

FileSize# of Downloads
fitnesse-standalone.jar4863200 bytes1490

release 20200308

FileSize# of Downloads
fitnesse-standalone.jar4862055 bytes1663

release 20200307

FileSize# of Downloads
fitnesse-standalone.jar4861106 bytes722

release 20200304

FileSize# of Downloads
fitnesse-standalone.jar4861525 bytes843

release 20200205

FileSize# of Downloads
fitnesse-standalone.jar4722256 bytes2218

release 20200128

FileSize# of Downloads
fitnesse-standalone.jar4714880 bytes1145

release 20200108

FileSize# of Downloads
fitnesse-standalone.jar4715332 bytes3957

release 20191229

FileSize# of Downloads
fitnesse-standalone.jar4715242 bytes1017

release 20191217

FileSize# of Downloads
fitnesse-standalone.jar4704014 bytes1192

release 20191110

FileSize# of Downloads
fitnesse-standalone.jar4703770 bytes1512

release 20190716

FileSize# of Downloads
fitnesse-standalone.jar4703786 bytes3531

release 20190628

FileSize# of Downloads
fitnesse-standalone.jar4701163 bytes1884

release 20190620

FileSize# of Downloads
fitnesse-standalone.jar4691238 bytes1503

release 20190508

FileSize# of Downloads
fitnesse-standalone.jar4691374 bytes3108

release 20190428

FileSize# of Downloads
fitnesse-standalone.jar4691184 bytes22682

release 20190421

FileSize# of Downloads
fitnesse-standalone.jar4690872 bytes1423

release 20190418

FileSize# of Downloads
fitnesse-standalone.jar4690743 bytes1298

release 20190417

FileSize# of Downloads
fitnesse-standalone.jar4691006 bytes1198

release 20190416

FileSize# of Downloads
fitnesse-standalone.jar4687660 bytes1252

release 20190409

FileSize# of Downloads
fitnesse-standalone.jar4687478 bytes1032

release 20190406

FileSize# of Downloads
fitnesse-standalone.jar4687305 bytes1317

release 20190224

FileSize# of Downloads
fitnesse-standalone.jar4687210 bytes4359

release 20190216

FileSize# of Downloads
fitnesse-standalone.jar4687107 bytes1523

release 20190202

FileSize# of Downloads
fitnesse-standalone.jar4686420 bytes1765

release 20190127

FileSize# of Downloads
fitnesse-standalone.jar4686319 bytes1546

release 20190119

FileSize# of Downloads
fitnesse-standalone.jar4675654 bytes3270

release 20190118

FileSize# of Downloads
fitnesse-standalone.jar5010162 bytes1332

release 20180127

FileSize# of Downloads
fitnesse-standalone.jar4993767 bytes26572

release 20161106

FileSize# of Downloads
fitnesse-standalone.jar4959084 bytes451128

release 20160618

FileSize# of Downloads
fitnesse-standalone.jar4924145 bytes16816

release 20160515

FileSize# of Downloads
fitnesse-standalone.jar4914077 bytes13163

release 20151230

FileSize# of Downloads
fitnesse-standalone.jar4918563 bytes20074

release 20150814

FileSize# of Downloads
fitnesse-standalone.jar9216403 bytes23835

release 20150424

FileSize# of Downloads
fitnesse-standalone.jar9079776 bytes20155

release 20150226

FileSize# of Downloads
fitnesse-standalone.jar9045071 bytes13751

release 20150114

FileSize# of Downloads
fitnesse-standalone.jar8978396 bytes13273

release 20140901

FileSize# of Downloads
fitnesse-standalone.jar7656981 bytes20037

release 20140630

FileSize# of Downloads
fitnesse-standalone.jar6323081 bytes10548

release 20140623

FileSize# of Downloads
fitnesse-standalone.jar6325707 bytes4932

release 20140418

FileSize# of Downloads
fitnesse-standalone.jar6309648 bytes13362

release 20140201

FileSize# of Downloads
fitnesse-standalone.jar6871194 bytes424

release 20131110

FileSize# of Downloads
fitnesse-standalone.jar7055875 bytes999

release 20130530

FileSize# of Downloads
fitnesse-standalone.jar5377751 bytes22593

release 20111026

FileSize# of Downloads
fitnesse.jar4209712 bytes63297

release 20110104

FileSize# of Downloads
fitnesse.jar4174913 bytes45516

release 20101101

Command Line Tool Windows

FileSize# of Downloads
fitnesse.jar4038994 bytes15681

release 20100303

FileSize# of Downloads
fitnesse.jar3966113 bytes37961

release 20100103

FileSize# of Downloads
fitnesse.jar3918055 bytes16083

release 20091121

FileSize# of Downloads
fitnesse.jar4822762 bytes10434

release 20090818

FileSize# of Downloads
fitnesse.jar4777069 bytes35653

release 20090709

FileSize# of Downloads
fitnesse.jar5326568 bytes13279

release 20090513

FileSize# of Downloads
fitnesse20090513.zip22333643 bytes23684

Tool

Apple Command Line Tool

release 20090321

FileSize# of Downloads
fitnesse.jar1066873 bytes7100
fitnesse20090321.zip13715647 bytes23158

release 20090214

FileSize# of Downloads
fitnesse.jar1005205 bytes7152
fitnesse20090214.zip7695116 bytes37263
fitnesse_src20090214.zip5729014 bytes33103

release 20090112

FileSize# of Downloads
fitnesse.jar984868 bytes6996
fitnesse20090112.zip7558908 bytes8514
fitnesse_src20090112.zip5654090 bytes5755

release 20081201

FileSize# of Downloads
fitnesse.jar870421 bytes793
fitnesse20081201.zip6210294 bytes436
fitnesse_src20081201.zip5572459 bytes422

release 20081115

FileSize# of Downloads
fitnesse.jar868938 bytes6640
fitnesse20081115.zip6188491 bytes7704
fitnesse_src20081115.zip5569678 bytes4774

release 20080812

FileSize# of Downloads
fitnesse.jar736137 bytes7745
fitnesse20080812.zip5856554 bytes12338
fitnesse_src20080812.zip5484115 bytes6673

release 20080702

FileSize# of Downloads
fitnesse.jar695739 bytes315
fitnesse20080702.zip1969594 bytes222
fitnesse_src20080702.zip3579035 bytes216

release 20070619

FileSize# of Downloads
fitnesse.jar663683 bytes11288
fitnesse20070619.zip1874663 bytes32238
fitnesse_src20070619.zip3948325 bytes37954

release 20060719

FileSize# of Downloads
fitnesse.jar495037 bytes10494
fitnesse20060719.zip1517539 bytes90333
fitnesse_src20060719.zip3620673 bytes9949

release 20050731

FileSize# of Downloads
fitnesse.jar475255 bytes10918
fitnesse20050731.zip1269717 bytes22945
fitnesse_src20050731.zip3308056 bytes11190

release 20050405

Mac Install Command Line Tools

FileSize# of Downloads
fitlibrary.jar123526 bytes10088
fitnesse.jar468725 bytes9706
fitnesse20050405.zip1162944 bytes9203
fitnesse_src20050405.zip1801536 bytes6827

Install Command Line Tools

release 20050301

FileSize# of Downloads
fitnesse20050301.zip1062799 bytes6340
fitnesse_src20050301.zip3362842 bytes6100

Keyboard Shortcuts ?

Java
  • General

  • tTest page or suite
  • eEdit page
  • vView page (after test)
  • aAdd new page
  • Go To

  • g uUser Guide
  • g qQuick Reference Guide
  • g fFull Reference Guide
  • g cRecent Changes
  • Edit Mode

  • CTRL+sSave page
  • ESCCancel edit
  • Tools

  • pProperties
  • wWhere used?
  • AK+vVersions
  • AK+hPage History
  • /Focus on search bar
  • sOpen search page


You can download the Xcode command-line tools in either of two ways:

To install the necessary Xcode tools using Xcode on the Mac:

  1. Start Xcode on the Mac.
  2. Choose Preferences from the Xcode menu.
  3. In the General panel, click Downloads.
  4. On the Downloads window, choose the Components tab.
  5. Click the Install button next to Command Line Tools.
    You are asked for your Apple Developer login during the install process.

To install the necessary Xcode tools from the Web:

You can download the Xcode command line tools directly from the developer portal as a .dmg file.

  1. On the Mac, go to https://developer.apple.com/downloads/index.action
    You are asked for your Apple Developer login during the install process.
  2. On the 'Downloads for Apple Developers' list, select the Command Line Tools entry that you want.

See Also