Click to See Complete Forum and Search --> : How Can I Compile Java in TextPad?
nanokooshball
09-07-2004, 10:50 PM
I got the program TextPad and am trying to compile Java under the tools menu but it wont show any java options...why is this??? @ skool we have it there but i don thave it on my home pc.....i installed java sdk too.....
PLz help...need to finish some programs....
Check under Configure, Preferences, Tools, Compile Java. Make sure the Parameters and Initial Folder match what you use at school. You can also check "Prompt for parameters".
In the worst case, open a Command Prompt and use javac manually.
jbarreto
09-08-2004, 01:07 PM
If you're still stuck try www.jcreator.com . It should find your Java installation and run pretty smoothly.
They also have a good FAQ section if you click the 'Support' button.
HTH :cool:
nanokooshball
09-08-2004, 06:11 PM
um....i am not sure where the intitail folder would go....any clue? I installed everything in Program Files....
nanokooshball
09-15-2004, 05:53 PM
anyone?
When you edited the last message, it didn't bring the post back to the top.
In my setup, I have the following set:
Parameters: $File -cp .; [the rest of my classpath here]
Initial Folder: $FileDir
Thinking about it, it's probably your classpath that's messed up. What errors are you getting when you try to compile? Is it not finding symbols that should be there? You're probably missing a directory or jar file in the classpath then.
UmneyDurak
09-18-2004, 05:10 AM
If you are looking for a free Java Compiler, you might want to check out Eclipse. It has some really nice features like CVS.