Jump to content
SubSpace Forum Network

Recommended Posts

Posted
How do you make TWcore run? There is no .exe like mervbot.

 

Correct. It is written in Java, which does not use the platform-specific Windows exe format. There is however a file named runbots that you might want to try clicking on as if it were an exe.

Posted (edited)

Like im supposed to understand this?

 

+------------+

| TWCore CVS |

+------------+

 

 

- Install -

 

$ javac BuildTWCore.java

 

Then run bld (type bld -help for more instructions).

 

 

- Web Interface -

 

A web interface for the TWcore Repository can be found here:

http://zux.sjr.fi/cgi-bin/cvsweb

 

 

-TWCore Development Team

 

And when i double click the runbots it immediately closes

Edited by Methias
Posted

Make sure you have the Java Development kit installed: http://java.sun.com/j2se/1.5.0/download.jsp (You want JDK 5.0 Update 6)

 

Extract the attached file into your base twcore directory and double click on "bld.bat" This will build the core so you can run it. In the future, you can compile this file like the readme says, by opening up a command prompt in the folder and typing "javac BuildTWCore.java". If you get any error messages from bld or runbots, run them with the command prompt instead of double clicking and copy what they say into a reply.

BuildTWCore.zip

Guest
This topic is now closed to further replies.
×
×
  • Create New...