Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Setting up RuneMate with Geany

Joined
Dec 12, 2014
Messages
4
Hey, I just switched to Ubuntu and I cant find out how to import the RuneMate directories. Any help would be appreciated. I'm using Geany as my IDE.

Never mind, I found the Eclipse download my bad!
 
Discretion is advised
Joined
Jan 2, 2014
Messages
306
Ugh I seriously recommend you to try installing Eclipse IDE instead, we are more used to it, not sure if you'll get an effective answer for that IDE
 
Joined
Dec 12, 2014
Messages
4
I'm more familiar with eclipse, but now I've run into another problem I forgot Linux doesn't use batch commands. Now I have to completely relearn bash scripting. Any commands with bash that will open RuneMate in dev mode?
 
Joined
Dec 18, 2014
Messages
398
^^ If you don't get a reply about bash, keep in mind that you can create a Run configuration in Eclipse that accomplishes the same thing, as long as you run the program from Eclipse.
edit: If you've never set one up before, the setup will be similar to the setup shown in RuneMate's IntelliJ setup tutorial.
 
Joined
Dec 12, 2014
Messages
4
^^ If you don't get a reply about bash, keep in mind that you can create a Run configuration in Eclipse that accomplishes the same thing, as long as you run the program from Eclipse.
edit: If you've never set one up before, the setup will be similar to the setup shown in RuneMate's IntelliJ setup tutorial.

Lol, thank you I forgot I could just add an argument.
 
Mod Automation
Joined
Jul 26, 2013
Messages
3,046
The bash command would be identical to the batch as it's just invoking the same (in essence) java executable with arguments. :p
 
Top