caiiiycuk / jbrowser

Web browser - Swing component
27 stars 14 forks source link

ARM #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. after running frame is opened and see the error

What is the expected output? What do you see instead?

Apr 25, 2012 9:16:27 PM ru.atomation.jbrowser.impl.JBrowserManager initialize
INFO: Using xul runner dir: /media/p2/programming/projects/meeting 
reservation/master/jbrowser/jbrowser/xulrunner/xulrunner
Apr 25, 2012 9:16:27 PM ru.atomation.jbrowser.impl.JBrowserManager initialize
SEVERE: failed to initialize mozilla
org.mozilla.browser.MozillaException: java.lang.UnsatisfiedLinkError: 
/media/p2/programming/projects/meeting 
reservation/master/jbrowser/jbrowser/xulrunner/xulrunner/libjavaxpcomglue.so: 
/media/p2/programming/projects/meeting 
reservation/master/jbrowser/jbrowser/xulrunner/xulrunner/libjavaxpcomglue.so: 
wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch)
    at org.mozilla.browser.MozillaExecutor.mozInit(MozillaExecutor.java:675)
    at ru.atomation.jbrowser.impl.JBrowserManager.initialize(JBrowserManager.java:147)
    at ru.atomation.jbrowser.impl.JBrowserManager.<init>(JBrowserManager.java:67)
    at ru.atomation.jbrowser.impl.JBrowserBuilder.buildBrowserManager(JBrowserBuilder.java:127)
    at jbrowser.Jbrowser.main(Jbrowser.java:35)
Caused by: java.lang.UnsatisfiedLinkError: 
/media/p2/programming/projects/meeting 
reservation/master/jbrowser/jbrowser/xulrunner/xulrunner/libjavaxpcomglue.so: 
/media/p2/programming/projects/meeting 
reservation/master/jbrowser/jbrowser/xulrunner/xulrunner/libjavaxpcomglue.so: 
wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch)
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1750)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1646)
    at java.lang.Runtime.load0(Runtime.java:787)
    at java.lang.System.load(System.java:1022)
    at org.mozilla.xpcom.internal.JavaXPCOMMethods.registerJavaXPCOMMethods(JavaXPCOMMethods.java:57)
    at org.mozilla.xpcom.internal.MozillaImpl.initialize(MozillaImpl.java:48)
    at org.mozilla.xpcom.Mozilla.initialize(Mozilla.java:668)
    at ru.atomation.jbrowser.impl.JBrowserManager$2.run(JBrowserManager.java:162)
    at org.mozilla.browser.MozillaExecutor$4.run(MozillaExecutor.java:646)

What version of the product are you using? On what operating system?

1.9.1 Linux debian squeeze 6 arch 64bit Intel
Please provide any additional information below.

Original issue reported on code.google.com by m44m...@gmail.com on 25 Apr 2012 at 4:54

GoogleCodeExporter commented 9 years ago
i forget this subject i want run this jbrowser on the ARM

Original comment by m44m...@gmail.com on 25 Apr 2012 at 5:11

GoogleCodeExporter commented 9 years ago
Mozilla provides xulrunner 1.9.0 runtimes only for i686 arch. So i think it is 
not easy to compile it on arm.

Original comment by caiiiy...@gmail.com on 26 Apr 2012 at 4:51

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
so,If i can compile xulrunner 1.9.0 on the emdebian for ARM ,can jbrowser 
working?
Are you sure?
I'm try for this.
also,in the my emdebian iceweasel 10 installed.

Original comment by m44m...@gmail.com on 26 Apr 2012 at 5:49

GoogleCodeExporter commented 9 years ago
another question.after compile ,xulrunner 1.9.0 should be copy where in the 
Linux(which directory)?

Original comment by m44m...@gmail.com on 26 Apr 2012 at 5:53

GoogleCodeExporter commented 9 years ago
please lookat 
this:http://packages.debian.org/search?suite=squeeze&searchon=names&keywords=XUL
Runner
at the squueze armel has package xulrunner-1.9.1.
with this can i running jbrowser?

Original comment by m44m...@gmail.com on 26 Apr 2012 at 6:01

GoogleCodeExporter commented 9 years ago
Jbrowser is based on this http://sourceforge.net/projects/mozswing/ project. 
Unfortunetly it use changed version of xulrunner 
(http://mozswing.svn.sourceforge.net/viewvc/mozswing/trunk/). For change this i 
started branch 'unmodifable_jbrowser'. If you checkout it you can check is 
something work on xulrunner compiled for arm. On my x32 system worked only 
xulrunner`s 1.9.0-1.9.1 not 1.9.2. I can see browser, but it is work very bad.

Original comment by caiiiy...@gmail.com on 1 May 2012 at 4:41

GoogleCodeExporter commented 9 years ago
How to add support for html 5 in jbrowser????

Original comment by sadiqxs...@gmail.com on 21 Apr 2013 at 10:11