cancel
Showing results for 
Search instead for 
Did you mean: 

Unmanaged Java application and Local Report File...

Former Member
0 Kudos

Hello,

I need to write a small Java code outside Eclipse by just compiling it with javac.

So, I think it is called unmanaged".

Besides, I need to use the local report, I will not connect to a report application server.

Is this possible - unmanaged and local report files?

For this, do I need to use a specific version of jars?

If so, how can I download it?

Also, can you please provide some piece of codes for this purpose?

Thanks...

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Josh,

It is possible. You would need to use the CrystalReports For Ecllise(CR4E) runtimes(jar files).

You can download the jars from the below location

http://scn.sap.com/docs/DOC-29757

Direct link to download is below

http://downloads.businessobjects.com/akdlm/crystalreportsforeclipse/2_0/crjava-runtime_12.2.218.zip

Samples can be found from

http://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports+Java++SDK+Samples

Build a code according to the samples by having the above jars in your applications classpath and compile it as any .java file using the java compiler.

Thanks,

Prithvi