|
Sweet Home 3D Forum » List all forums » » Forum: Installation » » » Thread: /lib/ld-linux.so.2: bad ELF interpreter » » » » Post: /lib/ld-linux.so.2: bad ELF interpreter |
Print at Dec 19, 2025, 1:17:33 AM |
| Posted by Johan_Cwiklinski at Apr 20, 2009, 8:17:00 AM |
|
/lib/ld-linux.so.2: bad ELF interpreter Hello, I have a problem at lauch under Linux/64bits. When I execute the script, I have the following error: ./SweetHome3D: /home/trasher/Téléchargement/SweetHome3D-1.8/jre1.6.0_12/bin/java: /lib/ld-linux.so.2: bad ELF interpreter: Aucun fichier ou dossier de ce type ./SweetHome3D: line 11: /home/trasher/Téléchargement/SweetHome3D-1.8/jre1.6.0_12/bin/java: Succès If I replace in the script « "$PROGRAM_DIR"/jre1.6.0_12/bin/java » by « /opt/jdk1.6.0_13/bin/java » (Java 64bits version) and « $PROGRAM_DIR"/jre1.6.0_12/lib/javaws.jar » by « /opt/jdk1.6.0_13/jre/lib/javaws.jar », I have the following: Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: Could not initialize class javax.media.j3d.VirtualUniverse at javax.media.j3d.GraphicsConfigTemplate3D.getBestConfiguration(GraphicsConfigTemplate3D.java:321) at java.awt.GraphicsDevice.getBestConfiguration(GraphicsDevice.java:159) at com.eteks.sweethome3d.j3d.Component3DManager.getCanvas3D(Unknown Source) at com.eteks.sweethome3d.j3d.Component3DManager.getOnscreenCanvas3D(Unknown Source) at com.eteks.sweethome3d.swing.HomeComponent3D.<init>(Unknown Source) at com.eteks.sweethome3d.swing.SwingViewFactory.createView3D(Unknown Source) at com.eteks.sweethome3d.viewcontroller.HomeController3D.getView(Unknown Source) at com.eteks.sweethome3d.swing.HomePane.createPlanView3DPane(Unknown Source) at com.eteks.sweethome3d.swing.HomePane.createMainPane(Unknown Source) at com.eteks.sweethome3d.swing.HomePane.<init>(Unknown Source) at com.eteks.sweethome3d.swing.SwingViewFactory.createHomeView(Unknown Source) at com.eteks.sweethome3d.viewcontroller.HomeController.getView(Unknown Source) at com.eteks.sweethome3d.HomeFramePane.<init>(Unknown Source) at com.eteks.sweethome3d.HomeFrameController.getView(Unknown Source) at com.eteks.sweethome3d.HomeFrameController.displayView(Unknown Source) at com.eteks.sweethome3d.SweetHome3D$5.collectionChanged(Unknown Source) at com.eteks.sweethome3d.model.CollectionChangeSupport.fireCollectionChanged(Unknown Source) at com.eteks.sweethome3d.model.CollectionChangeSupport.fireCollectionChanged(Unknown Source) at com.eteks.sweethome3d.model.HomeApplication.addHome(Unknown Source) at com.eteks.sweethome3d.SweetHome3D.runApplication(Unknown Source) at com.eteks.sweethome3d.SweetHome3D.access$100(Unknown Source) at com.eteks.sweethome3d.SweetHome3D$1.run(Unknown Source) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:597) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161) at java.awt.EventDispatchThread.run(EventDispatchThread.java:122) Any idea what's the problem ? Regards [Note: this thread was started on sourceforge.net forums] |
|
|
Current timezone is GMT Dec 19, 2025, 1:17:33 AM |