Jump to content
JasperReports Library 7.0 is now available ×

What is this error


2005 IR Help

Recommended Posts

By: pickle - pickle81

What is this error

2004-01-12 22:52

This is my first time using scriptlets in Jasper but when i compile my report, I ge this error. What could be the possible reasons why I am getting this error.

 

C:Program FilesApache Tomcat 4.0webappsjasperWEB-INFclassesservletsPinRe

port.java:537: cannot resolve symbol

symbol : class Scriptlet

location: class PinReport

value = (java.lang.String)(((Scriptlet)((dori.jasper.engine.JRAb

stractScriptlet)parameter_REPORT_SCRIPTLET.getValue())).decrypt());

^

6 errors

 

at dori.jasper.engine.design.JRCompiler.compileReport(JRCompiler.java:14

5)

at dori.jasper.engine.JasperCompileManager.compileReportToFile(JasperCom

pileManager.java:129)

at dori.jasper.engine.JasperCompileManager.compileReportToFile(JasperCom

pileManager.java:101)

at CompileIt.main(CompileIt.java:84)

 

 

 

 

 

By: Teodor Danciu - teodord

RE: What is this error

2004-01-13 12:18

 

Hi,

 

The scriptlet class is not in the classpath of the

Java compiler when you compile your report design.

You'll have to se the "jasper.reports.compile.class.path"

system property like explainde here:

 

http://jasperreports.sourceforge.net/quick.how.to.html#compile

 

I hope this helps.

Teodor

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...