Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / September 2007

Tip: Looking for answers? Try searching our database.

jar file not found

Thread view: 
zino - 21 Sep 2007 21:40 GMT
I'm a .Net  developper, but I got a single java file to compile,
having these references in it:
import com.crystaldecisions.client.logic.*;
import com.crystaldecisions.sdk.exception.SDKException;
import com.crystaldecisions.sdk.exception.SDKRuntimeException;
import com.crystaldecisions.sdk.framework.ISessionMgr;
import com.crystaldecisions.sdk.framework.CrystalEnterprise;
import com.crystaldecisions.sdk.framework.IEnterpriseSession;
import com.crystaldecisions.sdk.framework.ITrustedPrincipal;
import com.crystaldecisions.sdk.properties.IProperty;
import com.crystaldecisions.sdk.plugin.CeProgID;
import com.crystaldecisions.webapp.util.html.CookieHelper;
import com.crystaldecisions.webapp.util.html.Encoder;
import com.crystaldecisions.webapp.CEConstants;
import com.crystaldecisions.ePortfolio.framework.common.*;

I learned about java in the past couple days what is enough to compile
the file, and I debugged couple issues, but it seems to me that the
above references are not found and when compiling the file I get  too
many error as this one:

.....
...
LogonAction.java:614: cannot find symbol
symbol  : class HttpServletRequest
location: class
com.crystaldecisions.ePortfolio.framework.logon.LogonAction
HttpServletRequest request, LogonForm logonForm) throws SDKException {
....

...

100 errors
1 Warning

can somebody tell me where  I can  download the Jar files referenced
in the "inport" statement above.

thanks
RedGrittyBrick - 21 Sep 2007 21:52 GMT
> I'm a .Net  developper, but I got a single java file to compile,
> having these references in it:
[quoted text clipped - 11 lines]
> import com.crystaldecisions.webapp.CEConstants;
> import com.crystaldecisions.ePortfolio.framework.common.*;

[snip]

> can somebody tell me where  I can  download the Jar files referenced
> in the "inport" statement above.

http://www.businessobjects.com/products/crystal/default.asp?intcmp=hp_products_c
rystal

Roedy Green - 21 Sep 2007 23:49 GMT
>symbol  : class HttpServletRequest

That is a class usually provided by your Servlet womb.  In JSP it gets
added automatically to the classpath for compiles of the generated
Java code.

Try searching the jars till you find the class, then add those jars to
your classpath.

see http://mindprod.com/jgloss/classpath.html
Signature

Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com



Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.