Standalone Server Problem

Thoughts, Help, Feature Requests, Bug Reports, Developing code for...

Moderators: dorpond, trevor, Azhrei

Forum rules
PLEASE don't post images of your entire desktop, attach entire campaign files when only a single file is needed, or generally act in some other anti-social behavior. :)
Post Reply
nrduncan
Kobold
Posts: 3
Joined: Wed Apr 26, 2006 7:38 am

Standalone Server Problem

Post by nrduncan »

I'm having a problem getting it to work as a standalone server. I have been trying using the method listed on the installation page, namely:

java -cp lib:maptool-*.jar net.rptools.maptool.server.MapToolServer

However, when it runs, I get the following error:

Exception in thread "main" java.lang.NoClassDefFoundError: net/rptools/maptool/server/MapToolServer

User avatar
trevor
Codeum Arcanum (RPTools Founder)
Posts: 11311
Joined: Mon Jan 09, 2006 4:16 pm
Location: Austin, Tx
Contact:

Post by trevor »

I'll take a look and see what's happening.
Dreaming of a 1.3 release

Guest

Post by Guest »

Ok, took a look. That line looks to be tailored for a unix based startup. I'm assuming you are using Win* ?

I got the server to run by using exact names instead of the "*". But it still wasn't connectable. Bummer. Looks like it needs some tweaking.

I'll take a closer look when I get some time tonight or tmrw to work on it.

User avatar
trevor
Codeum Arcanum (RPTools Founder)
Posts: 11311
Joined: Mon Jan 09, 2006 4:16 pm
Location: Austin, Tx
Contact:

Post by trevor »

Oops, that was me.
Dreaming of a 1.3 release

nrduncan
Kobold
Posts: 3
Joined: Wed Apr 26, 2006 7:38 am

Post by nrduncan »

I'm using Windows XP Pro, I've installed Java 5.

What do you mean by exact names instead of *? Could you please be more speciifc?

User avatar
trevor
Codeum Arcanum (RPTools Founder)
Posts: 11311
Joined: Mon Jan 09, 2006 4:16 pm
Location: Austin, Tx
Contact:

Post by trevor »

The "*" character is a special character to the command line. It tells the command line to match anything that looks like what the * is attached to.

The short answer is that what it says in the docs is no longer applicable. I'll take a closer look and probably write a .bat file or something.
Dreaming of a 1.3 release

Guest

Post by Guest »

Thank you very much for your quick responses :D I look forward to a Windows solution.

For the time being I am just running it in a window so there's no big rush.

nrduncan
Kobold
Posts: 3
Joined: Wed Apr 26, 2006 7:38 am

Post by nrduncan »

Anonymous wrote:Thank you very much for your quick responses :D I look forward to a Windows solution.

For the time being I am just running it in a window so there's no big rush.
That was me

Post Reply

Return to “MapTool”