• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 03:22
CEST 09:22
KST 16:22
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
Code S RO12 Preview: Maru, Trigger, Rogue, NightMare12Code S RO12 Preview: Cure, sOs, Reynor, Solar15[ASL19] Ro8 Preview: Unyielding3Official Ladder Map Pool Update (April 28, 2025)17[ASL19] Ro8 Preview: Rejuvenation8
Community News
Code S Season 1 - RO12 Group A Results (2025)4$1,250 WardiTV May [May 6th-May 18th]4Clem wins PiG Sty Festival #66Weekly Cups (April 28-May 4): ByuN & Astrea break through1Nexon wins bid to develop StarCraft IP content, distribute Overwatch mobile game29
StarCraft 2
General
How does the number of casters affect your enjoyment of esports? Code S Season 1 - RO12 Group A Results (2025) Code S RO12 Preview: Maru, Trigger, Rogue, NightMare Nexon wins bid to develop StarCraft IP content, distribute Overwatch mobile game Code S RO12 Preview: Cure, sOs, Reynor, Solar
Tourneys
[GSL 2025] Code S:Season 1 - RO12 - Group A INu's Battles#12 < ByuN vs herO > [GSL 2025] Code S:Season 1 - RO12 - Group B GSL 2025 details announced - 2 seasons pre-EWC 2025 GSL Season 2 (Qualifiers)
Strategy
[G] PvT Cheese: 13 Gate Proxy Robo Simple Questions Simple Answers
Custom Maps
[UMS] Zillion Zerglings
External Content
Mutation # 472 Dead Heat Mutation # 471 Delivery Guaranteed Mutation # 470 Certain Demise Mutation # 469 Frostbite
Brood War
General
Recent recommended BW games Preserving Battlereports.com OGN to release AI-upscaled StarLeague from Feb 24 Battlenet Game Lobby Simulator [G] GenAI subtitles for Korean BW content
Tourneys
[ASL19] Ro8 Day 4 [BSL20] RO32 Group F - Saturday 20:00 CET [BSL20] RO32 Group E - Sunday 20:00 CET [CSLPRO] $1000 Spring is Here!
Strategy
[G] How to get started on ladder as a new Z player Creating a full chart of Zerg builds [G] Mineral Boosting
Other Games
General Games
Stormgate/Frost Giant Megathread What do you want from future RTS games? Nintendo Switch Thread Grand Theft Auto VI Battle Aces/David Kim RTS Megathread
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
LiquidLegends to reintegrate into TL.net
Heroes of the Storm
Simple Questions, Simple Answers
Hearthstone
Heroes of StarCraft mini-set
TL Mafia
Vanilla Mini Mafia TL Mafia Community Thread TL Mafia Plays: Diplomacy TL Mafia: Generative Agents Showdown Survivor II: The Amazon
Community
General
Russo-Ukrainian War Thread Things Aren’t Peaceful in Palestine US Politics Mega-thread Ask and answer stupid questions here! Elon Musk's lies, propaganda, etc.
Fan Clubs
Serral Fan Club
Media & Entertainment
Movie Discussion! Anime Discussion Thread [Books] Wool by Hugh Howey Surprisingly good films/Hidden Gems
Sports
2024 - 2025 Football Thread NHL Playoffs 2024 NBA General Discussion Formula 1 Discussion
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread Cleaning My Mechanical Keyboard How to clean a TTe Thermaltake keyboard?
TL Community
BLinD-RawR 50K Post Watch Party The Automated Ban List TL.net Ten Commandments
Blogs
Why 5v5 Games Keep Us Hooked…
TrAiDoS
Info SLEgma_12
SLEgma_12
SECOND COMMING
XenOsky
WombaT’s Old BW Terran Theme …
WombaT
Heero Yuy & the Tax…
KrillinFromwales
BW PvZ Balance hypothetic…
Vasoline73
Test Entry for subject
xumakis
Customize Sidebar...

Website Feedback

Closed Threads



Active: 13436 users

[Help] Learning Java

