Where are all java CLASSES stored ???
Ans is they are stored in : C:\Program Files\Java\jdk1.6.0_11\jre\lib
1) If u want to modify DEFAULT CLASSES In java like any . . .which u wann...then
2) Navigate to above folder
3) Open "rt.jar" file in winrar
or
4) extract contents of jar files using command "jar xf rt.jar"
5) Now u can use Java Decompiler specified in my J2ME section or u can visit "http://java.decompiler.free.fr/?q=jdgui#downloads
and play with classes change them and do whatever u can....!
6) Happy Programming!
0 comments:
Post a Comment