aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes J2EE Tutorial-Converter Example Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "J2EE Tutorial-Converter Example" Watch "J2EE Tutorial-Converter Example" New topic
Author

J2EE Tutorial-Converter Example

pankaj agarwal
Ranch Hand

Joined: Oct 13, 2000
Posts: 39
Hi guys,
this is my second mail. Please, is there anyone who could get me out of this?:
Hi I am not able to compile ConverterClient.java. I am using ant. It points errors at "import Converter" and "import ConverterHome".
My classpath looks like this in autoexec.bat
set classpath=%J2EE_HOME%\lib\j2ee.jar;%J2EE_HOME%\lib\jhall.jar;%J2EE_HOME%\lib\ejb10deployment.jar;%J2EE_HOME%\lib\j2ee-ri-svc.jar;%J2EE_HOME%\lib\system;.;%ANT_HOME%\lib;%classpath%
Please help me!
TIA
Pankaj

satish tottempudi
Greenhorn

Joined: May 07, 2001
Posts: 3
%ANT_HOME%\lib\ant.jar;%ANT_HOME%\lib\parser.jar; %ANT_HOME%\lib\*.ja set this class path and try again


Developer
Sandy Lee
Greenhorn

Joined: Jan 18, 2001
Posts: 18
Pankaj,
Also, you need not necessarily use ant to compile the source files.
Nasser Aboobaker
Ranch Hand

Joined: Dec 06, 2000
Posts: 104
Hi,
Can some one help in this. I am having same problem. Thanks in advance.
Nasser
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: J2EE Tutorial-Converter Example
 
Similar Threads
Need help in installing J2EE
Problem In Starting J2EE
Converter example of J2EETUTORIAL
Problem in setting J2ee environment variables
Help needed in setting J2EE_HOME in vista