Blogs > Coagulation
Post a Reply
Normal
Coagulation
Profile Blog Joined July 2006
United States9633 Posts
Last Edited: 2011-01-29 23:13:38
January 29 2011 23:12 GMT
#1
I have been wanting to get into learning coding (simple stuff )and from what i understand java is a good start point. So i did some research and went and downloaded the Java Developer Kit from here after I get everything downloaded and installed nothing seems to work so I did a little more reading and find out that i have to
Set up environmental variables for JDK before i can launch the program. however im having an extremely hard time figuring out exactly what im supposed to do.

I have a guide that gives this as first step
Under Windows, you set environmental variables by modifying the autoexec.bat file, located in the root directory of your hard-drive. This batch file is executed on startup; modifications to this file will not take effect until you run it, or reboot.


I have looked but..
I have no idea where to find this autoexec.bat file.
is it in the java instillation destination folder?
is it in my c root drive?
is it in my windows folder?
Im sorry if this is extremely dumb or simple and im being an ignorant newbie here
however..
I would appreciate any wisdom TL can shed on this frustrating road block

open to any and all suggestions if anyone has any good guides/sites etc to help


*
2Pacalypse-
Profile Joined October 2006
Croatia9489 Posts
Last Edited: 2011-01-29 23:24:37
January 29 2011 23:17 GMT
#2
You can set an Environment Variables by clicking right click on My Computer -> Properties -> Advanced.

Let me get back to you on exactly how to set up Java variables, because I did it like a year ago and kinda forgot now ^^.

EDIT: oh yeah, you need to set path to the Java executables. Under those Environment Variables, find Path variable under System Variables and click edit. Add semi colon at the end and type the path to your Java folder where the executables are.
Example: If you installed your Java to "c:\Program Files\Java", then you add to the path variable ";c:\program files\java\bin"
(note: I think executables are in bin folder, but you should check just to be sure)
Moderator"We're a community of geniuses because we've found how to extract 95% of the feeling of doing something amazing without actually doing anything." - Chill
Qzy
Profile Blog Joined July 2010
Denmark1121 Posts
Last Edited: 2011-01-29 23:21:35
January 29 2011 23:21 GMT
#3
Hi

You should get an IDE. Like Netbeans or Eclipse - They control everything for you and makes it simple. . From there, try an online tutorial for java?

http://www.tutorialspoint.com/java/index.htm
TG Sambo... Intel classic! Life of lively to live to life of full life thx to shield battery
2Pacalypse-
Profile Joined October 2006
Croatia9489 Posts
January 29 2011 23:26 GMT
#4
And yeah, you should install some IDE (jGrasp is pretty simple).

You only need to edit your environment variables if you're gonna compile from command prompt, but with IDE there's no need for this.
Moderator"We're a community of geniuses because we've found how to extract 95% of the feeling of doing something amazing without actually doing anything." - Chill
Random()
Profile Blog Joined August 2004
Kyrgyz Republic1462 Posts
January 29 2011 23:30 GMT
#5
On January 30 2011 08:21 Qzy wrote:
Hi

You should get an IDE. Like Netbeans or Eclipse - They control everything for you and makes it simple. . From there, try an online tutorial for java?

http://www.tutorialspoint.com/java/index.htm


I would not recommend jumping into an IDE straight away though. I think it is quite helpful to understand how the whole chain of Java development process works, especially things like setting up the class path. An IDE would do that for you and that's cool, but then you will have a hard time trying to run your program without one, and that makes you feel quite stupid
Disregard
Profile Blog Joined March 2007
China10252 Posts
Last Edited: 2011-01-29 23:39:02
January 29 2011 23:35 GMT
#6
You should just use a very simple IDE like JCreator LE. This way everything can be compiled, easily checked for syntax errors and such. After that you should use Eclipse, which I find has better functionality but JCreator is very newbie friendly. Never tried Netbeans though, but its a whole package IDE.

Im not very experienced since Ive only been doing this for a year, both C++/Java. D:

