(Java, BricxCC) Unable to create process bash

304 views Asked by At

I would like to get a .rxe file (Mindstorms Bytecode) from a .java file. I downloaded BricxCC but every time I try to compile my test.java with the program, I get an error message:

Unable to create process:
bash "C:\Program Files (x86)\BricxCC\test.cmd"
Make sure bash is in a directory on the system path or in the same directory as the
controlling program (C:\Program Files (x86)\BricxCC\).

I tried modifying the Java compiler settings in the preferences but everything looks fine. Does anyone have an idea?

(This guy has the same problem : http://www.sluse.com/view/20935057)

1

There are 1 answers

6
DavidPostill On

Reference Downloading

(Optional) To enable RCX brickOS C/C++/Pascal support and leJOS Java support you can now download an all-in-one setup executable which installs a small subset of cygwin along with pre-built H8 tools. NOTE: If you get an error when you try to run the installer that it is missing BricxCCSetupCygwin.002 that means the download did not complete successfully. Please try to download it again during off-peak hours or using a download manager utility of some sort. Once you have successfully downloaded and installed the cygwin configuration and H8 compiler tools then install the minimal brickOS and leJOS for BricxCC and you are ready to go (except for leJOS, which still needs to have a separately installed Java Developers Kit).

The Cygwin subset includes bash. Did you download and install this optional version?