B4J Question Could not find or load main class @release_java_modules.txt

dieterp

Active Member
Licensed User
Longtime User
I have a B4J app that I'm building as a standalone package. When I try run it on a new laptop I get the error "Could not find or load main class @release_java_modules.txt". Attached is a screenshot of the run_debug.bat file. Anyone who can assist please?

error_image.jpg
 

DonManfred

Expert
Licensed User
Longtime User
For example:
If you want to run the run_debug.bat in this Path
dopus_Fv1kU9TRzf.png

you have to open a command-prompt "in this Folder".

If you just open one then the path is C:\windows\System32 or your userfolder.


in my case i have to switch the drive and then chdir to the correct folder
e:
chdir E:\ORC\BotWatchDog\Objects\temp\build

You are now in the correct path. you can run run the debug_bat from here
run_debug.bat

PD: You need to use the right paths on your PC for sure :D
 
Upvote 0
Top