edit: Try using MS-DOS then, I would probably be stumped without a IDE.
"If I had to take a drug in order to be free, I'm screwed. Freedom exists in the mind, otherwise it doesn't exist."
Coagulation
Profile Blog Joined July 2006
United States9633 Posts
January 29 2011 23:55 GMT
#7
ok im downloading netbeans at the moment
apparently it is a pretty complete package.

i will check out JCreator LE

Count9
Profile Blog Joined May 2009
China10928 Posts
January 29 2011 23:58 GMT
#8
NONONONO NOT NETBEANS!!!

No, just kidding, it's not bad at all, but eclipse is so nice. It's very beginner friendly: has a red x mark if your code is wrong, green check if its right, auto suggests correction etc.

I use netbeans mostly for GUI stuff, the coding environment is worse.
fanta[Rn]
Profile Blog Joined October 2004
Japan2465 Posts
January 30 2011 00:08 GMT
#9
netbeans is nice but it's buggy as fuck.
I still prefer it over eclipse though.
jacen
Profile Blog Joined April 2004
Austria3644 Posts
January 30 2011 00:11 GMT
#10
On January 30 2011 09:08 fanta[Rn] wrote:
netbeans is nice but it's buggy as fuck.
I still prefer it over eclipse though.

hi fanta
sup?
(micronesia) lol we aren't going to just permban you (micronesia) "we" excludes Jinro
Disregard
Profile Blog Joined March 2007
China10252 Posts
January 30 2011 00:13 GMT
#11
Everyone uses Eclipse, hop on the bandwagon. Haha :D
"If I had to take a drug in order to be free, I'm screwed. Freedom exists in the mind, otherwise it doesn't exist."
tofucake
Profile Blog Joined October 2009
Hyrule19012 Posts
January 30 2011 00:17 GMT
#12
I actually recommend learning C# instead. Java is bloated, and is up for some hard times.
Liquipediaasante sana squash banana
iGrok
Profile Blog Joined October 2010
United States5142 Posts
January 30 2011 00:25 GMT
#13
If you want to start by learning, check out Blue Pelican Java - its a free java textbook
MOTM | Stim.tv | TL Mafia | Fantasy Fighting! | SNSD
Cambium
Profile Blog Joined June 2004
United States16368 Posts
Last Edited: 2011-01-30 00:32:13
January 30 2011 00:30 GMT
#14
If you choose to use an IDE (you should), use IntelliJ. IntelliJ blows Eclipse out of the water in terms of usability and integration with other tools.

I use IntelliJ at home, and IDE at work because the corporate version is ridiculously expensive.
When you want something, all the universe conspires in helping you to achieve it.
fabiano
Profile Blog Joined August 2009
Brazil4644 Posts
January 30 2011 00:52 GMT
#15
On January 30 2011 08:55 Coagulation wrote:
ok im downloading netbeans at the moment
apparently it is a pretty complete package.

i will check out JCreator LE



Nooooooooooooooo!!!!

If you are starting, do not use an IDE. You have to learn how to set things up.

Besides that, if you are just gonna code simple programs, there is no need to fire up a whole IDE and start coding when you could just open a terminal and notepad.

When you have the need to develop a GUI that demand too much repetitive coding, then use an IDE.
"When the geyser died, a probe came out" - SirJolt
NevilleS
Profile Blog Joined July 2009
Canada266 Posts
January 30 2011 01:02 GMT
#16
Don't listen to these guys saying not to use an ide. If you've never programmed before, your goal isn't to become a ninja yet, you just want to learn the basics... There can be done arcane wizardry required to compile and run programs for any language, and it's better to have a solid understanding of programming fundamentals before you start trying to figure that out too...
jacen
Profile Blog Joined April 2004
Austria3644 Posts
January 30 2011 01:10 GMT
#17
On January 30 2011 09:52 fabiano wrote:
Show nested quote +
On January 30 2011 08:55 Coagulation wrote:
ok im downloading netbeans at the moment
apparently it is a pretty complete package.

