aiolos_: > I have an application made for Java SE which I'm trying to port to windows > mobile for use in a PDA. I'm using NSI's Creme Java which as far as I know > is the only java for Win Mobile which supports swing. > My code checks out without errors, but when I get to the point where I need > to open a window that contains a JSVGCanvas I get an error about > java.awt.event.MouseListener (sorry, the code is at work and I don't have > the exact error message with me).
I think we will need to see the exact exception to get an idea about what’s going on. From briefly looking at the NSI website, it looks like Creme Java is a Java ME implementation, and thus might not have all the classes required to run Batik. > Has anyone successfully run a batik application on windows mobile ? Haven’t tried this myself. -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
