Need help with app that won't run
Tofloor
poster avatar
jeffneedle
deepin
2014-11-22 22:16
Author
A friend of mine wants to switch to Linux.  She indexes names for the LDS church, using a proprietary program that you download from their site.  I tried using it under Wine and another distro of Linux, and it worked fine, but it won't work under Deepin.  Here is the output from terminal.  Can someone smarter than I am spot what the problem is?  Thanks.

jeff@jeff-pc:~$ cd Downloads
jeff@jeff-pc:~/Downloads$ dir
guadalinex-v9-32B.iso  Indexing_unix.sh
jeff@jeff-pc:~/Downloads$ ./Indexing_unix.sh
Unpacking JRE ...
Preparing JRE ...
Starting Installer ...
Picked up _JAVA_OPTIONS:   -Dawt.useSystemAAFontSettings=gasp
java.lang.NoClassDefFoundError: java.awt.Container
        at com.install4j.runtime.installer.frontend.headless.AbstractHeadlessScreenExecutor.init(Unknown Source)
        at com.install4j.runtime.installer.frontend.headless.ConsoleScreenExecutor.(Unknown Source)
        at com.install4j.runtime.installer.frontend.headless.InstallerConsoleScreenExecutor.(Unknown Source)
        at com.install4j.runtime.installer.Installer.getScreenExecutor(Unknown Source)
        at com.install4j.runtime.installer.Installer.runInProcess(Unknown Source)
        at com.install4j.runtime.installer.Installer.main(Unknown Source)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)
        at com.install4j.runtime.launcher.Launcher.main(Unknown Source)
java.lang.NoClassDefFoundError: java.awt.Component
        at javax.swing.ImageIcon.(Unknown Source)
        at com.install4j.runtime.installer.frontend.GUIHelper.loadIcon(Unknown Source)
        at com.install4j.runtime.installer.frontend.GUIHelper.(Unknown Source)
        at com.install4j.runtime.installer.helper.InstallerUtil.reportException(Unknown Source)
        at com.install4j.runtime.installer.Installer.main(Unknown Source)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)
        at com.install4j.runtime.launcher.Launcher.main(Unknown Source)
jeff@jeff-pc:~/Downloads$ dir
Reply Favorite View the author
All Replies
Maggieszd
deepin
2014-12-02 23:21
#1
please execute the following command in terminal:
  1. sudo apt-get install default-jre
Copy the Code
Reply View the author
jeffneedle
deepin
2014-12-03 14:09
#2
Many thanks!
Reply View the author