i will check out JCreator LE



Nooooooooooooooo!!!!

If you are starting, do not use an IDE. You have to learn how to set things up.

Besides that, if you are just gonna code simple programs, there is no need to fire up a whole IDE and start coding when you could just open a terminal and notepad.


If he is learning java for education he should learn the basics, yes.
If he is learning java to learn an additional language or just start to learn programing, there is no need to code in notepad and compile it via command line.

An IDE is a good tool to keep track on what is working and what is not.
Not to mention step by step debugging which made learning to program a lot easier.
Why should he sacrifice this for some command line skills he won't need if he will never implement complex systems?
(micronesia) lol we aren't going to just permban you (micronesia) "we" excludes Jinro
fabiano
Profile Blog Joined August 2009
Brazil4644 Posts
January 30 2011 02:00 GMT
#18
The error tracking is a good point, but here are my reasons for not using an IDE:

1. He would be using a bazooka to kill a fly (complete netbeans package will install so much stuff that he probably will never use)
2. Opening a terminal+notepad is way faster than Netbeans
3. He has everything he needs installed (the JDK), just need to set the Path, which was explained step-by-step above
"When the geyser died, a probe came out" - SirJolt
jacen
Profile Blog Joined April 2004
Austria3644 Posts
January 30 2011 03:03 GMT
#19
On January 30 2011 11:00 fabiano wrote:
1. He would be using a bazooka to kill a fly (complete netbeans package will install so much stuff that he probably will never use)

Is that really an issue?
Most computers can handle it, right?
So what's bad about installing much stuff you'll never use?

On January 30 2011 11:00 fabiano wrote:
2. Opening a terminal+notepad is way faster than Netbeans

If i read the OP correct, he cannot code yet.
He WILL make plenty of mistakes some of which are hard to figure out on the command line (java compiling errors and exceptions sometimes really suck ...). A step by step debugger will save him more time than opening all those netbeans sessions will cost.

On January 30 2011 11:00 fabiano wrote:
3. He has everything he needs installed (the JDK), just need to set the Path, which was explained step-by-step above

See 2.
It's not about being able to code with the current setup, it's about learning efficiently.


One things why java is so easy to learn is because of it's easy to setup IDEs that let you look into how and why the program works. Not to mention that most of the IDEs are free. If it weren't for that, c# would be just as good as a first programing language.
(micronesia) lol we aren't going to just permban you (micronesia) "we" excludes Jinro
fabiano
Profile Blog Joined August 2009
Brazil4644 Posts
January 30 2011 04:02 GMT
#20
Ok, go with IDE then.

Hopefully you will see how much fun programming is!

Remember that many times you will find yourself stuck at something, like with the problem with Path you posted here, but by experience I can assure you these are the times you learn the most. This was a good time to learn what classpaths are, even if still don't know how to code

But if you are rushing to learn how to code, just go with IDE.

"When the geyser died, a probe came out" - SirJolt
vek
Profile Joined March 2010
Australia936 Posts
Last Edited: 2011-01-30 04:16:31
January 30 2011 04:07 GMT
#21
Well I'd recommend Eclipse. Messing around with classpaths and all that junk can come later when it's important and you have a reason to. If you want to jump into coding and learning OOP then get an IDE and go mad. I included a quick tutorial that should get you started:

I first learned java on Eclipse and still use Eclipse for work today. It is very easy for a beginner to work with because you can ignore all the advanced functions and just use what you need.

Okay first you obviously want to install eclipse and the JDK:
http://www.oracle.com/technetwork/java/javase/downloads/index.html (Download JDK)
http://www.eclipse.org/downloads/ (Eclipse IDE for Java Developers)

When you first start it up you'll see something like this and possibly something asking about a workspace location:
+ Show Spoiler +
[image loading]


Now I remember when I first started out I just said to myself what is this shit. The trick is just to close it and get to the workbench. If you are asked to specify a workspace just pick a sensible location. The default it suggests is probably fine. A workspace is a bunch of folders that contain things like:
- Eclipse settings/preferences
- Your projects

