back to .class file

hello all,

I'm not big into java yet, but I have a script I'm playing around with that I decompiled from a .class file and moved things around a bit... now I want to compile it back to a .class file and have no idea how. I can't seem to find a freeware program to do it with.

please excuse my newbiness...

thanks for the help

ziggy

[365 byte] By [ziggy1621a] at [2007-10-2 11:48:59]
# 1

Start with this tutorial http://java.sun.com/docs/books/tutorial/getStarted/cupojava/index.html

Do not skip anything, and be sure to read the Installation Instructions (there's a link), especially #5, and set the PATH variable as instructed.

It will lead you through installing and learning to use the compiler, then running a program.

ChuckBinga at 2007-7-13 6:19:16 > top of Java-index,Developer Tools,Java Compiler...
# 2
Thanks a ton!... I'll post if I run into any snags.ziggy
ziggy1621a at 2007-7-13 6:19:16 > top of Java-index,Developer Tools,Java Compiler...