English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Hai !I want to use the package com.jscape.inet.ftp in my Java program. But when I imported it in my program and compiled , I got the error:- package com.jscape.inet.ftp does not exist Why? How can I use that package in my program? Any idea?
Please help me immediately!
Thanks in advance!

2006-10-10 20:04:04 · 3 answers · asked by gita k 1 in Computers & Internet Programming & Design

3 answers

Is the file.jar actually specified in the classpath? I assume com/jscape/inet/ftp is indeed being packed into a file.jar

Putting the directory that file.jar resides in the classpath will not do, you have to specify the absolute path of file.jar to work.

2006-10-10 20:12:37 · answer #1 · answered by Andy T 7 · 0 0

set class path for the jar file
this occurs if u didnt specify the jar file in the class path
if ur using Netbeans here is the procedure
Go to project properties and select classpath and add the jar file
and rest is taken care by NetBeans 5.0

2006-10-10 20:16:43 · answer #2 · answered by ch_nagarajind 3 · 0 0

Jscape

2016-12-17 08:52:55 · answer #3 · answered by samrov 4 · 0 0

fedest.com, questions and answers