Sign In | Sign Up

Nerolfloren

Life is like a video game we chose what we want to be we gain experience and we level up but even though this our life we can't choose our destiny

My Profile

NerolfloreN
7781
.....
Points: 33
Country: Philippines
Gender: Male

Shortcuts

Categories

Calendar

Y M
Sun Mon Tue Wed Thu Fri Sat

My Posts

Tue Dec 30, 08 10:08 AM | Category: sites
Is there any good sites to download some free tutorial ,books and tools relating to hacking or cracking  without any spyware or trojan for newbies
Tue Dec 30, 08 10:03 AM | Category: site list

wow  good listing of programming books  here  to download

 

http://www.gonullyourself.org/main/index.php

Tue Dec 30, 08 09:31 AM | Category: Programming

simple java program

 

download jdk1.5.0

 

here

 http://java.sun.com/javase/downloads/index_jdk5.jsp

 

*install

 default location

 e.g. drive C:

C:\Program Files\Java\jdk1.5.0_02

 

*configure

 

right click my computer

 

properties

 

advanced

 

environment variables

 

system variables

 

path

 press the edit button

 go to last tab of the path in the box

type this    ;C:\Program Files\Java\jdk1.5.0_02\bin

press ok

 

 

hold the windows logo on your keyboard and press r

run dialog box appear

 type cmd  command prompt appear

 

type this  java -version

(if your configuration is right)

your java version information will appear

 

*testing

 *create newfolder

 e.g. c:\javaproject

 

open notepad

 

type this

 ---------------------------------......