Sorry the code got truncated; I should probably have posted directly to
the list.
Here's the code again:
:JAVA_SYMLINK_FIX
rem set JAVA_EXE to whatever java.exe is found via the path
call :FIND_IN_PATH JAVA_EXE java.exe
rem set TRUE_JAVA_EXE to th
In the batch file I'm using to run Doxygen, I've now added the following
subroutine to get around the problem:
--
--
If you need to use doxywizard to actually run Doxygen (as opposed to just
generating a config file for it), you could launc
Christoph Lipka wrote
> Am 01.07.2015 um 18:32 schrieb rkennerly:
>> MikePelley wrote
>>> I am trying to use the doxywizard with PlantUML. PlantUML works fine by
>>> itself. But when the doxywizard gets to the step to invoke PlantUML, it
>>> throws up a dialog saying "choose the program you want
Am 01.07.2015 um 18:32 schrieb rkennerly:
MikePelley wrote
I am trying to use the doxywizard with PlantUML. PlantUML works fine by
itself. But when the doxywizard gets to the step to invoke PlantUML, it
throws up a dialog saying "choose the program you want to use to open this
file: java.exe".
MikePelley wrote
> I am trying to use the doxywizard with PlantUML. PlantUML works fine by
> itself. But when the doxywizard gets to the step to invoke PlantUML, it
> throws up a dialog saying "choose the program you want to use to open this
> file: java.exe". Why is it trying to "open" java.exe