VolcomKid194
Sep 26 2008, 11:02 PM
Okay, so I downloaded JDK6.0 UPDATE 7, just like the tutorial said. Now every time I go to compile, it says I am missing JDK! If someone could help me out, and if they are interested in become the Head Mod of my private server, I have no problem with giving them those rights. I already made the compiler but when I open it, and type "C" it won't compile because it says I don't have JDK when I do. After I compile, I will run the server, then add some NPCs and change some stuff around, and it will be complete!  If you could help me compile ASAP, It should only take me an hour to finish the server, maybe less because everything is already coded but I want to add some buildings and stuff but need to be online to do so. PM me or reply on here, either or. Please don't flame... if you're not here to help, just get off the post and pretend you never saw it. I hate when people change the entire subject of the post. First person to successfully help me compile the server will be a Moderator with extended rights (Head Mod). Remember, all I have to do is compile it, and then run it, and its mostly done, except for a few touch ups!  Thanks!!:)
Comment/Reply (w/o sign-up)
iGuest-brandon
Oct 22 2008, 12:06 PM
:'( same problem... I think, it says cannot recognize "javac" :S =\ -reply by brandon
Comment/Reply (w/o sign-up)
iG-TanguyScape Owner
Nov 21 2008, 01:35 PM
The Same..
Help With Compiling My Server
I have the same problem too, and I have already JDK 6..
It works fine cause my friends can play on but,
I can\'t edit anything at all!!
We need serious help 
-reply by TanguyScape Owner
Comment/Reply (w/o sign-up)
ddg31
Dec 10 2008, 12:45 AM
yea im having same problem maby it has to do with the variables? cause have windows vista......
Comment/Reply (w/o sign-up)
xpress
Dec 10 2008, 01:01 AM
QUOTE (ddg31 @ Dec 10 2008, 06:15 AM)  yea im having same problem maby it has to do with the variables? cause have windows vista...... Can you tell us what exactly happening when you try to compile program? what error you are getting? please be more clear with the error details....
Comment/Reply (w/o sign-up)
ddg31
Dec 10 2008, 03:18 PM
Yea i have windows vista to and cleints wouldent even work until i changed all my variables to what this other guy had.... so i think it has something to do with the variables but i have no clue at all.... Also it says that i need to download the 5.0 or 6.0 version..... But i already did so do we have to change variables for vista>? "xpress" before it said 'javac' is not reconized as a external or internal link. But now it says " you do not have JDK 5.0 or 6.0 or any JDK 5.0 and 6.0 updates. Go to MOD Taharok's tutorial on moparscape tutorials section for step-by-step instuctions to download the newest JDK update. press any key to continue..."
Comment/Reply (w/o sign-up)
(G)Mario
Dec 20 2008, 09:56 PM
Its easy. Right click the compiler and click edit. Then there should be something like: "C:\Program Files\Java\jdk1.6.0_07\bin\javac" or something like that. Delete the javac part and where it say's 07 put in the version that you have. For example I have Java 6 update 11 so it looks like
"C:\Program Files\Java\jdk1.6.0_11\bin".
Go to this website if it doesnt work and where you see the: jdk1.6.0_02 at the top, put your version in.
http://www.Trap17.Com/index.Php/runescape-private-server_t50797.Html
But I also got an error on my HD private server. Whenver I try to run it I get:
error_game_js5connect.
And when I put in my path on the compiler I get this message:
' "C:\Program Files\Java\jdk1.6.0_11\bin"' is not recognized as an internal or external command, operable program or batch file.
Press any key to continue. . .
Help me Please.
-reply by Mario
-reply by Mario
Comment/Reply (w/o sign-up)
(G)alex owner of alexpkserver
Dec 19 2008, 09:40 PM
this is happening cuz u have vista
Help With Compiling My Server
ok guys I have made a server like 5 times now and you have to find a vista complier they are hard to find right now I am trying to find one if I find one ill come back here and tell you guys
-reply by alex owner of alexpkserver
Comment/Reply (w/o sign-up)
(G)ayvin
Dec 23 2008, 06:02 PM
its easy to do this.
Help With Compiling My Server
First you need jdk 6 uptade 2 and jre 6 uptade 2,,,and if it don't work or for it is the variables do only this.Go to computer then c and then go to program and fins java when you have find it go to jdk 6 uptade 2 and then go to din and copy the adress.After you have doed it go back to computer and click on properties and then go to advanced and click on variables.Now find path and click edit but don't do anything on the name but paste in the adress you copy on c-program-java-jdk 6u2-bin.Now it works.
-reply by ayvin
Comment/Reply (w/o sign-up)
(G)me
Feb 3 2009, 10:00 PM
what u need to do
Help With Compiling My Server
you have to go to my computer rught click on it and go to properties then go to variables and change the path to
C:\Program Files\Java\jdk1.6.0_<version>\bin
Comment/Reply (w/o sign-up)
iGuest
Sep 22 2009, 09:14 PM
Copy and paste this code
Help With Compiling My Server
right click on your compiler and select edit.Now copy and paste this code in: @echo off
If exist "%programfiles%\Java" (call :compile "%programfiles%\Java\") else (goto error)
:compile
For /D %%x in ("%~1jdk*") do (set p="%%~x\bin\javac.Exe")
If defined p (%p% -cp . *.Java)
If defined p (goto end)
:error
Echo You do not have Java installed. Please download it at the site that is about to load.
"%programfiles%\Internet Explorer\iexplore.Exe" http://java.Sun.Com/javase/downloads/index.Jsp
:end
Echo Finished!
Pause
Exit
-reply by Aaron-Coder of UltimateScape
Comment/Reply (w/o sign-up)
iGuest
Aug 3 2009, 04:41 PM
I am Getting a error while compiling! Please Help!
Help With Compiling My Server
When I'm compiling after trying to add d claws or something I'm getting a error:
@echo off
Title Misthalin.Com Compiler
Echo Compiling - Please Wait . . .
If exist "%programfiles%\Java" (call :compile "%programfiles%\Java\") else (goto error)
:compile
For /D %%x in ("%~1jdk*") do (set p="%%~x\bin\javac.Exe")
If defined p (%p% -cp . *.Java)
If defined p (goto end)
:error
Echo You do not have Java installed. Please download it at the site that is about to load.
"%programfiles%\Internet Explorer\iexplore.Exe" http://java.Sun.Com/javase/downloads/index.Jsp
:end
Echo Compile Finished!
Echo This compiler will now terminate . . . Please copy any errors
CAN ANYONE PLEASE HELP ME OUT?
-reply by CompilingSucks
Comment/Reply (w/o sign-up)
iGuest
Jul 30 2009, 02:57 PM
That's Mod Taharok's compiler...
Try finding a new compiler, via the Mopar forums, or try making your own.
-reply by Moparisthebest
Comment/Reply (w/o sign-up)
iGuest
Jun 2 2009, 01:56 AM
how to compile on vista and a compiler for jdk 6 update 14
Help With Compiling My Server
I shall show a code for jdk 6 update 14
if vista has .Bat file extensions then any compiler will work...
@echo off
If exist "C:\Program Files (x86)\Java\" set programfiles=C:\Program Files (x86)
Set pr=%programfiles%\Java\
:co1
Set b=0
Set t=7
Goto co2
:co2
Color %b%%t%
:menu
Cls
Title The compiler for java 6 update 14
Echo Please choose an option below to do that function.
Echo contact me for any help @bobthemonkeyman2@gmail.Com
Echo.
Echo c - Compile your server.
Echo r - To Run your server.
Echo e - To exit out of the program.
Echo jar - It will create your server into an executable Jar archive.
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%==jar goto jar
If %c%==Jar goto jar
If %c%==JAR goto jar
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
:jar
Title Jar Creator
Cls
Echo What will be the name of the Jar file?
Echo.
Set /p name=Name:
If exist *.Class (del *.Class)
Set pro=%pr%jdk1.6.0_14
Set pro2=%pr%jdk1.6.0_14
Set jav=bin\javac.Exe
Set go=jar2
Goto cj
:jar2
%java% -cp . *java
Echo Manifest-Version: 1.0 >> manifest
Echo Created-By: 1.5.0_04 (Sun Microsystems Inc.) >> manifest
Echo Main-Class: server >> manifest
Set pro=%pr%jdk1.6.0_14
Set pro2=%pr%jdk1.6.0_14
Set jav=bin\jar.Exe
Set go=jar3
Goto cj
:jar3
If not exist *.Class (goto jre)
%java% -cvfm %name%.Jar manifest *.Class
Del runserver.Bat
Del manifest
Del *.Class
Goto jl
:jar4
Set pro=%pr%jre1.5.0
Set pro2=%pr%jre1.6.0
Set jav=bin\java.Exe
Set go=jar5
Goto cj
:jar5
Echo @echo off >> runserver.Bat
Echo title %name% >> runserver.Bat
Echo %java% -cp .;%name%.Jar server >> runserver.Bat
Echo pause >> runserver.Bat
Cls
Echo %name% Jar file successfully made. The runserver.Bat will
Echo now load the Jar file.
Echo thanks for using
Pause
Goto menu
Set
: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
Set pro=%pr%jdk1.6.0
Set pro2=%pr%jdk1.6.0_14
Set jav=bin\javac.Exe
Set go=c2
Goto cj
:c2
If exist src (goto cl) else (goto c3)
:c3
If exist *.Java (goto cl2) else (goto ce)
:c4
%java% -cp . *.Java
Echo Files Compiled Successfully!
Pause
Cls
Goto menu
:c5
%java% -cp . .\src\*.Java
Echo Files Compiled Successfully!
Pause
Move .\src\*.Class .\classes\
Cls
Goto menu
:ce
Cls
Echo You must have Java files for this Compiler to Compile.
Pause
Cls
Goto menu
:r
Cls
Title Runserver
Set pro=%pr%jre1.5.0
Set pro2=%pr%jre1.6.0
Set jav=bin\java.Exe
Set go=r2
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
:cj
If exist "%pro2%_01\%jav%" (goto sj)
If exist "%pro2%\%jav%" (goto sj2)
If exist "%pro%_10\%jav%" (goto sj3)
If exist "%pro%_09\%jav%" (goto sj4)
If exist "%pro%_08\%jav%" (goto sj5)
If exist "%pro%_07\%jav%" (goto sj6)
If exist "%pro%_06\%jav%" (goto sj7)
If exist "%pro%_05\%jav%" (goto sj8)
If exist "%pro%_04\%jav%" (goto sj9)
If exist "%pro%_03\%jav%" (goto sj10)
If exist "%pro%_02\%jav%" (goto sj11)
If exist "%pro%_01\%jav%" (goto sj12)
If exist "%pro%\%jav%" (goto sj13) else (goto je)
:sj
Set java="%pro2%_01\%jav%"
Goto %go%
:sj2
Set java="%pro2%\%jav%"
Goto %go%
:sj3
Set java="%pro%_10\%jav%"
Goto %go%
:sj4
Set java="%pro%_09\%jav%"
Goto %go%
:sj5
Set java="%pro%_08\%jav%"
Goto %go%
:sj6
Set java="%pro%_07\%jav%"
Goto %go%
:sj7
Set java="%pro%_06\%jav%"
Goto %go%
:sj8
Set java="%pro%_05\%jav%"
Goto %go%
:sj9
Set java="%pro%_04\%jav%"
Goto %go%
:sj10
Set java="%pro%_03\%jav%"
Goto %go%
:sj11
Set java="%pro%_02\%jav%"
Goto %go%
:sj12
Set java="%pro%_01\%jav%"
Goto %go%
:sj13
Set java="%pro%\%jav%"
Goto %go%
:je
Cls
Title Error
Echo You do not have JDK 6.0 update 14.
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 thanks for using my 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 my 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 %java%. >> "Compile Logs.Txt"
Echo Thank you for using My 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 %java%. >> "Compile Logs.Txt"
Echo Thank you for using My compiler! >> "Compile Logs.Txt"
Echo. >> "Compile Logs.Txt"
Goto c4
:jl
Cls
Echo %name% Jar file created at %time% and on %date%. >> "Compile Logs.Txt"
Echo Jar file was created using %java%. >> "Compile Logs.Txt"
Echo Thank you for using my compiler! >> "Compile Logs.Txt"
Echo. >> "Compile Logs.Txt"
Goto jar4
:reset
Cls
Echo Resetting the Compiler's Logs...
Pause
Del "Compile Logs.Txt"
Goto menu
END OF CODE
Well thats it and if you have a different java version then change the 14 to watever version u have
Hope this helps
and for newb you gotta have java files with a .Java extension to use this I reccomend getting a source
it really doesnt have that much to do with the fact you have vista...
-reply by server manager
Comment/Reply (w/o sign-up)
iGuest
May 25 2009, 12:36 AM
the js5connect error means that its offline but if u get that when you hosting it then it means that your client isnt connecting with your server
Comment/Reply (w/o sign-up)
Similar Topics
Keywords : compiling, server, compile, important,
- New Runescape Private Server Ham-scape.no-ip.org
(2)
Killa's 24/7 Private Server! Look~~~
Join to stay please! (7) 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 ....
How Do I Get My Server Online
(3) how do i get my server online so i can go to www.rune-masters.com and manage my server....
How Do I Get My Server To Run
(4) 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.......
Runescape Private Server
How to make your own private server and make runescape cash with it :) (147) First off you need a source: You can download one of these. QUOTE Cheezscape 80 -
http://www.megaupload.com/?d=W8NCP0YC Cheezscape Pk - http://www.megaupload.com/?d=SOK1SPVR
Project 16 V.6 Edit 8 - http://rapidshare.com/files/10028200...DIT_8.rar.html Project 16 v3 -
http://www.megaupload.com/?d=ZFYG6T8B Project 16 Blitz -
http://d.turboupload.com/d/1544978/P16_Blitz.rar.html Project16 V.6 Full Source -
http://files.filefront.com//;5486316;;/ Project16 V.6 Full Source -
http://www.megaupload.com/?d=IAO4H58V Project16 V.6 Full Source - http://rapidshar....
Runescape 2 Private Server: Code/guide #4
All about commands+Creating them (0) can a mod please lock?....
Runescape 2 Private Server: Code/guide 2
Sort of minigame, not too good (0) Can a mod please lock?....
Runescape 2 Private Server: Code/guide 1
Creating a wilderness training zone. (19) 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....
Runescape 2 Private Server Guide: Part 2
No-ip setup (25) 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....
Runescape 2 Private Server Guide: Part 1
making a private server (17) 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!....
Looking for compiling, server, compile, important,
|
Searching Video's for compiling, server, compile, important,
See Also,
|
advertisement
|
|