Thanks for telling everyone how to download java with a batch file the launches internet explorer. Next, you should tell people how to build a java compiler, start researching software called gcj, gnu compiler for java. Just walk people through the process of the downloading and making gcj. tell 'em they'll need gcc first. Then a more ambitious project, like 5 years is to develop a graphical user interface for gcj and the open source community. you'll get mad respect if you ever do that. cheers!
must read this. once u have started there is no turning back. a little 10 year old girl was raped and murderded in 1945. her body was not found until 1947. then a boy last week read this and did not copy and paste this message. the dead girl appeared in his room haunting him and killed him. if you do not copy and paste this onto 10 vidoes in 30 minutes the dead girl will apear in your room tonight and haunt you and kill you. well you better start to copy and pas
Thanks a lot, dude. i was looking for a way to compile programs on different machines using different versions of java using batch files for the past few days...... this is exactly what i wanted. thanks a LOT.
Hey dere. I like ur complier. Just wonderin. Where did you save the BNF grammar that your parser was built on? What lexical analysis tool did you use? What textbook taught you all those cool performance hacks?
Oh right.... Sorry. You have no idea what a compiler is and what you did was run a batch script. Awesome. Incidentally the line: set p="%%~x\bin\javac.exe" is where you set yourself up to use javac, the sun microsystems compiler. So well done.
@Lariyn i did not use sun microsystems compiler.... i did at least 3 hours research to find out how to make this.... and you didnt WASTE 5 mins of your life so shut up and stop being a big-headed moron that thinks they know every thing when you DONT so shut up.
@stickman968 I'm sorry, but you need to stfu. You (and your code) is completely fake. You did use the sun microsystem compiler, nad anyone who looks at your code and knows what they're talking about will see that. I am ashamed that you consider yourself part of the programming community.
Nice try but you did not build a compiler... Have you ever heard of Sun Microsystems, because you just used their compiler?!?! I can not believe I spent 5 minutes of my life that I will never get back.
If You Run into a issue were the compiler does not look like what it is suposed to be in the video got back to the NOTEPAD AND RESAVE BUT INSTEAD OF TXT PUT ALL FILES
ok.. do you know how to.. make a client.. and make the files hidden and just put run there.. example.. playing a populer server like bountyscape.. when u download there a java file says run and thats it, when you press it.. it opens your client..
@stewie493 lol? how does my computer suck ass? the only THING that sucks ass is your mum. if you dont like my video then dont watch it..... its as easy as that....
i don't know 1 thing.. plz help me about compile i mean if i compile because i add something to my server its not working i tryd like you but it dont come with compile thing with a blk screen its not comming and i don't think it works because i added something and i f i compile and play server it don't loggs, it c-losts .. plz help plz plz plzzz!!!!
ltzp2, are you trying to get help from someone about something? I realize maybe English isn't your first language, but if you can please speak in full sentences. It's hard to know exactly what help you need.
IMPORTANT!!! Someone please help me find THE FILE to compile not the compileR but the file TO compile! The jdk or something but it has to be the direct link to the right file! Thank you to whoever can help!!! REPLY ASAP
i deleted the non working compiler that came with the source for my server, added that 1 in its place and idk whats gona hapen, well itdint do hardl anythin lool, at least i have a working compiler...
To add javac to your Path Environment variable, you just have to Right-Click on "My Computer", select Properties, click on the Advanced tab, click the "Environment Variables" button, if there is no "Path" variable under the top section (user variables), click on New. For variable name put "Path", for variable value put the location of your javac program (C:\Program Files\ .... \bin\javac).
Now you don't need the script in this video, you will be able to compile a Java program from anywhere.
mine still has some sort of problem..=/ i think its beacuse i can't find where the jdk is like where i saves is it says on the cpompiler finished and 2 error=/ plz help asap
When i open it it says i dont got a java thing and opens internet then i close it then it says finished but nothing was updated please tell me what to do
do this @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" :end echo Finished! pause exit
You know what? i subbed. I spent 10 hours trying to figure this out. and your the only one whos i got and yours the only one that worked. SO thx. Subbed 5/5
loooooooooool. abyssal whip and world of warcraft in the background. both games i play :D
JadeXtreme 5 days ago
HELPED SOO MUCH :) THANKS 5/5 + liked!
TimHelpsYouNow 3 weeks ago
Thanks for telling everyone how to download java with a batch file the launches internet explorer. Next, you should tell people how to build a java compiler, start researching software called gcj, gnu compiler for java. Just walk people through the process of the downloading and making gcj. tell 'em they'll need gcc first. Then a more ambitious project, like 5 years is to develop a graphical user interface for gcj and the open source community. you'll get mad respect if you ever do that. cheers!
nytebrew 5 months ago
Hey THX man. =]
xPersoy 7 months ago
must read this. once u have started there is no turning back. a little 10 year old girl was raped and murderded in 1945. her body was not found until 1947. then a boy last week read this and did not copy and paste this message. the dead girl appeared in his room haunting him and killed him. if you do not copy and paste this onto 10 vidoes in 30 minutes the dead girl will apear in your room tonight and haunt you and kill you. well you better start to copy and pas
william97042 7 months ago
tytytytytytytytytytytytytytytytytytytytytytytytytyty ima subbing for that :P
MrNeil1030 9 months ago
lets have sex
MuffinsUnited 10 months ago
hmm thanks
SkillinHD 10 months ago
hllo
coollegs307 11 months ago
thx alot!! i will subscribe and rate thumbs up! BECAUSE YOURE AWESOME!!
FagsMakesHistory 1 year ago
I don't like hate mail, but you are not making a compiler, merely using the original, which is okay, but I wanted to make my own for fun.
LukeTerry2010 1 year ago
awsome but dude how do i fix this?
You do not have Java installed. Please download it at the site that is
'about' is not recognized as an internal or external command,
operable program or batch file.
Finished!
Press any key to continue . . .
i have the jdk version 22
RunyLuny 1 year ago
@RunyLuny put "echo about" in there or just move "about" up to the line before it like this:
:error
echo You do not have Java installed. Please download it at the site that is about to load.
or
:error
echo You do not have Java installed. Please download it at the site that is
echo about to load.
yipyipyipi 9 months ago
hmm, it says that it cant find *.java something like javac and stuff :/
unicyclenoob 1 year ago
You sir are a n00b... what you wrote is just a useless script that calls the Sun's wonderful Java compiler.
stephanosanio 1 year ago
hi could u please tell me why each time i compile i get this error saying:
./src/client.java:(some number that indicates the line in client.java) ;expected
and this one of the many error lines:
public void frame61(int i1)
have u any ideas how to fix bro thanks!
HenGlinz 1 year ago
Thanks a lot, dude. i was looking for a way to compile programs on different machines using different versions of java using batch files for the past few days...... this is exactly what i wanted. thanks a LOT.
divs1210 1 year ago
hehe guys come on, even though he was wrong you must encourage him, nice try mate and good luck in future :)
Hadeer2006 1 year ago 4
@Hadeer2006 Thank you! ill subscribe to you for that!
stickman968 1 year ago
100 errors :(((( why isnt it working
TheCatastrophe2012 1 year ago
Yo Ive Used this video over 10 times. Thank you so much dude. Means alot.
ReverseVideozFTW 1 year ago
18errors :-(
gamespot30 1 year ago
@gamespot30 least u didnt get 100 lol
TheCatastrophe2012 1 year ago
This has been flagged as spam show
runescape private server
100% working just spawning mobs needs beta testers and admins
to join server add evilperson_99@hotmail.com
lightningmax 1 year ago
DISS IS DA ..........AWESOMES6 VIDEO EVA
ThaLegacyluver89 1 year ago
Free sub for you
xxcky1 1 year ago
Hey dere. I like ur complier. Just wonderin. Where did you save the BNF grammar that your parser was built on? What lexical analysis tool did you use? What textbook taught you all those cool performance hacks?
Oh right.... Sorry. You have no idea what a compiler is and what you did was run a batch script. Awesome. Incidentally the line: set p="%%~x\bin\javac.exe" is where you set yourself up to use javac, the sun microsystems compiler. So well done.
Much love.
funforfree98 1 year ago
@funforfree98 Its a java compiler FOR PRIVATE SERVERS SO STFU you ignorent douche
stickman968 1 year ago
@stickman968 He's right though.
willrandship 1 year ago
@Lariyn i did not use sun microsystems compiler.... i did at least 3 hours research to find out how to make this.... and you didnt WASTE 5 mins of your life so shut up and stop being a big-headed moron that thinks they know every thing when you DONT so shut up.
stickman968 1 year ago
@stickman968 I'm sorry, but you need to stfu. You (and your code) is completely fake. You did use the sun microsystem compiler, nad anyone who looks at your code and knows what they're talking about will see that. I am ashamed that you consider yourself part of the programming community.
Nickingeorge 1 year ago
Nice try but you did not build a compiler... Have you ever heard of Sun Microsystems, because you just used their compiler?!?! I can not believe I spent 5 minutes of my life that I will never get back.
Lariyn 1 year ago
ummm... you didn't actually build a compiler retard... you only used sun's
Nickingeorge 1 year ago
If You Run into a issue were the compiler does not look like what it is suposed to be in the video got back to the NOTEPAD AND RESAVE BUT INSTEAD OF TXT PUT ALL FILES
MultiRockProductions 1 year ago
@alexthejudge thanks for the view and comment, i have a solution to your post, this is not my video i am just refering you to it.
hope this helped.
stickman968 1 year ago
sorry youtube wont lete me post a comment with links in, ill pm you the link.
stickman968 1 year ago
ok.. do you know how to.. make a client.. and make the files hidden and just put run there.. example.. playing a populer server like bountyscape.. when u download there a java file says run and thats it, when you press it.. it opens your client..
cool vid for beginers
alexthejudge 1 year ago
thx soooooo much
tubefish123 1 year ago
ehmm please help me, me comp is 64bit
but if i open compiler it says that i havent installed java...
but i have installed it
please help me
TheNBAmedia 1 year ago
dude ur comp sucks ass
stewie493 1 year ago
@stewie493 lol? how does my computer suck ass? the only THING that sucks ass is your mum. if you dont like my video then dont watch it..... its as easy as that....
stickman968 1 year ago
what do i do if i gets 100 errors? :P
Worldif 1 year ago
Definatly subcribing!!!!!!!!! 5* May god bless you.
cvsnowy 1 year ago
@cvsnowy :) no problem glad to be of help. ill subscribe back to you..
stickman968 1 year ago
um.. its linking to Java it not making your own compiler its copying others
TheSniperofDeath 1 year ago
ur computer sounds like its about to explode just running note pad and word pad X[)
redneckcaseyjones 1 year ago
@redneckcaseyjones no its not my computer, its the sound recorder on my hypercam i havnt set it to record the high quality sound... :S
stickman968 1 year ago
WOW! Thank yaaaaa soo much!
XxXnonameAsDXxX 1 year ago
umm nice subed even thought i knew xD
niravpatel02 2 years ago
How do i install the jdk and java stuff?
FR0NIN 2 years ago
ty sooooooooooooooooooo much
Apple246810 2 years ago
Note: Some Imput Files Use Or Override A Depreciated API.
Note: Recompile with -Xlint:Depreciation for details.
Note: Misc.java Uses Unchecked Or Unsafe Operations.
Note: Recompile With -Xlint:Unchecked for details.
Wth How Do I Fix This?
corupdead 2 years ago
dont worry about that. you still have succsessfully compiled. if it says note: somthing.....dont worry.
y2kjmk 2 years ago
@corupdead Yeah thats what it says on mine :(:(:(
erks56 1 year ago
it worked tysm ur star tyQ!!!!!
Gladdy10001 2 years ago
THANX IT WORKED!
Mw2SnoweYe 2 years ago
PWNT @!@! TYVM =]
maulmeplease 2 years ago
Easyer?
javac *.java
MrUbernub 2 years ago
ffssssssssss...
i don't know 1 thing.. plz help me about compile i mean if i compile because i add something to my server its not working i tryd like you but it dont come with compile thing with a blk screen its not comming and i don't think it works because i added something and i f i compile and play server it don't loggs, it c-losts .. plz help plz plz plzzz!!!!
PuR3LuCKY 2 years ago
omfg your my hero! :D :3
GQblin25 2 years ago
once i open my compiler it saysyou dont have java installed even when i have java and jdk and everything already downlaoded. please help
elementalzeroXD 2 years ago
Comment removed
runecrafter100 2 years ago
Hey man please... i have the same problem. Did you fix it? Plz reply to how u fixed it.
0XxyugiohxX0 2 years ago
thnk you so much
hidousuckk 2 years ago
not all compliers work on every source
rolandscape 2 years ago
is the compiler for your own server like instead of having to use moparscape or somthing to host your server?
Ethion00b 2 years ago
its really working
cylegend1 2 years ago
i lov howit dint work ... it wont change soething, i thik i know what to do, no thanks to you or anything
ltzp2 2 years ago
ltzp2, are you trying to get help from someone about something? I realize maybe English isn't your first language, but if you can please speak in full sentences. It's hard to know exactly what help you need.
Kojow7 2 years ago
LOL! For free? if anyone buys a lil javac file like this then wow..
runepk101 2 years ago
IMPORTANT!!! Someone please help me find THE FILE to compile not the compileR but the file TO compile! The jdk or something but it has to be the direct link to the right file! Thank you to whoever can help!!! REPLY ASAP
PaulaBurrito44 2 years ago
Hi PaulaBurrito44,
Did you get your problem solved? The file to compile is your .java file, you have to make your own program in Notepad such as this:
public class MyFirstProgram{ public static void main(String[] args){ System.out.println("Hello World"); }
}
Make sure your program is saved with the same name as the class: MyFirstProgram.java
You can then compile it using javac
Kojow7 2 years ago
i deleted the non working compiler that came with the source for my server, added that 1 in its place and idk whats gona hapen, well itdint do hardl anythin lool, at least i have a working compiler...
ltzp2 2 years ago
To add javac to your Path Environment variable, you just have to Right-Click on "My Computer", select Properties, click on the Advanced tab, click the "Environment Variables" button, if there is no "Path" variable under the top section (user variables), click on New. For variable name put "Path", for variable value put the location of your javac program (C:\Program Files\ .... \bin\javac).
Now you don't need the script in this video, you will be able to compile a Java program from anywhere.
Kojow7 2 years ago
for me its H: not C: i just change it :/
ltzp2 2 years ago
This is not a Java compiler. Your script just points to a Java compiler that already exists on the system (usually
C:\Program Files\Java\JAVA_VERSION\bin\javac).
If you want to compile a file called myFile.java from the command line you just have to type:
"C:\Program Files\Java\JAVA_VERSION\bin\javac myJavaFile.java"
If you want to be able just to use "javac" from anywhere on your system you just have to add it to your Path Environment Variable...
Kojow7 2 years ago
hmm, not sure how the space got in between javac. It should be "javac", not "ja vac"
Kojow7 2 years ago
this isn't a compiler. It send your information to the javac compiler.
wartex8 2 years ago
Ndballers i have same prob
coolmadvlad 2 years ago
omfg!!!!!????? tyyyyyyyyyyyyyyy
pernillejohnny 2 years ago
HELP !!
Note: stream.java uses or overides a deprecated API.
Note: Recompile with -Xlint:deprication for details.
Finished!
Faheem45 2 years ago
Its worked it means it worked
MetalBannanas 2 years ago
umm wow.. it said i have 100 errors.
NDballers 2 years ago
nice ty
FiloJacobbb 2 years ago
iv got like java installed it says java file not found *.java and some other stuff under it
speedb0y012 2 years ago
found jdk...but idk where the 2 errors are
elfrunescape 2 years ago
mine still has some sort of problem..=/ i think its beacuse i can't find where the jdk is like where i saves is it says on the cpompiler finished and 2 error=/ plz help asap
elfrunescape 2 years ago
g8 man u rule
zaryab75 2 years ago
yo rules :DDD 5/5
Punainenpiru 2 years ago
When i open it it says i dont got a java thing and opens internet then i close it then it says finished but nothing was updated please tell me what to do
TheMuffinClanVideos 2 years ago
OMFG! Tysm! You're the best
ReammB 2 years ago
when i run my private client it says Java file not detected?
AlexHOnUtube 2 years ago
tysm dude
juliannebouzane 2 years ago
ok when i open my compiler it says i havent had java or something. then it pulls up my internet for some reasy about sunny java. please respond
elementalzeroXD 2 years ago
1 thing... every time when i open it it just closes
yokent 2 years ago
Thank you so much! I really needed this and couldent find it anywhere else thanks!
kiddryan77 2 years ago
FUCKING SUBBED THANKS!
canadascape 2 years ago
fuck that outdated P.O.S. notepad!!! and your stupid video
Saiixx 2 years ago
Omg!!! Tyyyyyyyy!!! Btw, If you Have not, Make A Vid on how to make a server,im sure you will do well ^^
peteanddonna 2 years ago
tysm u rock!
coker132 2 years ago
0fmg0fg0mf0gmf0mg0fgm0mg0fmg0mfg0mf0gmf0gm0fmg0fmg0mfg0mf0gm0fmg0fmg0mf0gmf0gm0fmg0fmg0mfg0mf0g
thank you@@@@@@@@@@@@@@ i really neeeded thats dont worry i will subscribe to you
deaddeathmetal00 2 years ago
t says when i open it it says you do not have java installed plz install it were its about plz reply and tell me how i can fix it thank you plz reply
20qassem08 2 years ago
sweet thx for tht now im gonna make teh rest of teh server =)
tikterd12345 2 years ago
now what do i need for the rest of my sever?
lilvamp11 2 years ago
where would i get that txt?
lilvamp11 2 years ago
Off the Description!!!!!!!!
erks56 2 years ago
Still not working ..
Gorppiainen 2 years ago
ty it works gonna rate 5/5
lovevideo2545 2 years ago
my icon dont work:s
inorthpki 2 years ago
ty ur the best dud
gallardo4564 2 years ago
Tyvm, it works. 5/5
voinenaprkl 2 years ago
It says i dont have java and wont work when i have java 5.0 6.0 6.2 6.12 and 6.13
whats wrong?
charged3739 2 years ago
ok thx me 5/5
gangstathug716 2 years ago
wat do i do now do i play!?!?
jumpdogg519 2 years ago
I made the complier but when i click it nothing happens to my server? please help me rofl.
stewie0888 2 years ago
rangeownzall 2 years ago
OMG!!! thank you so much!! 5/5!!!!!!!!!!
zachO1O3xxx 2 years ago
thanks now i can compile
Charzard207445 2 years ago
You know what? i subbed. I spent 10 hours trying to figure this out. and your the only one whos i got and yours the only one that worked. SO thx. Subbed 5/5
blueAgentAj 2 years ago
what if i have the jdku13 please message me
madballaz 2 years ago
Can you plz send me the text
Thanks
RSkiller2221 2 years ago
if u can plz send me that text
halohollick4427 2 years ago
Can you give me that text in a pm?
tutorialnorway 2 years ago
ty man helped
ilikep0p3shott 2 years ago