ninguchi / facebook-java-api

Automatically exported from code.google.com/p/facebook-java-api
0 stars 0 forks source link

java 1.5 mac os x : jaxb library #249

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. connect to facebook

What is the expected output? What do you see instead? $
Works well on windows and linux, but mac os x fails :
java.lang.NoClassDefFoundError : javax/xml/bind/JAXBException 

jxa.IMCBrowser.FBConnect(IMCBrowser.java:367)
jxa.IMCBrowser.access$4700(IMCBrowser.java:184)
jxa.IMCBrowser$53$1.run(IMCBrowser.java:3064)
java.lang.Thread.run(Thread.java:613) 
 in Thread T-work-jxa.IMCBrowser$53$1@ee026e
 where's the jaxb library ?
What version of the product are you using? On what operating system?
2.1.0

Original issue reported on code.google.com by broumbro...@sunrise.ch on 1 Oct 2009 at 4:13

GoogleCodeExporter commented 8 years ago
Just found the right library .jar on the web : 
http://www.jarfinder.com/index.php/jars/versionInfo/41965
it should be added to facebook-java-api, shouldn't it ? 

Original comment by broumbro...@sunrise.ch on 1 Oct 2009 at 4:24

Attachments: