i'm having trouble compiling a java program. i just decompiled it and tryed to recompile it yet it still doesn't work. im just trying to get the feel od decopmiling and recompiling... can anyone help me out? shoot me a pm if so... thanks...
decomplied? what u decompiling? use eclipse it compiles as u go, just click run to "run" your program post the source code here ill take a look
Compile problems? Could be classpath related. When you use build tools or IDEs, this process may be masked from you, so you'll have to refer to whatever documentation you have for the tool you're using to compile. If you're doing it command line, then consider Sun's docs for Windows http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/classpath.html or maybe you're using a Unix flavor, so here's Solaris http://java.sun.com/j2se/1.5.0/docs/tooldocs/solaris/classpath.html