Open
Conversation
In environments where Java is in the PATH but not installed from Oracle, Mesquite_Starter.exe fails to find the Java environment and refuses to start Mesquite. This is interpreted that Mesquite_Starter.exe is based on Launch4j v3.14, which seeks information from the registry and fails to find Java. (The Launch4j v3.50 news mentions this, and updating Launch4j is expected to make the exe work in more divergent environments). In such environments, Mesquite can be executed from a command line or batch file. However, with the example bat file in the distribution, xml parse related error prevented execution of accompanied apps such as mafft to work. The key change in this proposal is adding Mesquite_Starter.exe to the classpath, which was found effective to avoid the XML parse errors. The arguments are based on the "Launcher args" described in the debug log file (launch4j.log) created by "Mesquite_Starter.exe --l4j-debug".
Contributor
|
Thank you for this!
Wayne
… On Jan 19, 2026, at 20:32, tomoakin ***@***.***> wrote:
[CAUTION: Non-UBC Email]
On windows systems where Java is in the PATH but not installed from Oracle, Mesquite_Starter.exe fails to find the Java environment and refuses to start Mesquite. This is interpreted that Mesquite_Starter.exe is based on Launch4j v3.14, which seeks information from the registry and fails to find Java, even if the java fulfill the required version, for example those from openjdk or microsoft. (The Launch4j v3.50 news mentions this, and updating Launch4j is expected to make the exe work in more diverse environments).
On such systems, Mesquite can be executed from a command line or batch file. However, with the example bat file in the distribution, xml parse related error prevented execution of accompanied apps such as mafft to work.
The key change in this proposal is adding Mesquite_Starter.exe to the classpath, which was found effective to avoid the XML parse errors. The arguments are based on the "Launcher args" described in the debug log file (launch4j.log) created by "Mesquite_Starter.exe --l4j-debug". Therefore the -jar Mesquite.jar are removed and start.Mesquite was added.
You can view, comment on, or merge this pull request online at:
#132
Commit Summary
• 0230ed2 Update Mesquite_Starter.bat
File Changes
(1 file)
• M Executables/All OSs - Scripts, Options, and Instructions to Users/Windows/RunningOptions/Mesquite_Starter.bat (8)
Patch Links:
• https://github.com/MesquiteProject/MesquiteCore/pull/132.patch
• https://github.com/MesquiteProject/MesquiteCore/pull/132.diff
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
On windows systems where Java is in the PATH but not installed from Oracle, Mesquite_Starter.exe fails to find the Java environment and refuses to start Mesquite. This is interpreted that Mesquite_Starter.exe is based on Launch4j v3.14, which seeks information from the registry and fails to find Java, even if the java fulfill the required version, for example those from openjdk or microsoft. (The Launch4j v3.50 news mentions this, and updating Launch4j is expected to make the exe work in more diverse environments).
On such systems, Mesquite can be executed from a command line or batch file. However, with the example bat file in the distribution, xml parse related error prevented execution of accompanied apps such as mafft to work.
The key change in this proposal is adding Mesquite_Starter.exe to the classpath, which was found effective to avoid the XML parse errors. The arguments are based on the "Launcher args" described in the debug log file (launch4j.log) created by "Mesquite_Starter.exe --l4j-debug". Therefore the -jar Mesquite.jar are removed and start.Mesquite was added.