Java Map Editor, errors

Requests for assistance and other HOWTOs.

Moderator: Board moderators

User avatar
Salathar
Junior member
Posts: 245
Joined: Mon Apr 26, 2004 12:21 am

Post by Salathar »

Nice :) Just successfully compiled and ran it with shiney 1.5
AndreasV

Post by AndreasV »

Ah, I just found another problem that I had overlooked yesterday.
So if your 'options' and 'new map' dialogs are broken (which they probably are now), just update from CVS again and it should hopefully work this time.
Sorry for the inconvenience. :wink:
Casper
Senior member
Posts: 288
Joined: Fri Aug 06, 2004 7:17 pm
Location: UK/Ukraine

Post by Casper »

AndreasV wrote:Sorry for the inconvenience. :wink:
Thanks for maintaining :)
bort
Forum Junkie
Posts: 607
Joined: Sun Jun 20, 2004 9:40 pm
Location: LG

Post by bort »

Some of the map makers dont use linux.
So as a Post Script, I've made a quick little instruction list for FreeBSD and CFJavaEditor:
1) run portsdb -U
2) cd /usr/ports/java/linux-sun-jdk14; make
3) download the sun binary files
4) compile it
5) install the linuxproc
6) untar the javaeditor into /usr/local/CFJavaEditor
7) install script javaed.sh into /usr/local/bin:

Code: Select all

#!/bin/sh
cd /usr/local/CFJavaEditor
java -jar CFJavaEditor.jar
8) set uid root if your a normal user map editor:
chmod 5775 javaed.sh

Hope it is useful to those who use BSD.
And no comments about the failings about any Os. This is a howto, not debate
lordyoukai.DA
My wraith is cooler than your dragon.
Post Reply