I had suspected that java and javac weren't in my path, so i changed that a while ago so i could execute those commands from the console, but my compile still wasn't working... But then this morning i rebooted and everything is fine. I simply forgot to reboot the machine when i changed the PATH. I'm not having any problems compiling now. I get all the .class files in the destination directory that I specify, however, I'm still using the JDK.

What's the difference between using the compiler that comes with the j2sdkee vs j2sdk?

/John

run run wrote:

Greetings again,

I just noticed something in your message that I thought might be helpful to mention again.

You have to install j2ee compiler (i.e. j2sdkee1.3.2) if you want to compile a j2ee complaint application.

You have a j2sdk1.4.2_02 version installed and you may

have tryed to compile enterprise application with it.

Is that true?
If so, then thats an issue too.


If it hasn't change lately, sun's will comply only to j2sdkee(j2ee) compiler to compile j2ee application.

Before I compile anything complicated, I would compile
your HelloWorld.java (not .taf either) first. To see if its successfully compile. Then I'll try the next
step up and so on.


Once again I'm sorry if you have done all of these,
I'm just trying to help.


Good luck.

Tabi

______________________________________________________



--- John McGowan <[EMAIL PROTECTED]> wrote:


Folks...

I thought I had a problem with my application
compiling with the 5.5 j2ee compiler, however, it looks like the problem is
not my app, because I can't even compile a simple "Hello World" taf
file. I've got j2sdk1.4.2_02 installed, and the creation of the
java files works fine, but i get the following error when trying to go to
the next step (compiling the .java files into .class files)


ERROR: java.io.IOException: CreateProcess: javac
-classpath "C:\Documents and




Settings\mcgowan.LYNCH\Desktop\testproject\dest\Wijavasource;C:\Program


Files\Witango\Dev Studio
5.5\Library\wiruntime.jar;C:\Program Files\Witango\Dev Studio 5.5\Library\acme.jar" -d
"C:\Documents and Settings\mcgowan.LYNCH\Desktop\testproject\dest\\"
"C:\Documents and




Settings\mcgowan.LYNCH\Desktop\testproject\dest\Wijavasource\testTaf.java"


error=2

Can anybody think of a reason I might be having this
problem?


/John




________________________________________________________________________


TO UNSUBSCRIBE: Go to


http://www.witango.com/maillist.taf


__________________________________ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/ ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf




________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf

Reply via email to