Commit graph

18 commits

Author SHA1 Message Date
ghidraffe
d79a1a9c34 GP-0: Allow special characters
in cli args to launch.bat. The question mark character was preventing
args from being passed to GhidraLaunchables.
2023-10-03 13:25:38 -04:00
Ryan Kurtz
0069538469 GP-3140: Ghidra can now run from development/repository mode using Gradle's compiled classes/jars, instead of just relying on Eclipse's compilation output 2023-03-03 16:02:58 -05:00
Ryan Kurtz
af042aa2d1 GP-2987: Fixing a few launch issues (#4872, Closes #4893) 2023-01-13 07:50:53 -05:00
Xiaoyin Liu
dd8c0c627d
Fix typo in launch.bat help message
Related to 5db208df2e
2022-08-18 11:48:23 +04:00
Ryan Kurtz
4491a0fd6e GP-2301: Each launch script can now specify if they require a JDK or JRE
to run.  Allows svrAdmin to run with just a JRE, like the GhidraServer.
2022-08-12 03:39:36 -04:00
Ryan Kurtz
6b8813dbbc GP-1607: Fixed the "ERROR StatusLogger Reconfiguration failed" message
that appeared in the log when Ghidra was launched with
support/ghidraDebug.
2021-12-15 08:58:14 -05:00
Ryan Kurtz
e088d2a4ea GP-1304: Removing illegal access to java.desktop/sun.awt.X11. Has side
effect of changing application name on Linux from "Ghidra" to
"ghidra.Ghidra".
2021-09-23 14:42:11 -04:00
Dominic Della Valle
2296256464 Fix: handle whitespace paths for Windows launchers 2021-07-12 08:09:41 -04:00
Ryan Kurtz
38edc05f81 GP-1057: Preventing Ghidra from launching when path contains !. Also
updating Installation Guide's "Known Issues" section.
2021-06-22 13:45:48 -04:00
Ryan Kurtz
a1229a1e56 GP-1050: Removing backslash from SUPPORT_DIR 2021-06-16 11:48:57 -04:00
Mirco Cailotto
c98e6fe3bb
Fix #2176 removing both backslash from path
As suggested #3121 squashed and rebased on brach Ghidra_10.0.
Thanks to @topia for fix a missing \
2021-06-09 20:02:55 +02:00
Ryan Kurtz
dc40114ee5 GP-815: New error message in launch.bat and launch.sh to make it more clear what the problem is when launching in dev mode when nothing has been compiled yet. 2021-03-30 14:28:23 -04:00
dragonmacher
ca2a6bbb0a Updated remote vm debug command-line options 2021-03-23 13:45:33 -04:00
Xiaoyin Liu
61096c5fdf Add one more missing quote around JAVA_CMD 2021-02-18 15:04:41 -05:00
Xiaoyin Liu
4602ff4646 Add missing quotes in launch.bat
When set Windows environment variables, they need to be quoted if
special characters like & exists in path.

Fixes #1726
2021-02-18 15:04:38 -05:00
Xiaoyin Liu
6d0055c7fb
Avoid potentially running wrong files in launch.bat
Use full path for "timeout.exe", "tasklist.exe" and "findstr.exe", so that even if there are executables with same names in the user's %PATH% directories, we always run the ones from System32.
2020-03-06 19:18:45 +08:00
adamopolous
b4d3f7a89f changed "find" command to "findstr" in windows launcher 2020-03-04 18:08:52 -05:00
Dan
79d8f164f8 Candidate release of source code. 2019-03-26 13:46:51 -04:00