For example if you were doing work at school and at home I'd have my workspace on a USB drive and point eclipse to that workspace.

Onto the next screen.

Your workbench should look somewhat like this. Your package explorer on the left, editor in the center and console down the bottom.

If you want to write some code the first thing is making a new project. Right click on some blank space in your package explorer and go to new > java project.
+ Show Spoiler +
[image loading]


Fill out the project name and hit finish. You can ignore the rest of the advanced options.
+ Show Spoiler +
[image loading]


Now we want to make a class. It's important to always make sure your classes start with a CapitalLetterLikeThis and that the class name share the name of the CapitalLetterLikeThis.java file.

Right click on the src folder > new > class.
+ Show Spoiler +
[image loading]


Name the class HelloWorld and hit finish. You could also optionally tick the auto main method generation but that's just lazy
+ Show Spoiler +
[image loading]


Here you can type your code into the editor. I just did a simple "hello world". Once you are done and providing there are no syntax errors you can hit the "play" button to run your application. The output will appear in the lower part of your screen in the "console" tab.

If you manage to create a program that goes into an infinite loop you can hit the stop button to terminate it.
+ Show Spoiler +
[image loading]


That's pretty much it for my simple Eclipse tutorial

I'll give you one last tip though. Since you'll be writing a lot of console based applications in the beginning you'll have to write System.out.println a lot and as you can guess this is pretty annoying. Luckily Eclipse is awesome. You can just write the shorthand version "sysout", hit CTRL+Space and Eclipse will do the rest.

[image loading]

Hope this helps. I know other people suggest Netbeans but I've never liked it. I found Eclipse is easier to get started with and more flexible in the long run.

Edit: spoilered big images cause my post ended up way bigger than I expected D:
Coagulation
Profile Blog Joined July 2006
United States9633 Posts
Last Edited: 2011-01-30 04:56:38
January 30 2011 04:49 GMT
#22
wow thanks for the step by step vek
i will download eclipse and see if its any more user friendly.

so far i have made a calculator in netbeans using a guide.
djcube
Profile Blog Joined July 2009
United States985 Posts
January 30 2011 04:54 GMT
#23
On January 30 2011 13:49 Coagulation wrote:
wow thanks for the step by step vek
i will download eclipse and see if its any more user friendly.

so far i have made a calculator innetbeans using a guide.

Hah like a full blown calculator with a gui? That's pretty advanced for having just started coding
Disregard
Profile Blog Joined March 2007
China10252 Posts
January 30 2011 05:13 GMT
#24
On January 30 2011 13:49 Coagulation wrote:
wow thanks for the step by step vek
i will download eclipse and see if its any more user friendly.

so far i have made a calculator in netbeans using a guide.


Awesome, if I wouldve written something like that for practice... Probably be a million lines of code, still trying to find my "style". Pretty much still lack experience in efficiently optimizing code and maybe I should just focus on one language instead of trying to learn multiple like some wannabe brainiac.

Though its fun once you get into it but sometimes I go on a brief hiatus, I havent practiced the past 2 weeks after going on a 1 month winter break.
"If I had to take a drug in order to be free, I'm screwed. Freedom exists in the mind, otherwise it doesn't exist."
gravity
Profile Joined March 2004
Australia1792 Posts
Last Edited: 2011-01-30 08:29:52
January 30 2011 08:28 GMT
#25
If you have never done any sort of programming before I'd recommend following this free Python book/tutorial rather than using Java:

http://learnpythonthehardway.org/index

edit: Sounds like you're off to an ok start though, if you can make a calculator already (and understand what you're doing) then the above book may be too simple .
Deleted User 61629
Profile Blog Joined March 2010
1664 Posts
Last Edited: 2011-01-30 10:17:32
January 30 2011 10:16 GMT
#26
--- Nuked ---
Entropic
Profile Blog Joined May 2009
Canada2837 Posts
January 30 2011 10:38 GMT
#27
On January 30 2011 17:28 gravity wrote:
If you have never done any sort of programming before I'd recommend following this free Python book/tutorial rather than using Java:

