I downloaded source code from http://www.cokeandcode.com/spaceinvaders104/spaceinvaders104.zip .
When I try to build it in IntelliJ Idea, i get few errors ;p
Information:Note: Some input files use unchecked or unsafe operations.
Information:Compilation completed with 88 errors and 1 warning
Information:88 errors
Information:1 warning
C:\Documents and Settings\MG\Desktop\spaceinvaders104\spaceinvaders104\org\newdawn\spaceinvaders\jogl\JoglGameWindow.java
Error:Error:line (8)package net.java.games.jogl does not exist
Error:Error:line (9)package net.java.games.jogl does not exist
Error:Error:line (10)package net.java.games.jogl does not exist
Error:Error:line (11)package net.java.games.jogl does not exist
Error:Error:line (12)package net.java.games.jogl does not exist
Error:Error:line (13)package net.java.games.jogl does not exist
Error:Error:line (14)package net.java.games.jogl does not exist
Error:Error:line (27)cannot find symbol class GLEventListener
Error:Error:line (37)cannot find symbol class GLCanvas
Error:Error:line (39)cannot find symbol class GL
Error:Error:line (70)cannot find symbol class GL
Error:Error:line (160)cannot find symbol class GLDrawable
Error:Error:line (188)cannot find symbol class GLDrawable
Error:Error:line (217)cannot find symbol class GLDrawable
Error:Error:line (237)cannot find symbol class GLDrawable
Error:Error:line (99)cannot find symbol class GLCapabilities
Error:Error:line (99)cannot find symbol variable GLDrawableFactory
Error:Error:line (106)cannot find symbol class Animator
Warning:Warning:line (114)[deprecation] show() in java.awt.Window has been deprecated
Error:Error:line (165)cannot find symbol variable GL
Error:Error:line (172)cannot find symbol variable GL
Error:Error:line (193)cannot find symbol variable GL
Error:Error:line (194)cannot find symbol variable GL
Error:Error:line (223)cannot find symbol variable GL
C:\Documents and Settings\MG\Desktop\spaceinvaders104\spaceinvaders104\org\newdawn\spaceinvaders\jogl\TextureLoader.java
Error:Error:line (23)package net.java.games.jogl does not exist
Error:Error:line (41)cannot find symbol class GL
Error:Error:line (52)cannot find symbol class GL
Error:Error:line (97)cannot find symbol variable GL
Error:Error:line (98)cannot find symbol variable GL
Error:Error:line (99)cannot find symbol variable GL
Error:Error:line (100)cannot find symbol variable GL
Error:Error:line (139)cannot find symbol variable GL
Error:Error:line (141)cannot find symbol variable GL
Error:Error:line (147)cannot find symbol variable GL
Error:Error:line (149)cannot find symbol variable GL
Error:Error:line (150)cannot find symbol variable GL
Error:Error:line (161)cannot find symbol variable GL
C:\Documents and Settings\MG\Desktop\spaceinvaders104\spaceinvaders104\org\newdawn\spaceinvaders\jogl\Texture.java
Error:Error:line (3)package net.java.games.jogl does not exist
Error:Error:line (51)cannot find symbol class GL
C:\Documents and Settings\MG\Desktop\spaceinvaders104\spaceinvaders104\org\newdawn\spaceinvaders\lwjgl\TextureLoader.java
Error:Error:line (24)package org.lwjgl.opengl does not exist
Error:Error:line (78)cannot find symbol variable GL11
Error:Error:line (97)cannot find symbol variable GL11
Error:Error:line (98)cannot find symbol variable GL11
Error:Error:line (99)cannot find symbol variable GL11
Error:Error:line (100)cannot find symbol variable GL11
Error:Error:line (132)cannot find symbol variable GL11
Error:Error:line (139)cannot find symbol variable GL11
Error:Error:line (141)cannot find symbol variable GL11
Error:Error:line (147)cannot find symbol variable GL11
Error:Error:line (149)cannot find symbol variable GL11
Error:Error:line (150)cannot find symbol variable GL11
Error:Error:line (161)cannot find symbol variable GL11
Error:Error:line (154)cannot find symbol variable GL11
C:\Documents and Settings\MG\Desktop\spaceinvaders104\spaceinvaders104\org\newdawn\spaceinvaders\lwjgl\Texture.java
Error:Error:line (3)package org.lwjgl.opengl does not exist
Error:Error:line (53)cannot find symbol variable GL11
C:\Documents and Settings\MG\Desktop\spaceinvaders104\spaceinvaders104\org\newdawn\spaceinvaders\lwjgl\LWJGLGameWindow.java
Error:Error:line (5)package org.lwjgl does not exist
Error:Error:line (6)package org.lwjgl does not exist
Error:Error:line (7)package org.lwjgl.input does not exist
Error:Error:line (8)package org.lwjgl.input does not exist
Error:Error:line (9)package org.lwjgl.opengl does not exist
Error:Error:line (10)package org.lwjgl.opengl does not exist
Error:Error:line (69)cannot find symbol variable Window
Error:Error:line (70)cannot find symbol variable Window
Error:Error:line (91)cannot find symbol variable Display
Error:Error:line (91)cannot find symbol variable Window
Error:Error:line (94)cannot find symbol variable Mouse
Error:Error:line (97)cannot find symbol variable GL11
Error:Error:line (100)cannot find symbol variable GL11
Error:Error:line (102)cannot find symbol variable GL11
Error:Error:line (103)cannot find symbol variable GL11
Error:Error:line (105)cannot find symbol variable GL11
Error:Error:line (112)cannot find symbol class LWJGLException
Error:Error:line (141)cannot find symbol variable Keyboard
Error:Error:line (144)cannot find symbol variable Keyboard
Error:Error:line (147)cannot find symbol variable Keyboard
Error:Error:line (151)package org.lwjgl.input does not exist
Error:Error:line (161)cannot find symbol variable GL11
Error:Error:line (162)cannot find symbol variable GL11
Error:Error:line (163)cannot find symbol variable GL11
Error:Error:line (171)cannot find symbol variable Window
Error:Error:line (173)cannot find symbol variable Window
Error:Error:line (173)cannot find symbol variable Keyboard
Error:Error:line (175)cannot find symbol variable Window
C:\Documents and Settings\MG\Desktop\spaceinvaders104\spaceinvaders104\org\newdawn\spaceinvaders\SystemTimer.java
Error:Error:line (3)package com.dnsalias.java.timer does not exist
Error:Error:line (15)cannot find symbol class AdvancedTimer
Error:Error:line (22)cannot find symbol variable AdvancedTimer
C:\Documents and Settings\MG\Desktop\spaceinvaders104\spaceinvaders104\org\newdawn\spaceinvaders\jogl\JoglSprite.java
Error:Error:line (5)package net.java.games.jogl does not exist
Error:Error:line (72)cannot find symbol class GL
C:\Documents and Settings\MG\Desktop\spaceinvaders104\spaceinvaders104\org\newdawn\spaceinvaders\lwjgl\LWJGLSprite.java
Error:Error:line (5)package org.lwjgl.opengl does not exist
I use the included JDK (Idea 4155).
Any ideas?