+  RHDN Forum Archive
|-+  Romhacking
| |-+  General Romhacking
| | |-+  Java/Tile Molester Question
Pages: [1]
Author Topic: Java/Tile Molester Question  (Read 621 times)
Kagemusha
Guest
« on: February 01, 2007, 05:52:51 pm »

I downloaded Java runtime environment and when I try to open Tile Molester I get two errors. The first one is that no language files are found and the second one is a XML Parser IO error. Does anyone kow what the problem may be?
Snatcher
Guest
« Reply #1 on: February 01, 2007, 06:13:23 pm »

What version of Tile Molester are you using? I know that you have to keep the "tm.jar" file in the same folder with the rest of the files. If you take it out it won't work.
« Last Edit: February 01, 2007, 06:23:50 pm by Snatcher »
Kagemusha
Guest
« Reply #2 on: February 01, 2007, 06:59:29 pm »

I have version 0.16. I downloaded it from this site and have everything stored in a folder.
Snatcher
Guest
« Reply #3 on: February 01, 2007, 07:13:23 pm »

I'm not really sure then. It might have something to do with Java it's self. Sorry, I don't seem to be much help. Undecided\
Kagemusha
Guest
« Reply #4 on: February 01, 2007, 07:21:15 pm »

OK then, my computer recommends that I use Platform SE Binary to open the tm.jar file. Could that be the problem?
akadewboy
Guest
« Reply #5 on: February 03, 2007, 03:07:15 am »

That's what I have associated with jars.
Dryer Lint
Guest
« Reply #6 on: February 03, 2007, 08:49:49 am »

Hey there. How are you running Tile Molester? Are you just double-clicking the JAR file?

Try running it from the command-line like this:

java -jar tm.jar

You have to be in the directory tm.jar is in, of course.

You get those errors because Tile-Molester can't find certain files.

You can create a batch file (assuming you're using Windows) that does this for you.
Fire up Notepad and write

cd c:\\directory\\to\\tilemolester
java -jar tm.jar

And save it somewhere as Something.bat

There's probably a more elegant way to get rid of the problem though.
Kagemusha
Guest
« Reply #7 on: February 03, 2007, 11:55:38 am »

Thanks I got it working.
Meropi
Guest
« Reply #8 on: February 04, 2007, 11:46:05 pm »

Out of curiosity, what version of Java do you have on your computer? The biggest problem I had when trying to distribute my project via JAR was that people didn't have updated versions of Java. I think the most recent version is... J2SE 5.0 Release 10.
Kagemusha
Guest
« Reply #9 on: February 05, 2007, 12:46:03 am »

I have the most recent version.
Pages: [1]  


Powered by SMF 1.1.4 | SMF © 2006-2007, Simple Machines LLC