Java EE 5 SDK problem
Runescape Private Server
well I'm trying to install the java update from the link above and it gets to the administration configuration part of the installation and refuses to go any further..? any suggestions and please don't say click next :P lol
-reply by justin
Now that you have JDK you need to config your server. Open up your server client.java file in notepad and press CTRL + F Now search for the server name for example if you chose PhoneScape search for PhoneScape. Now change every PhoneScape to the name of the server you want.
Alright now that your done save and quit. Now to compile!
Ok first right click on the compiler and say edit, notepad should pop up: Now Say CTRL + A to select all erase and copy + paste This:
CODE
////////////////////////////////////////////////////////////////////////////////////// @echo off if exist "C:\Program Files (x86)\" set programfiles=C:\Program Files (x86) set pro=%programfiles%\Java\jdk1.6.0_02 set pro2=%programfiles%\Java\jdk1.6.0_02 set jac=\bin\javac.exe set jav=\bin\java.exe :co1 set b=0 set t=7 goto co2 :co2 color %b%%t% :menu cls title The Perfect Compiler version 2.0 echo Please choose an option below to do that function. echo Keep posted on the Moparscape Tutorials section for echo any updates that I post. echo. echo c - Compile your server. echo r - To Run your server. echo e - To exit out of the program. echo color - Change the Text and Backround colors of this compiler. echo reset - Resets your Compiler Logs. echo. echo. set /p c=Option: if %c%==c goto c if %c%==C goto c if %c%==r goto r if %c%==R goto r if %c%==color goto color if %c%==Color goto color if %c%==COLOR goto color if %c%==reset goto reset if %c%==Reset goto reset if %c%==RESET goto reset if %c%==e goto e if %c%==E goto e if %c%==* goto er goto er :color cls echo Would you like to change the backround color, change echo the text color, or reset it to default? echo. echo back - Change the backround color. echo text - Change the text color. echo def - Change all colors back to default. echo. echo. set /p color=Option: if %color%==back goto back if %color%==BACK goto back if %color%==text goto text if %color%==TEXT goto text if %color%==def goto co1 if %color%==DEF goto co1 if %color%==* goto er goto er :back cls echo Please select a color to change the backround to: echo. echo black echo white echo red echo yellow echo green echo blue echo purple echo. echo. set /p back=Color: if %back%== black (set b=0) if %back%== white (set b=7) if %back%== red (set b=4) if %back%== yellow (set b=6) if %back%== green (set b=2) if %back%== blue (set b=1) if %back%== purple (set b=5) goto co2 :text cls echo Please select a color to change the text to: echo. echo black echo white echo red echo yellow echo green echo blue echo purple echo. echo. set /p back=Color: if %back%== black (set t=0) if %back%== white (set t=7) if %back%== red (set t=4) if %back%== yellow (set t=6) if %back%== green (set t=2) if %back%== blue (set t=1) if %back%== purple (set t=5) goto co2 :c cls title Compiler goto cjc :c2 if exist src (goto cl) else (goto c3) :c3 if exist *.java (goto cl2) else (goto ce) :c4 %javac% -cp . *.java echo Files Compiled Successfully! pause cls goto menu :c5 %javac% -cp . .\src\*.java echo Files Compiled Successfully! pause move .\src\*.class .\classes\ cls goto menu :ce cls echo You need to have Java files for this Compiler to Compile. pause cls goto menu :r cls title Runserver goto cj :r2 set rjava=%java% -Xmx1024m -cp .;./jython.jar;./MySql/mysql-connector-java-3.0.17-ga-bin.jar server cls goto r3 :r3 if exist .\classes\server.class (goto sl2) else (goto r4) :r4 if exist .\server.class (goto sl) else (goto se) :r5 %rjava% pause cls goto menu :r6 set rjava= set rjava=%java% -cp .;./classes; Server %rjava% pause cls goto menu :se cls title Error echo You do not have a Server.class. Make sure that you have used the echo compiler with your server BEFORE you try runing it. pause cls goto menu :er cls title Error echo Invalid command. Please make sure the commands you type echo in are correct. pause cls goto menu :e cls exit :cjc if exist "%pro%_06%jac%" (goto sjc) else (goto cjc2) :cjc2 if exist "%pro%_07%jac%" (goto sjc2) else (goto cjc3) :cjc3 if exist "%pro%_08%jac%" (goto sjc3) else (goto cjc4) :cjc4 if exist "%pro%_09%jac%" (goto sjc4) else (goto cjc5) :cjc5 if exist "%pro%_10%jac%" (goto sjc5) else (goto cjc6) :cjc6 if exist "%pro2%%jac%" (goto sjc6) else (goto cjc7) :cjc7 if exist "%pro%%jac%" (goto sjc7) else (goto cjc8) :cjc8 if exist "%pro%_01%jac%" (goto sjc8) else (goto cjc9) :cjc9 if exist "%pro%_02%jac%" (goto sjc9) else (goto cjc10) :cjc10 if exist "%pro%_03%jac%" (goto sjc10) else (goto cjc11) :cjc11 if exist "%pro%_04%jac%" (goto sjc11) else (goto cjc12) :cjc12 if exist "%pro%_05%jac%" (goto sjc12) else (goto je) :sjc set javac="%pro%_06%jac%" goto c2 :sjc2 set javac="%pro%_07%jac%" goto c2 :sjc3 set javac="%pro%_08%jac%" goto c2 :sjc4 set javac="%pro%_09%jac%" goto c2 :sjc5 set javac="%pro%_10%jac%" goto c2 :sjc6 set javac="%pro2%%jac%" goto c2 :sjc7 set javac="%pro%%jac%" goto c2 :sjc8 set javac="%pro%_01%jac%" goto c2 :sjc9 set javac="%pro%_02%jac%" goto c2 :sjc10 set javac="%pro%_03%jac%" goto c2 :sjc11 set javac="%pro%_04%jac%" goto c2 :sjc12 set javac="%pro%_05%jac%" goto c2 :cj if exist "%pro%_06%jav%" (goto sj) else (goto cj2) :cj2 if exist "%pro%_07%jav%" (goto sj2) else (goto cj3) :cj3 if exist "%pro%_08%jav%" (goto sj3) else (goto cj4) :cj4 if exist "%pro%_09%jav%" (goto sj4) else (goto cj5) :cj5 if exist "%pro%_10%jav%" (goto sj5) else (goto cj6) :cj6 if exist "%pro2%%jav%" (goto sj6) else (goto cj7) :cj7 if exist "%pro%%jav%" (goto sj7) else (goto cj8) :cj8 if exist "%pro%_01%jav%" (goto sj8) else (goto cj9) :cj9 if exist "%pro%_02%jav%" (goto sj9) else (goto cj10) :cj10 if exist "%pro%_03%jav%" (goto sj10) else (goto cj11) :cj11 if exist "%pro%_04%jav%" (goto sj11) else (goto cj12) :cj12 if exist "%pro%_05%jav%" (goto sj12) else (goto je) :sj set java="%pro%_06%jav%" goto r2 :sj2 set java="%pro%_07%jav%" goto r2 :sj3 set java="%pro%_08%jav%" goto r2 :sj4 set java="%pro%_09%jav%" goto r2 :sj5 set java="%pro%_10%jav%" goto r2 :sj6 set java="%pro2%%jav%" goto r2 :sj7 set java="%pro%%jav%" goto r2 :sj8 set java="%pro%_01%jav%" goto r2 :sj9 set java="%pro%_02%jav%" goto r2 :sj10 set java="%pro%_03%jav%" goto r2 :sj11 set java="%pro%_04%jav%" goto r2 :sj12 set java="%pro%_05%jav%" goto r2 :je cls title Error echo You do not have JDK 5.0 or JDK 6.0. Go to od Taharok's tutorial echo on the moparscape Tuturoials section for step-by-step instructions echo link to download the newest JDK Update. pause cls goto menu :sl cls echo Ran Server at %time% and on %date%. >> "Compile Logs.txt" echo Server was run using %java%. >> "Compile Logs.txt" echo Thank-you for using Mod Taharok's 'Perfect' Compiler! >> "Compile Logs.txt" echo. >> "Compile Logs.txt" goto r5 :sl2 cls echo Ran Server at %time% and on %date%. >> "Compile Logs.txt" echo Server was run using %java%. >> "Compile Logs.txt" echo Thank-you for using Mod Taharok's 'Perfect' Compiler! >> "Compile Logs.txt" echo. >> "Compile Logs.txt" goto r6 :cl cls echo Compiled Java files at %time% and on %date%. >> "Compile Logs.txt" echo Java files were compiled using %javac%. >> "Compile Logs.txt" echo Thank-you for using Mod Taharok's 'Perfect' Compiler! >> "Compile Logs.txt" echo. >> "Compile Logs.txt" goto c5 :cl2 cls echo Compiled Java files at %time% and on %date%. >> "Compile Logs.txt" echo Java files were compiled using %javac%. >> "Compile Logs.txt" echo Thank-you for using Mod Taharok's 'Perfect' Compiler! >> "Compile Logs.txt" echo. >> "Compile Logs.txt" goto c4 :reset cls echo Resetting the Compiler's Logs... pause del "Compile Logs.txt" echo ----------Compiler Logs---------- >> "Compile Logs.txt" echo. >> "Compile Logs.txt" goto menu ///////////////////////////////////////////////////////////////////////////////////
Ok now to compile save your new compiler and run it. You will get a screen type c and ENTER.
Now you will start compiling...
Press any key to continue....
Now that you have compiled your server you need to know your I.P adress.. Go to whatismyip.org find the numbers and copy paste them to a new file on your desktop called My I.P.txt you'll need this later on..
Now to make a no-ip server... Go to http://www.no-ip.com and make an account Now login and click on add on the left in the Hosts / Redirects section..
In Hostname right the name of your server: Ex. JeftabScape and chose a subdomain. Ex. .no-ip.org Host type leave it. Ip adress go look in your My I.P.txt file if it's not already there.. Leave the mail option blank...
So now all you have to do is run your server and advertize it so that people can join I recommend you make an account at http://rune-server.org go to the server list and say manage server
As long as your server is running people can log in.. If you turn off your server then people wont...
Btw your server is whatever you called it + the No-ip sub so my example is: JeftabScape.no-ip.org
Now to make GP! Alright so you have your runescape server and now you want to make some GP.. All you have to do is sell admin positions this is really easy since people love the word admin anyways to do so they pay you let's say 150k and you then make them an admin or vice-versa. To make people an admin find there profile in your characters file then search for player rights and change it to 3. To make yourself the owner put it to 5 or 4.
If you have any probs pm me!
Have fun
Notice from Plenoptic:
Proper BBCode tags are necessary, lists of links, codes and any copied content must be in proper code tags.
What your telling me is if I do all of this I can get as much money as I want from the people that join but to get that I gotta make them admins and for them to bet admins they gotta pay me.I honestly think thats a little stupid but its worth a try. ~thanks for the tip
I really don't recommend that anyone even wastes time with servers. This is a nice guide, but it really isn't worth it. People spend hours on private servers when they could be training on the REAL servers. Private servers don't even have all the features of the real ones. Quests, skills, and mostly everything has to be programmed by hand. Then there are leechers who take everyones work. It's terrible.
well I'm trying to install the java update from the link above and it gets to the administration configuration part of the installation and refuses to go any further..? any suggestions and please don't say click next :P lol
Replying to 8bit
Ye 8bit is right.People are usually playing Real servers not private servers..
And Private servers are new so not everyone knows it so its better not to
Waste your time and play private servers.
Plzzzz don't try it by downloading the JDK 6 update
Because its full of virussssssssssssssss.
IF u don't believe me u can try it and see that I am right.
THANKS for REading ...
-soroush
-reply by badboyz
How do you use this by yourself and with mates at the same time... It doesnt start up a client when u click run so can you please give me some alternative?
Well i noticed the overwhelming amount of private servers out there so i thought i'd create
something that would help the players distinguish between them(IE find who's is better). Ive
named it Ruinedscape Top Site (after the events that occured on dec 10) The url is here:
www.ruinedscape.org Registration is free, and its been only up for a day or so and already 230 hits
so ya it will bring ya traffic /tongue.gif" style="vertical-align:middle" emoid=":P" border="0"
alt="tongue.gif" />....
Although several attempts have been made to contact RuneScape about topics similar to this,
RuneScape have as of yet neither confirmed nor denied this was an illegal method of playing
RuneScape. However, according to their TOS, as long as your private server does not
connect/interfere with the actual server this 3rd party software is not breaking the real RuneScape
TOS. Please use this information accordingly. Basic runescape server with all skills except
summoning Sorry.... Heres a list of things that it includes: - Moparscape Compatible - Runescape
Like - Non-laggy ....
Now this guide is going to be short and simple, nothing special. ok all you need is rune armor and a
dragon weapon recommended + food. I advise using monks as there not much more than lobs, but half of
sharks, and steal heal 16. Ok so you should have your rune armor on and your weapon and 26 food,
why not 28 you ask? Because your going to go kill ankous lvl 75 located in the barbarian village
mini game (bottom floor, ill get a map up soon.) If you bring 28 of whatever food you have chosen,
you will waste food picking up drops when you get there. Therefore, it saves a l....
what do i got to do to get my server to run and how do i change the name of the server on
client.java it wont let me it makes a dinging noise it wont let me change the name.......
When posting in this sub-forum please keep these guidelines in mind. Your post/topic must comply
with Runescape's Terms of Service. The TOS can be found . This includes the Intellectual
property rights term. QUOTE You must not reverse-engineer, decompile or modify the Game client
software in any way. You must not use a modified/customised version of the client software. You must
not create or provide any other means by which the Game may be played by others (including, without
limitation, replacement or modified client/server software, server emulators). ....
hey as all you all know summoning skill is comming so i decided to make a new guide not to sell but
free i barley found out about summoning i i thought hmm this would be great money making guide i
mean great so here you go im typing a bit to fast you might see some spelling errors you will
require hunting,and magic to summon according to jagex its 100% that you will need some kind of
magic level to summon but the hunter is like a rumor id say 70% magic,25%hunter,5% (some other
skill) Well my theory is Life rune is a 90% possibility SO RUnEcRaFtIng will be a skill to....
my name is m spartan w and i personally dont like the new update abought pking and bounty i got some
resons ferst becuse im a pker thats how i make my money and staking but jagex messed it up i have
no money makeing ways my skills arnet that high so what im asking is that we make suggestions jagex
saide that they will not change the update but if we can give them our ideas that it might help
heres my idea that we make a command like a script that tells can tell if your a gold seller that
you can only have pking items u must not have multiple furys as you can sell tho....
Im Tiger_s_14. Which is also my rsn. Im starting my own pcing clan! I will Host Pcing
event,Cwing,Dualing and anyother events my clan votes to do! The Reqirements to join is 85+ combat
lvl. Please fill out this forum and i'll pm on runescape if u made the clan or not. Combat
lvl: Mage lvl: Range lvl: Strenght lvl: Attk lvl: Hitpoints: Def. lvl: Will you remain loayl to the
clan? Have u ever been in any other clans? Once u have filled out the forum u could pm me or wait
till i pm u. Ps: Please download this for ezer clan discustion thank you! http://www.zybez.net....
Purpose: To make a cool training area in the wild. Difficulty: 1-3 Classes Modified:
Client.java, shop.cfg, autospawn.cfg, npchandler, item2.java, shop.cfg Assumed Knowledge:
Copy/paste, basic knowledge of cases, and how to search. Credits: 10% fedexer(global object tut),
10% to my friend for teaching me how to make monsters drop random things, 80% me for the idea, and
comming up with it. REQUIREMENTS: Make sure that your server can use herblore, mining,
woodcutting, theiving, and prayer. You must also have fedexer's global objects code. Other
Thi....
Overview: In part 2 i will describe how to set up no-ip. no-ip is a simple way of hosting a
private server and it is most commonly used. if this does not work, there is another way i will tell
about in part 3. part 2 and 3 are short, yet effective guides that are aimed at helping you! If you
are not sure if it is working, it is probably because you have not read part 4: Port Forwarding
Chapters: Chapter 1: What is No-ip? Chapter 2: Initial Setup Chapter 2 Section A: Creating
an account Chapter 2 Section B: The DUC Chapter 3: Config Chapter 3 S....
According to RuneScape TOS, as long as your private server does not connect/interfere with the
actual server this 3rd party software is not breaking the real RuneScape TOS. Please use this
information accordingly. If any RuneScape representative feels that this post is against your TOS,
please contact Trap17 admins via PM or email. Thank you. This is part 1, focused on making a
private server and such, if you would like, i will post more on customization in other parts.
Overview: This guide will explain the basics for building your very own rs private server!....
I play RS some of the time and am wondering cheats for RS. I don't know any, but if you know
some PLEASE POST THE CHEATS. It would help me alot and other ppl too... thanks. Cheats and
specifically Hacking, are not Topics for discussion here at the trap17 ....
Hi guys, I made this threadto talk about the online MMORPG game. It is a great game for people.
Althouhg being a Java Applet the graphics may be not that good but it is one heck of a game. Youcan
play it for free or youcan pay for a MEmbership for only 5$ a month It is a great Onine game. My
username on the game is Ridwan232 Come online sometime and we can PK together or illPK you lol.
Also WoW is a good gae but it is way too expensive that is why i chose this game. Runecape I also
am opening a Runescape clan called the Skeletonkeepersclan. Idont know if this is t....
1.) this is the first.... go run nature runes then fletch yew longs and alch them for money you can
keep them noted and alch a few thousand times. if you don't have the fletching level make steel
platebodys which are more time consuming but well worth the while. 2.) merchanting. the best thins
to merchant are new items buy them for under 300k and sell for 500k on the first day of the new
treasure trail release. 3.) pking. start up a pking account withh some friends that you can all pk
on to get items like rune scimitars. 4.) pick flax in camelot then run to the ho....
Step 1 You will need to create a 100% free Paypal account, click here to do it . You
will soon know why you need a paypal account. You need it to receive money, for then to pay your
Runescape membership. Step 2 After creating your free paypal account, create now a 100% free
account on triond as a member. Triond is a site that let's you publish any kind of content
form, like articles about anything, photos, videos etc. The content must be made by you. Publish
your articles there, and that articles will earn you money, the more views that it gets, ....
Can someone please give me a link to the runescape 2 website. I want to play runescape 2 but, I
don't know the website and if you know the runescape 2 website then, please please please tell
meeeeeeeeeeeeeeeeeeeeee. I tried to find the runescape 2 website everyday but, I didn't. I'm
still searching for it, No answer yet. -Smartking790- ....
If you are looking for runescape forums than you're at the right place please join and post on
my new runescape forums website, to visit my runescape forums website, please visit and go to
z6.invisionfree.com/Runescapersmartsclan/ 1 New administrators needed so please join and tell me
if you want to be a admisitrator for my runescape forums. thanks for reading. Register now if you
play runescape because now on runescape forms you can buy and sell runescape items, join clans, post
your runescape clan, post your runescpae pictures, and more......... TO VISIT THE ....
Runescape Life Talk How would you like to go onto a forum where you can actually chat
with runescape members and runescape lovers for free? without becoming a runescape member at
runescape.com? Well here is the thing, I have got this forum all ready and ready for posting. All I
need is members! This is where you come in people. On this forum there are... +Buy/Sell forum:
This way you can buy and sell your stuff on runescape +Rules: This way you can be sure this forum
stays nice and friendly +Clan recruits: We are wanting you to advertise on our forum. A....
My guide to Runescape First you must make a account(Abviously) Then get through the tutorial
island. Which is basicly a island that teaches you about the games basics. You will learn on
Tutorial island how to............... (Note not in order and not Members) Make a fire(Chop wood
which goes with this) Fishing Cook food Ranged(How to fight with Bow and arrows) Combat(Attack,
Defence, Strength) Magic Mining Smithing Prayer Those are all the things you learn in tutorial
island. After you get past Tutorial island you folow these instructions. You need to get ....
Hello Fellow Gamers, I am writing this post to tell everyone about this cool online game that I am
in to. First you need to know what an MMORPG is. Basically, it is a multiplayer online game that is
played by thousands of players at the same time! Sounds exciting? It's a great place to have fun
and to talk to other people playing all around the world. A particularly good one is Runescape, I
like it because it is extensive and fun. Another great part is that it is COMPLETLY free! You can
just go on the website and sign-up. You don't even need a super good comput....
OK i have been playin for liken 4 years and i still can't get alot of gp. the mosti have had in
that time is like 10k and i have googled cheat codes and all that stuff and nothing works so any
ideas are welcome.....
In hopes to clear of the shoutbox of runescape talk i have decided to make this forum, and in this
forum runescape players can post their runescape statistics, like their range, mage, def, attk, etc,
do please post it here....and to start it off i dug in my old password file and found my old
runescape name which was still there and not deleted and here are its statistics, Big Red95842
QUOTE Over-all Level - 41 Defense - 31 Attack - 33 Hitpoints - 39 Strength - 11
Cooking - 25 Crafting - 25 Firemaking - 29 Magic - 44 Mining - 48 Prayer - 25 R....
I just finished playing runescape, and I have to say....its no that great. It is not compatible with
56K modems, and it downloads too much stuff onto your computer. The graphics arent very good either.....
This is a great alt to WOW if you need a Massivly Multiplayer Online Role Play Game, they do have
members servers but they supply free ad supported ones too, on Tues. October 25 11:28am Mountain
time (a time that every ones at work) they had 75445 people onl;ine and playing WOW this is a ton In
my opinion RS is a great MMORPG....
pretty fun game and FREE. Visit www.runscape.com for more details on register and starting yor own
adventure. pretty sweet game if u ask me pay nothing HUGE world to pay and run around in and beat
people and creatures up...Find weapons get money and even make your own weapons. Try it and have
fun....