jdk 1.4.1 compile can't find javax package

I wonder if i need to reinstall the j2ee after i installed the new 1.4.1? i have a compile error when running through the j2ee tutorial and it seems the javax package can't be found for the ejb package. Do i need to reinstall or is there an easy fix?
[258 byte] By [iiedwards] at [2007-9-27 20:13:46]
# 1
I don't believe that Jdk 1.4.1 is the same as j2ee. Wording it differently, javax.ejb is not in jdk 1.4.1.So re-installing is not going to help.Here is the sun j2ee... http://java.sun.com/j2ee/
jschell at 2007-7-7 0:23:53 > top of Java-index,Developer Tools,Java Compiler...
# 2

thanks for your help! i discovered i had an old (draft2)version of the j2ee tutorial and after finding different errors in compilation (after getting draft5)i re-installed sdk1.3.1 and j2ee1.3 and everything worked. i had too many jars in my ext folder in sdk1.4.1 so nixing it (with extraneous older jars) seemed to help. ant says 'thou shall not have crimson or other xml jars in ext folders' in the manual(without any xtra jars in my java_home/lib or jre/lib/ext). thanks for your reply! : )

iiedwards at 2007-7-7 0:23:53 > top of Java-index,Developer Tools,Java Compiler...