I'm having a problem with BON (github version), when I try to run it BON comes up with an error that says:
Could not find the main class:
immibis.beardedoctonemesis.gui.GuiMain. Program will exit.
Could anyone help me?
Using BON [SOLVED]
Started by sirdabalot, Nov 16 2012 01:02 AM
2 replies to this topic
#1
Posted 16 November 2012 - 01:02 AM
#2
Posted 16 November 2012 - 01:35 AM
Create a .bat file in the same folder as 'immibis', so that it'd look something like this:
SOME_PATH_IN_YOUR_COMPUTERimmibis
SOME_PATH_IN_YOUR_COMPUTERstartgui.bat
Then write this into the .bat file:
Alternatively you can do the same with a link-file, whatever strikes your fancy.
/>
Edit:
To explain a bit more: It basically tells you that it couldn't find the path in relation to your current one.
That means you can simply change the path from which you are calling the GUI to the one from where calling immibisbeardedoctonemesisguiGuiMain would be possible, i.e. one folder above 'immibis'.
And Kudos again @immibis for making such a nice tool. Makes life a lot easier.
/>
SOME_PATH_IN_YOUR_COMPUTERimmibis
SOME_PATH_IN_YOUR_COMPUTERstartgui.bat
Then write this into the .bat file:
@echo off java immibis.beardedoctonemesis.gui.GuiMain
Alternatively you can do the same with a link-file, whatever strikes your fancy.
Edit:
To explain a bit more: It basically tells you that it couldn't find the path in relation to your current one.
That means you can simply change the path from which you are calling the GUI to the one from where calling immibisbeardedoctonemesisguiGuiMain would be possible, i.e. one folder above 'immibis'.
And Kudos again @immibis for making such a nice tool. Makes life a lot easier.
Edited by Espen, 16 November 2012 - 01:40 AM.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users












