1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-26 01:33:53 +02:00
cdt/debug/org.eclipse.cdt.debug.application.product
Marc-Andre Laperle 77045f1942 Bug 536023: NoClassDefFoundError for javax/xml/bind/DatatypeConverter
This package is marked for removal in Java 10 and in fact, is not found at
run time. Instead, use the javax.xml.bind plugin from Orbit.

javax.xml.stream is also needed by javax.xml.bind.

Change-Id: Ida10746267c814a8a11f2db7181dcb9e8ceaad44
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2018-06-26 11:05:28 -04:00
..
.project
about.html
build.properties
debug.product Bug 536023: NoClassDefFoundError for javax/xml/bind/DatatypeConverter 2018-06-26 11:05:28 -04:00
epl-v10.html
license.html
plugin_customization.ini
pom.xml [releng] Bump version to 9.6.0 2018-06-05 22:13:24 +01:00
README Stand-alone debugger for Mac OS X 2016-04-02 22:59:15 -04:00

This product is based on the CDT Stand-alone Debugger application found in
org.eclipse.cdt.debug.application. This product can be downloaded on its own, without the rest of
the C/C++ package which makes it much smaller. It also makes it easier to use because the user only
has to launch the executable after extracting the product. For example the product can be launched
by simply running: ./cdtdebug -e ~/myproject/bin/a.out arg1 arg2

You can find more information about command-line options in
org.eclipse.cdt.debug.application/scripts/README.

Note that this product is currently only built for the more popular architecture x86 and x86_64 on
Linux, Windows and Mac.