cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Migrate .Net application to Java application

pgadekar2015
Member
0 Likes
338

We have developed reporting capabilities in our application using Crystal Report.Net SDK.

Application having multiple RPT file which accepts the input parameters.

From ,Net application we are passing parameters to SDK (CrystalReportViewer API) and RPT template which generate the PDF as output.

We want to move .net to Java will be running it on Linux environment.

How can we migrate the same to Java application using same RPT file?

View Entire Topic
0 Likes

Same report can be open in a Java app.

Go to help.sap.com and look for the Java Reference guides.

There is no simple convert to Java method, same functions you are using now will work in Java