Skip to content

Commit

Permalink
New links for downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
nlfiedler committed Jan 26, 2014
1 parent 32d9938 commit 5922a59
Showing 1 changed file with 19 additions and 14 deletions.
33 changes: 19 additions & 14 deletions README.md
@@ -1,23 +1,27 @@
## Java Debugger ##

JSwat is a graphical Java debugger front-end, written to use the Java Platform
Debugger Architecture and based on the NetBeans Platform. JSwat is open-source
software and is freely available in both binary and source code form. Its
features include sophisticated breakpoints; colorized source code display with
code navigator; movable display panels showing threads, call stack, visible
variables, and loaded classes; command interface for more advanced features;
and Java-like expression evaluation, including method invocation.
JSwat is a graphical Java debugger front-end, written to use the Java
Platform Debugger Architecture and based on the NetBeans Platform. Its
features include sophisticated breakpoints; colorized source code display
with code navigator; movable display panels showing threads, call stack,
visible variables, and loaded classes; command interface for more advanced
features; and Java-like expression evaluation, including method invocation.

## Downloads ##

For the time being, the compiled binaries of JSwat are still available on
[Google Code](https://code.google.com/p/jswat/downloads/list). However,
that will have to change due to the change in policy regarding downloads
hosting on Google Code.
The compiled binaries and installers for milestone releases are available from
Google Drive: [JSwat Downloads](https://drive.google.com/folderview?id=0B8-CbCFlTA3nOVhZREhIcXBvT2c&usp=sharing)

The `-cli` files are special versions of JSwat compiled for use on a text-
based console. The other files should be self-evident: installers for the
various platforms, and zip files for those where an installer is not
available or desirable. Source for each release is available from the
Releases page, and via tags in the source repository.

## Getting Help ##

Asking for help is as easy as posting a message to the jswat-discuss Google
Asking for help is as easy as posting a message to the
[jswat-discuss](https://groups.google.com/forum/#!forum/jswat-discuss) Google
Group. Be sure to read the README file that is included with JSwat, the
troubleshooting section of the Installation instructions, as well as any
pertinent help topics, before asking questions.
Expand All @@ -26,11 +30,12 @@ pertinent help topics, before asking questions.

If you would like to contribute to the development of JSwat, please have a
look at the developer documentation in the source tree (under docs/dev) for
all the information needed to build, update, and release JSwat.
all the information needed to build JSwat.

## Built on NetBeans ##

JSwat is built on the NetBeans Platform, using the NetBeans IDE.
JSwat is built on the [NetBeans Platform](https://netbeans.org/features/platform/),
using some additional modules from the NetBeans IDE.

## License ##

Expand Down

0 comments on commit 5922a59

Please sign in to comment.