I want to use TextPad with leJOS [url]http://lejos.sourceforge.net/[/url] which is JAVA that runs on Lego Mindstorms.
How do I make TextPad use the leJOS compiler rather than javac?
leJOS
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
Can I change Registry?
I looked around for where TextPad might store Compiler, Run and Applet names and found them in the Registry.
They are at HKEY_CURRENT_USER/Software/Helios/TextPad 4/Tools/1,2 and 3.
Would it be alright to change them to the leJOS compiler? I can't find anyway within TextPad to change them as they are greyed out.
They are at HKEY_CURRENT_USER/Software/Helios/TextPad 4/Tools/1,2 and 3.
Would it be alright to change them to the leJOS compiler? I can't find anyway within TextPad to change them as they are greyed out.
Regards
Colin
Colin
- talleyrand
- Posts: 624
- Joined: Mon Jul 21, 2003 6:56 pm
- Location: Kansas City, MO, USA
- Contact:
Concatenation
LeJOS needs the following command to link:- lejoslink.bat -o HelloWorld.bin HelloWorld
I have put lejoslink.bat in the Command box and -o $BaseName&.bin $Basename in the Parameters box but it doesn't work. How do I concatenate $BaseName with .bin ?
I have put lejoslink.bat in the Command box and -o $BaseName&.bin $Basename in the Parameters box but it doesn't work. How do I concatenate $BaseName with .bin ?
Regards
Colin
Colin