WorldScape Blitz

Support => Tech Support => Topic started by: Kryptonite on July 07, 2010, 09:41:03 PM

Title: Need a Java nerd
Post by: Kryptonite on July 07, 2010, 09:41:03 PM
OK so whenever I try and run like BAT files like for downloadable clients a console pops up and it's like "YOU DO NOT HAVE JAVA INSTALLED!" although I do have Java installed, and Runescape as well as many other Java-Related things work for me. Tell me what to do? I've had this problem on two different computers.
Title: Re: Need a Java nerd
Post by: Drunk Mario on July 07, 2010, 10:01:00 PM
Do you have the latest Java (http://180675)? Also what about your flash player (http://get.adobe.com/flashplayer/)? Some clients need a flash player..
Title: Re: Need a Java nerd
Post by: Kryptonite on July 07, 2010, 10:01:55 PM
Lol I just like downloaded Java.. and wth is a Flash Player? I'm dumb -_-
Title: Re: Need a Java nerd
Post by: Banjo Hick on July 07, 2010, 11:37:41 PM
Install Java 4.5.... On my new-old laptop I had to download it to play...
Title: Re: Need a Java nerd
Post by: Kryptonite on July 08, 2010, 12:38:09 AM
Ok here's a better detailed thing... I own a MacBook and today I just installed Windows XP. I'm trying to compile a server I made but when I do the compile files for anything they always say "You do not have Java installed" even though I just downloaded the latest Java. Should I try installing Windows 7?
Title: Re: Need a Java nerd
Post by: Voltimolt on July 08, 2010, 01:57:58 AM
Post your .Bat coding. (Rightclick bat>edit>select all>copy>paste here)

u might need to add varieable environment (something like that)
Title: Re: Need a Java nerd
Post by: brianc on July 08, 2010, 02:26:58 AM
Hello,

Here is an easy fix for you.

Run Server.

@echo off
title <Name of client>
cd <Path of Jar Files>
java -Xmx256m client 1 live live software members english game1
color 0a
echo Welcome to <Insert Name>
echo Have fun!
pause


Compile Server.

@echo off
COLOR F4
title Compiler
"C:\Program Files\Java\<Java Version>\bin\javac.exe" -cp . -d ./bin ./Server/*.java
pause
cls
Compiler.bat
pause


Make sure all .Jar files are in the same folder for this to work.

Then if you wish to compile this into a .exe please reffer to this link. ----> http://download.cnet.com/Bat-To-Exe-Converter/3000-2069_4-10555897.html (http://download.cnet.com/Bat-To-Exe-Converter/3000-2069_4-10555897.html)

Hope this solved your problem.

Have a good day.

Regards,
Brian Crowell

Title: Re: Need a Java nerd
Post by: Kryptonite on July 08, 2010, 03:44:48 PM
You guys don't get it. And Mute I used Parallels not BootCamp. Every type of .bat file that is supposed to run any kind of Java thing says I don't have Java. Not just the ones in my source. Like say I go to download some random server's client. When I try to do run.bat or whatever they named their thing that pulls up the console and lets you play, it says "You don't have Java installed."
Title: Re: Need a Java nerd
Post by: Kryptonite on July 08, 2010, 10:57:44 PM
Settings popped up. What now? >_>
Title: Re: Need a Java nerd
Post by: Pk0wnedall on July 09, 2010, 03:53:42 AM
1.) Use Pm Pl0x.
2.) If you don't know what your doing, don't do it.
3.) Find on google how to make one.
Title: Re: Need a Java nerd
Post by: Kryptonite on July 09, 2010, 08:15:37 AM
Well OK I installed JDK and now when I try and open stuff.. OK I'll post screenshots on this post in a sec.
Title: Re: Need a Java nerd
Post by: Vee Dub on July 09, 2010, 08:22:01 AM
Do you have the non-mac java? Lol.
Title: Re: Need a Java nerd
Post by: Kryptonite on July 09, 2010, 08:58:00 AM
Quote from: Pk0wnedall on July 09, 2010, 03:53:42 AM
1.) Use Pm Pl0x.
2.) If you don't know what your doing, don't do it.
3.) Find on google how to make one.

This did not help. I know what I'm doing. I'm not using PM because that's what this section is for. And google can suck one because it's horrible at finding out how to do things.
Title: Re: Need a Java nerd
Post by: Kryptonite on July 10, 2010, 12:22:52 PM
Sorry for double post but I still need help.
Title: Re: Need a Java nerd
Post by: Kryptonite on July 10, 2010, 02:00:13 PM
Yes a few days ago.
Title: Re: Need a Java nerd
Post by: Kryptonite on July 10, 2010, 02:27:14 PM
Err.. so how do I fix this?