Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > jar file not found

Reply
Thread Tools

jar file not found

 
 
zino
Guest
Posts: n/a
 
      09-21-2007
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.SDKRuntimeExcep tion;
import com.crystaldecisions.sdk.framework.ISessionMgr;
import com.crystaldecisions.sdk.framework.CrystalEnterpri se;
import com.crystaldecisions.sdk.framework.IEnterpriseSess ion;
import com.crystaldecisions.sdk.framework.ITrustedPrincip al;
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.Lo gonAction
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

 
Reply With Quote
 
 
 
 
RedGrittyBrick
Guest
Posts: n/a
 
      09-21-2007
zino wrote:
> 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.SDKRuntimeExcep tion;
> import com.crystaldecisions.sdk.framework.ISessionMgr;
> import com.crystaldecisions.sdk.framework.CrystalEnterpri se;
> import com.crystaldecisions.sdk.framework.IEnterpriseSess ion;
> import com.crystaldecisions.sdk.framework.ITrustedPrincip al;
> 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.* ;
>

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


http://www.businessobjects.com/produ...oducts_crystal
 
Reply With Quote
 
 
 
 
Roedy Green
Guest
Posts: n/a
 
      09-21-2007
On Fri, 21 Sep 2007 20:40:32 -0000, zino <> wrote,
quoted or indirectly quoted someone who said :

>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
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
 
Reply With Quote
 
Sophia Sophia is offline
Junior Member
Join Date: Mar 2009
Posts: 1
 
      03-10-2009
Hi....


I am tryin Example of jsp...

but I m getting following error :
The import com.crystaldecisions cannot be resolved..
Please help !!!

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
java -cp a.jar -jar b.jar => Works on Windows, not on Debian cyberco Java 4 02-14-2006 06:27 AM
jaas.jar, jta.jar jdbc-stdext.jar missing from jdk1.5 RPM muttley Java 0 10-20-2005 02:40 PM
Differences of xercesImpl.jar, xercesImpl-J.jar, dom3-xercesImpl.jar ? Arnold Peters Java 0 01-05-2005 10:59 PM
Differences of xercesImpl.jar, xercesImpl-J.jar, dom3-xercesImpl.jar ? Arnold Peters XML 0 01-05-2005 10:59 PM
how to disassembly a .jar file? how to see what are the classes inside the .jar file? lucy Java 6 09-07-2004 09:54 PM



Advertisments