Using third-party jars on OS X
Using third-party jars on OS X
- Subject: Using third-party jars on OS X
- From: Randall Perry <email@hidden>
- Date: Thu, 22 Apr 2004 12:58:47 -0400
Webobjects docs say to put these in /Library/WebObjects/Extensions, except
for JDBC adaptors which belong in /Library/Java/Extensions.
I'm trying this opensource email package. Their instructions for use are:
To use it, add the JAR file CSEmail.jar to your CLASSPATH. Then you
will be able to add import com.coolservlets.email; to your code.
I put the import statement in main.java and placed the jar in
/Library/WebObjects/Extensions and got a 'package does not exist' error.
Tried the jar in /Library/Java/Extensions and got the same error.
What am I missing?
--
Randall Perry
sysTame
Xserve Web Hosting/Co-location
Website Development/Promotion
Mac Consulting/Sales
http://www.systame.com/
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.