Hi,
While i am doing the
j2ee tuotorial 1.3 version, at the building stage
with
ant , I have some errors saying that it has some problem with the import statement for Converter and ConverterHome in the ConverterClient
Below is what i am getting
----------------------------------------------------------------------------
C:\j2eetutorial\examples>ant converter
Buildfile: build.xml
init:
converter:
[javac] Compiling 4 source files to C:\j2eetutorial\examples\build\ejb\conve
rter
[javac] C:\j2eetutorial\examples\src\ejb\converter\ConverterClient.java:15:
'.' expected
[javac] import Converter;
[javac] ^
[javac] C:\j2eetutorial\examples\src\ejb\converter\ConverterClient.java:16:
'.' expected
[javac] import ConverterHome;
[javac] ^
[javac] 2 errors
BUILD FAILED
C:\j2eetutorial\examples\build.xml:89: Compile failed, messages should have been
provided.
----------------------------------------------------------------------------
Can any body suggest the cause of the error
Thank in Advance
Suresh K