OruxMaps
Visit the new forum: <a href="http://www.oruxmaps.com/foro">OruxMaps</a>

Join the forum, it's quick and easy

OruxMaps
Visit the new forum: <a href="http://www.oruxmaps.com/foro">OruxMaps</a>
OruxMaps
Would you like to react to this message? Create an account in a few clicks or log in to continue.

can't start desktop under linux

2 posters

Go down

can't start desktop under linux Empty can't start desktop under linux

Post  enthalpie Sat Sep 17, 2011 1:50 pm

hi

when i start Oruxmap.sh i got this error

Exception during event dispatch:
java.lang.NoClassDefFoundError: oruxmapsdesktop.OruxMapsDesktopView
at java.lang.Class.initializeClass(libgcj.so.11)
at oruxmapsdesktop.OruxMapsDesktopApp.startup(OruxMapsDesktopApp.java:282)
at org.jdesktop.application.Application$1.run(Application.java:171)
at java.awt.event.InvocationEvent.dispatch(libgcj.so.11)
at java.awt.EventQueue.dispatchEvent(libgcj.so.11)
at java.awt.EventDispatchThread.run(libgcj.so.11)
Caused by: java.lang.ClassNotFoundException: javax.swing.GroupLayout not found in gnu.gcj.runtime.SystemClassLoader{urls=[file:OruxMapsDesktop.jar], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}
at java.net.URLClassLoader.findClass(libgcj.so.11)
at gnu.gcj.runtime.SystemClassLoader.findClass(libgcj.so.11)
at java.lang.ClassLoader.loadClass(libgcj.so.11)
at java.lang.ClassLoader.loadClass(libgcj.so.11)
at java.lang.Class.forName(libgcj.so.11)
at java.lang.Class.initializeClass(libgcj.so.11)
...5 more


abd i can't find anythinh at this adress
http://sourceforge.net/projects/trekbuddyatlasc/files/SQLite%20library

enthalpie

Cantidad de envíos : 54
Fecha de inscripción : 2011-07-24
Edad : 77
Localización : Yerres France

Back to top Go down

can't start desktop under linux Empty Re: can't start desktop under linux

Post  orux Sat Sep 17, 2011 3:04 pm

enthalpie wrote:hi

when i start Oruxmap.sh i got this error

Exception during event dispatch:
java.lang.NoClassDefFoundError: oruxmapsdesktop.OruxMapsDesktopView
at java.lang.Class.initializeClass(libgcj.so.11)
at oruxmapsdesktop.OruxMapsDesktopApp.startup(OruxMapsDesktopApp.java:282)
at org.jdesktop.application.Application$1.run(Application.java:171)
at java.awt.event.InvocationEvent.dispatch(libgcj.so.11)
at java.awt.EventQueue.dispatchEvent(libgcj.so.11)
at java.awt.EventDispatchThread.run(libgcj.so.11)
Caused by: java.lang.ClassNotFoundException: javax.swing.GroupLayout not found in gnu.gcj.runtime.SystemClassLoader{urls=[file:OruxMapsDesktop.jar], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}
at java.net.URLClassLoader.findClass(libgcj.so.11)
at gnu.gcj.runtime.SystemClassLoader.findClass(libgcj.so.11)
at java.lang.ClassLoader.loadClass(libgcj.so.11)
at java.lang.ClassLoader.loadClass(libgcj.so.11)
at java.lang.Class.forName(libgcj.so.11)
at java.lang.Class.initializeClass(libgcj.so.11)
...5 more


abd i can't find anythinh at this adress
http://sourceforge.net/projects/trekbuddyatlasc/files/SQLite%20library

Hi,

Uncompress OruxMapsDesktop.zip file, but do not uncompress the OruxMapsDesktop.jar file

You do not need any library with last version of OruxMapsDesktop,

orux
orux
orux

Cantidad de envíos : 3946
Fecha de inscripción : 2009-07-06

Back to top Go down

can't start desktop under linux Empty Re: can't start desktop under linux

Post  enthalpie Sat Sep 17, 2011 4:15 pm

Hi
That's what i Did but ??

enthalpie

Cantidad de envíos : 54
Fecha de inscripción : 2011-07-24
Edad : 77
Localización : Yerres France

Back to top Go down

can't start desktop under linux Empty Re: can't start desktop under linux

Post  orux Sat Sep 17, 2011 4:29 pm

enthalpie wrote:Hi
That's what i Did but ??

which java version?

java -version

Check that you have version 6.

I think you are using default openjdk java implementation in an old version, or not compatible with sun libraries.

orux
orux
orux

Cantidad de envíos : 3946
Fecha de inscripción : 2009-07-06

Back to top Go down

can't start desktop under linux Empty Re: can't start desktop under linux

Post  enthalpie Sat Sep 17, 2011 6:11 pm

Hi

java version "1.5.0"
gij (GNU libgcj) version 4.5.1 20101208 [gcc-4_5-branch revision 167585]

Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

but i have also installed java_sun 1.6.026u but seem doesn't usuable ?

enthalpie

Cantidad de envíos : 54
Fecha de inscripción : 2011-07-24
Edad : 77
Localización : Yerres France

Back to top Go down

can't start desktop under linux Empty Re: can't start desktop under linux

Post  orux Sat Sep 17, 2011 6:18 pm

enthalpie wrote:Hi

java version "1.5.0"
gij (GNU libgcj) version 4.5.1 20101208 [gcc-4_5-branch revision 167585]

Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

but i have also installed java_sun 1.6.026u but seem doesn't usuable ?

You have to tell your system to use sun jvm instead gnu version.

With ubuntu: sudo update-alternatives --config java

with other linux distro, search in google,

orux
orux
orux

Cantidad de envíos : 3946
Fecha de inscripción : 2009-07-06

Back to top Go down

can't start desktop under linux Empty Re: can't start desktop under linux

Post  enthalpie Sat Sep 17, 2011 6:41 pm

You are the best Orux

that's work


linux-HP:/home/bernard/camlgrenouille-bin-linux-1.28 # java -version
java version "1.6.0_26"
Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
Java HotSpot(TM) Client VM (build 20.1-b02, mixed mode)

GREAT

enthalpie

Cantidad de envíos : 54
Fecha de inscripción : 2011-07-24
Edad : 77
Localización : Yerres France

Back to top Go down

can't start desktop under linux Empty Re: can't start desktop under linux

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum