2

Can anyone tell me how I can show pdf files in blackberry?

I have tried the jpedal library for java-me but, there are some errors. Can anyone solve my problem?

JoshDM
  • 4,939
  • 7
  • 43
  • 72
Hitendra
  • 3,218
  • 7
  • 45
  • 74

2 Answers2

1

Disclaimer: I know nothing about Blackberries.

It looks like rapc.exe cannot find the base Java libraries. Example:

Warning!: Implements undefined interface: java.awt.event.ActionListener

Verify that you're passing the correct arguments to rapc.exe.

Update:

Assuming jpedal cannot be used on the Blackberry, here's a SO post that might be useful.

Community
  • 1
  • 1
Charlie Salts
  • 13,109
  • 7
  • 49
  • 78
0

You have to install a PDF viewer to open PDF files on the device. PDF files in email and the browser are rendered and displayed using the BES.

Dan Gifford
  • 886
  • 1
  • 9
  • 33