PB2Java -
06-09-2004
, 12:04 AM
Hi All,
How to import Java Class file to Powerbuilder.
The options i tried was
1> Generate a Class file using Javac
2> Converted the Class File to .srx file using "Javap -c <ClassFileName>"
While importing the .srx file in Powerbuilder an error occurs
"Import Failed. Possible Causes: Import file missing export header"
Yes, the .srx doesn't have $PBExportHeader.
How to generate a file with this criteria? If any other possible solution
pls reply.
Thanks,
Kannan |