http://learnpythonthehardway.org/index

edit: Sounds like you're off to an ok start though, if you can make a calculator already (and understand what you're doing) then the above book may be too simple .


Thanks for the link, was looking for some nice tutorials for total (like last place bronze league) noobs in programming like me.
Disregard
Profile Blog Joined March 2007
China10252 Posts
January 30 2011 11:11 GMT
#28
On January 30 2011 19:16 Inori wrote:
Show nested quote +
On January 30 2011 08:12 Coagulation wrote:
I have been wanting to get into learning coding (simple stuff )and from what i understand java is a good start point.

???????
Out of all the languages out there for "simple stuff", you choose Java? What, Ruby, Python, PHP and etc were too hard for you?

On a serious note, after Oracle bought Sun, I wouldn't recommend anyone learning Java, simple stuff or not. It will be going downhill, just like MySQL is already. Trust me.


Im finding more and more people telling me this, too bad my uni decided to do Java instead of the usual C++ or Python this year... I have to continue and complete this last course before I move on. Though Im trying to teach myself C++.
"If I had to take a drug in order to be free, I'm screwed. Freedom exists in the mind, otherwise it doesn't exist."
Finskie
Profile Blog Joined March 2010
Sweden412 Posts
January 30 2011 12:48 GMT
#29
Dont chose Java. Please. You will thank me later. Go C++/C# or Python. I'd rather have learned even Bash than fucking Java. If you must, go for Eclipse for coding.
Violet.
fanta[Rn]
Profile Blog Joined October 2004
Japan2465 Posts
January 30 2011 14:33 GMT
#30
Java is not so bad, makes transition to other languages also quite easy.

C# is probably better though
djcube
Profile Blog Joined July 2009
United States985 Posts
January 30 2011 14:57 GMT
#31
Yeah I'm no expert or anything, but like fanta said, I learned Java first and it was pretty easy learning other languages after wards.

I'm curious (as someone who wants to learn more about the field) why Java gets so much hate?
fabiano
Profile Blog Joined August 2009
Brazil4644 Posts
January 30 2011 15:01 GMT
#32
Because Oracle bought Sun.

Once you learn the OO paradigm, no matter the language you learnt first, its going to be an easy transition to any other OO language.

Also, Java isn't going downhill so fast. The Android platform is growing strong, Java is still a good language to have in your curriculum.
"When the geyser died, a probe came out" - SirJolt
berated-
Profile Blog Joined February 2007
United States1134 Posts
Last Edited: 2011-02-05 02:17:25
February 05 2011 02:15 GMT
#33
On January 31 2011 00:01 fabiano wrote:
Because Oracle bought Sun.

Once you learn the OO paradigm, no matter the language you learnt first, its going to be an easy transition to any other OO language.

Also, Java isn't going downhill so fast. The Android platform is growing strong, Java is still a good language to have in your curriculum.


Even though oracle is trying to screw us all there are still open source alternatives like open JDK. As long as oracle's tactics don't divide java into a bunch of different flavors everything will be okay.

And I totally agree -- java isn't going anywhere - but I might be biased because my future depends on it . . .
Cloud
Profile Blog Joined November 2004
Sexico5880 Posts
Last Edited: 2011-02-05 04:07:50
February 05 2011 04:02 GMT
#34
I think you should learn Python or Scheme instead. Python is easy to learn and very powerful, more so than Java, also object-oriented if that's what you're aiming for. Scheme completely lacks syntax and so you can focus on actually learning about programming instead of bothering yourself with learning syntax rules and is very powerful as well. Java is way too verbose and its power comes from the huge number of libraries and tools like Eclipse or Netbeans and that in a way teaches you bad habits if it's your first language.

