mainSavannah Administration - Support: sr #108272, Unable to run GUI application...

 
 

sr #108272: Unable to run GUI application using cross-compiled jamvm for arm

Submitter:  Aditya <aditya121>
Submitted:  Mon 25 Mar 2013 01:33:07 PM UTC
   
 
Category:  Project mailing lists Priority:  5 - Normal
Severity:  4 - Important Status:  Invalid
Privacy:  Public Assigned to:  None
Operating System:  GNU/Linux Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 28 Apr 2013 06:28:49 PM UTC, comment #1: 

Hi,

You've submitted your bug to GNU Savannah, not GNU classpath.  I understand you were unable to find where to submit classpath bugs.

This URL, http://www.gnu.org/software/classpath/bugs.html, is what you are looking for.  Please feel free to resubmit your  bug to the GNU Classpath bug tracker.

Best,

Michael J. Flickinger <mjflick>
Mon 25 Mar 2013 01:33:07 PM UTC, original submission:  

Hello everyone,

First of all I apologize for this direct message. I went through the website https://savannah.gnu.org/ and only found this address where I can post my query. I am sorru if I posted at the wrong place. Below is the description of the problem we are facing.


We have cross-compiled the gnu classpath 0.98 and jamvm 1.5_4 for our arm xscale device. When we run helloworld program, it works perfectly fine. But when we run gui applications, there is no response. Below are our commands which we gave for cross-compiling:

GNU CLASSPATH:
./configure --host=arm-xscale-linux-gnueabi  --prefix=/usr/local --disable-examples --with-x --disable-qt-peer --disable-gtk-peer --disable-gconf-peer --disable-plugin --enable-alsa --disable-dssi --with-escher=/home/warrior/java-project/escher-0.3/src   --enable-local-sockets --enable-collections --enable-xmlj --disable-Werror  --enable-tools  --enable-default-toolkit=gnu.java.awt.peer.x.XToolkit

make

make install

JAMVM:

./configure --host arm-xscale-linux-gnueabi --prefix=/usr/local --with-classpath-install-dir=/usr/local –enable-ffi

make

make install

We then transfer the required files to our device.


we run our programs as

jamvm helloworld

jamvm -verbose Button

helloworld runs perfectly fine and gives the desired output in proper time. But when we run any gui sample we receive following error:

Exception in thread "main" java.lang.ExceptionInInitializerError
   at gnu.java.awt.peer.x.XToolkit.getClasspathFontPeer(XToolkit.java:208)
   at java.awt.Font.getPeerFromToolkit(Font.java:329)
...
Caused by: java.lang.NullPointerException
   at java.io.InputStreamReader.<init>(InputStreamReader.java:208)
   at java.util.Properties.load(Properties.java:380)
   at gnu.java.awt.font.OpenTypeFontPeer.<clinit>(OpenTypeFontPeer.java:93)
   at gnu.java.awt.peer.x.XToolkit.getClasspathFontPeer(XToolkit.java:208)

Can someone please guide us on this. This is becoming very critical.

Earlier we thought this to be jamvm issue, but on jamvm forums , it can out that we are missing something while cross-compiling gnu classpath.

It will be a great help if someone can direct us towards fixing this to see what we are missing to get the gui applications running with jamvm. We have made a small sample using java swing which creates a frame and 2 buttons over it.

Thanks in advance.

Aditya <aditya121>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by mjflick (Posted a comment)
  • -email is unavailable- added by aditya121 (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-04-28 mjflick StatusNone Invalid
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code