Hi,
I'm using Head First by Kathy S and Bert Bates. It asks to use
J2EE 1.3. But on the sun web site, I only see J2EE 1.3 for solaris. No version for windows. Any idea?
In the end, I installed J2EE 1.4 and made the AdviceBean app. There were few differences in the GUI prompts, deploy tool etc but could build the app except that in the end during deployment, I didn't see the prompt to name it to be 'ADVISOR'. Then after that when I wrote the AdviceClient, i get the following exception during run time. Any help is appreciated.
THanks
Deep
javax.naming.NoInitialContextException: Need to specify class name in environmen
t or system property, or as an
applet parameter, or in an application resource f
ile: java.naming.factory.initial
at javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
at javax.naming.InitialContext.getURLOrDefaultInitCtx(Unknown Source)
at javax.naming.InitialContext.lookup(Unknown Source)
at AdviceClient.go(AdviceClient.java:17)
at AdviceClient.main(AdviceClient.java:10)