First thing is set your PATH environment variable to the directory where ur
javac.exe exists and then try again.

Nikhil R Silsarma
Developer
DigitalRUM UK Ltd.
Tel: 020 7691 5549



-----Original Message-----
From: Bert [mailto:[EMAIL PROTECTED]]
Sent: 14 June 2001 17:52
To: JRun-Talk
Subject: compiling a servlet



I am trying to compile a simple servlet in jrun and I keep getting this
incorrect file name or directory error this is my classpath

C:\Program Files\Allaire\JRun\lib\ext\servlet.jar;C:\jdk1.3\lib\tools.jar


Bert










Microsoft Windows 2000 [Version 5.00.2195]
(C) Copyright 1985-1999 Microsoft Corp.

C:\>set classpath=%classpath%;C:\Progra~1\Allaire\JRun\lib\ext\servlet.jar

C:\>javac MyFirstServlet.java
'javac' is not recognized as an internal or external command,
operable program or batch file.

C:\>cd c:\program
files\allaire\jrun\servers\default\default-app\web-inf\classes


C:\Program
Files\Allaire\JRun\servers\default\default-app\WEB-INF\classes>javac-
classpath".;c:\program files\allaire\jrun\lib\ext\servlet.jar"
MyFirstServlet.ja
va
The filename, directory name, or volume label syntax is incorrect.

C:\Program Files\Allaire\JRun\servers\default\default-app\WEB-INF\classes>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to