Hi. I am trying to write a java application where you can load a
dialogue and send an email about a technical problem to the system
adminstrator. All the website says i need to import
com.jscape... but jscape doesn't exist. What do I do.
Any help would be apreciated. Thank you
Knute Johnson - 16 Sep 2006 22:31 GMT
> Hi. I am trying to write a java application where you can load a
> dialogue and send an email about a technical problem to the system
> adminstrator. All the website says i need to import
> com.jscape... but jscape doesn't exist. What do I do.
>
> Any help would be apreciated. Thank you
I don't know jscape either but Sun provides Java Mail API.
http://java.sun.com/products/javamail/

Signature
Knute Johnson
email s/nospam/knute/
Tor Iver Wilhelmsen - 17 Sep 2006 07:56 GMT
> All the website says i need to import com.jscape... but jscape
> doesn't exist. What do I do.
You realize the brilliance in Sun's package naming policy where the
initial elements are the developers' domain name.
http://www.jscape.com/
Since it seems to be only commercial software, whoever asked you to
use JScape's classes probably bought some library: Ask them where it
is and add it to your project.