Compiler (javac) runs w/out errors but does not create .clas

Using the Java SDK with TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
Robin
Posts: 2
Joined: Mon Apr 14, 2003 3:59 pm
Location: PA

Compiler (javac) runs w/out errors but does not create .clas

Post by Robin »

Help! The compiler (javac) runs with no errors but does not create a .CLASS file.

was running fine b4, but not now. Only changes include security restrictions on server recently.

Any ideas?

Thanks in advance.
garrettj

Please sir, may I have some more?

Post by garrettj »

You'll have to give up alot more information than that to get anywhere. Where are you compiling you java files? Where are the source files? Where is the destination directory? What is your exact syntax? Have you tried to do a garden-variety search for .class files on your whole system? Perhaps they're accidentally been sent to the wrong directory.
Robin
Posts: 2
Joined: Mon Apr 14, 2003 3:59 pm
Location: PA

compiler runs fine now

Post by Robin »

Thanks for your consideration of this - the parameters weren't completely defined.
Post Reply