The best book for Scheme I think is The little schemer, SICP is probably better for depth but a little
too difficult and heavy to start in my opinion (it's a weedout introductory course by MIT).
It's easier to find a python book, surf the web or go to your local library and look for o'reilly introductory Python books.

Here's an article that may be of interest to you: http://www.catb.org/~esr/faqs/hacker-howto.html

You should stay away from c/c++ at the moment, they're just not powerful enough and they only serve specific purposes. Python and scheme(lisp) are much more general purpose.
BlueLaguna on West, msg for game.
vijayaustin
Profile Joined January 2019
1 Post
January 26 2019 13:01 GMT
#35
--- Nuked ---
rojaraja
Profile Joined January 2019
1 Post
January 30 2019 06:31 GMT
#36
--- Nuked ---
Normal
Please log in or register to reply.
Live Events Refresh
Online Event
04:00
May Mayhem: Group Stage D2
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft: Brood War
Leta 779
PianO 577
Larva 547
actioN 204
soO 67
NaDa 5
League of Legends
JimRising 640
Counter-Strike
Stewie2K757
Super Smash Bros
hungrybox702
Heroes of the Storm
Khaldor196
Other Games
WinterStarcraft570
C9.Mang0450
Happy171
PartinGtheBigBoy85
Organizations
Counter-Strike
PGL11090
Other Games
gamesdonequick1105
StarCraft 2
ESL.tv141
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 14 non-featured ]
StarCraft 2
• practicex 88
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• lizZardDota2121
League of Legends
• Stunt1079
Other Games
• WagamamaTV226
Upcoming Events
SOOP
1h 38m
DongRaeGu vs sOs
CranKy Ducklings
2h 38m
WardiTV Invitational
3h 38m
AllThingsProtoss
3h 38m
SC Evo League
4h 38m
WardiTV Invitational
6h 38m
Chat StarLeague
8h 38m
PassionCraft
9h 38m
Circuito Brasileiro de…
10h 38m
Online Event
20h 38m
MaxPax vs herO
SHIN vs Cure
Clem vs MaxPax
ShoWTimE vs herO
ShoWTimE vs Clem
[ Show More ]
Sparkling Tuna Cup
1d 2h
WardiTV Invitational
1d 3h
AllThingsProtoss
1d 3h
uThermal 2v2 Circuit
1d 6h
Chat StarLeague
1d 8h
Circuito Brasileiro de…
1d 10h
Afreeca Starleague
2 days
BeSt vs Light
Wardi Open
2 days
PiGosaur Monday
2 days
Afreeca Starleague
3 days
Snow vs Soulkey
WardiTV Invitational
3 days
Replay Cast
3 days
GSL Code S
4 days
ByuN vs Rogue
herO vs Cure
Replay Cast
4 days
GSL Code S
5 days
Classic vs Reynor
GuMiho vs Maru
The PondCast
5 days
RSL Revival
5 days
GSL Code S
6 days
Korean StarCraft League
6 days
Liquipedia Results

Completed

BSL Nation Wars Season 2
PiG Sty Festival 6.0
Calamity Stars S2

Ongoing

JPL Season 2
ASL Season 19
YSL S1
BSL 2v2 Season 3
BSL Season 20
China & Korea Top Challenge
KCM Race Survival 2025 Season 2
CSLPRO Spring 2025
2025 GSL S1
Heroes 10 EU
PGL Astana 2025
Asian Champions League '25
ECL Season 49: Europe
BLAST Rivals Spring 2025
MESA Nomadic Masters
CCT Season 2 Global Finals
IEM Melbourne 2025
YaLLa Compass Qatar 2025
PGL Bucharest 2025
BLAST Open Spring 2025
ESL Pro League S21

Upcoming

NPSL S3
CSLPRO Last Chance 2025
CSLAN 2025
Esports World Cup 2025
HSC XXVII
Championship of Russia 2025
Bellum Gens Elite Stara Zagora 2025
2025 GSL S2
DreamHack Dallas 2025
IEM Cologne 2025
FISSURE Playground #1
BLAST.tv Austin Major 2025
ESL Impact League Season 7
IEM Dallas 2025
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.