Installing JRE for J2SE application on fanless linux mini pc.

Good afteroon.
I want install a JRE for J2SE application on mini pc fanless .It is possible?
What about hardware settings,performance of this mini pc?
Bye.

Was wondering this myself. Cannot find a class path on ubuntu. if there is one at all.

Similar Messages

  • Very simple question, how do you configure windows 8.1 to use a SF card as the default install location for software applications?

    Very simple question, how do you configure windows 8.1 to use a SD card / external drive as the default install location for software applications? Primarily interested in apps installed from the windows store. This should be available in the settings
    charm within the windows store. This must have been overlooked in the development of windows 8.1 or is a bug.
    Regards, Bill
    * update
    I've tried modifying this key and the path:
    “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx”
    http://answers.microsoft.com/en-us/windows/forum/windows_8-windows_store/how-do-you-install-apps-in-windows-8-from-the/c4fbe2a8-fd3d-41c1-b9a6-6f881eed374f
    Also tried using symlinks as detailed here:
    http://social.technet.microsoft.com/Forums/windows/en-US/8eee52c2-db0f-4032-8c72-7cd999e8b41a/windows-8-apps-installing-to-secondary-drive?forum=w8itprogeneral

    Here's some links I've used to try to figure this out:
    http://social.technet.microsoft.com/Forums/windows/en-US/2dfc0cd9-7d1b-41de-abce-e03fb6a5a383/metro-apps-not-working-in-windows-8-pro-x64-after-moving-users-and-programdata-folders?forum=w8itproinstall
    http://social.technet.microsoft.com/Forums/windows/en-US/8eee52c2-db0f-4032-8c72-7cd999e8b41a/windows-8-apps-installing-to-secondary-drive?forum=w8itprogeneral
    http://social.technet.microsoft.com/Forums/windows/de-DE/f5e33ac9-beab-4b99-b3ca-7cb5e6f415e4/how-do-you-change-metro-apps-default-install-location?forum=w8itprogeneral
    Regards, Bill
    The registry method does not work with 8.1.  I found this out the hard way.  Doing it on 8.1 will leave you reinstalling the OS if you didn't do a SRP beforehand.

  • HT1338 Why can't I install Leopard for PowerPC on my old Mac Mini?

    Why can't I install Leopard for PowerPC on my old Mac Mini? The massage "This can not be installed on this computer" appears.

    My thoughts are that your difficulties could be one of these:
    your non-retail DVD may only work on a very limited range of Mac minis
    the installer may not like your new RAM
    the installer may not like the language change especially if the disk has not been erased first
    I have seen a little evidence for 3 in the code of other Leopard install DVDs - they appear to have less stringent language checks for erased volumes. Whilst I have never modified model specific installers I have modified retail installers to ignore speed and RAM checks.
    My advice:
    back up your whole mini hard disk to an external disk - see notes
    erase the hard disk and partition into 2 volumes with Leopard install DVD
    try to install Leopard on one volume
    put original OS on the other volume
    Notes:
    Carbon Copy Cloner can be used to backup the whole hard disk
    ensure the mini can be booted from the external disk before you erase the internal disk

  • Why can't I install Firefox for Android on my Motorola Defy Mini? According to Antutu Benchmark system info, it has a ARM v7 CPU, so it should be compatible...

    When I try to install Firefox for Android on my Motorola Defy Mini (XT320), Google Play Store tells me that my device is not compatible with Firefox for Android,so I cannot install it; according to Antutu Benchmark system info, the Motorola Defy Mini has an Arm v7 CPU installed, so it should be compatible with Firefox for Android...

    Turns out it was a permissions issue, the files created by the certutil in the defaults folder got root only permissions given to them. I opened them up and it's working fine.

  • WebStart 1.4.2 doesn't find installed JRE for 1.4.2 ?

    I have installed J2RE1.4.2_04. As far as I can tell, it works just fine and there are registry keys set for
    Java Runtime Environment for 1.4 and 1.4.2_04 which are set to the same thing. However, when I
    run my webstart app, I get an error with the general information that "The application has requested a
    version of the Java 2 platform (JRE) that is currently not locally installed. Java Web Start was unable to
    automatically download and install the requested version. The JRE version must be installed manually."
    Having turned tracing and output on, I look in the log and see
    javawsApplicationMain: Installed JRE: null
    So, for some reason, WebStart doesn't think I have an installed JRE. Could someone tell me why?
    I have tried various incantations of version, such as
    <j2se version="1.4.2_04"/>
    <j2se version="1.4.2"/>
    <j2se version="1.4.2+"/>
    <j2se version="1.4.2*"/>
    All of these result in the same error. If I try either of
    <j2se version="1.4+"/>
    <j2se version="1.4"/>
    WebStart recognizes that I do in face have a JRE installed, but then I have other problems. I would
    prefer to get the 1.4.2 problem fixed first since I require 1.4.2 and some boxes have 1.4.1 on them.
    Thanks for any ideas!
    : jay

    This is confusing and done poorly in my opinion but the only "versions" of Java 2 are 1.2, 1.3, and 1.4 (1.5 is coming). If you specify anything past those (as your first four examples do), Web Start assumes a product specific version and you have to provide a URL to download it. Even if it is on the machine, Web Start downloads the version and stores a separate copy of it.
    See http://java.sun.com/products/javawebstart/developers.html#auto for details.
    I think the only thing you can do if multiple versions of 1.4 are installed is go into Web Start preferences and uncheck the box so it is not enabled.

  • Using Network Installed JRE for JNLP

    Hello All;
    First post here so I hope I pull this off correctly. I have been using these forums a bit to help me develop the JNLP deployment of an inhouse application. Basically I have a JAR file, and am using a servlet via tomcat to dynamically generate my JNLP file (since I have params passed to the jar) and push to the user's browser. I then have the jnlp mime type set via tomcat so that when the servlet flushes the stream, javaws starts up and processes the application. The problem I have is that I am telling the jnlp file to use java version 1.5+, however, there are some users here that have Java 1.4 installed locally. We have Java 1.5 installed on our server, and most of our applications use a "driver" that sets up the java home to that directory. Is there a way that I can tell JNLP to use that installation of the JRE? The reason I dont want to use the 'autoupdate' function is because not all users have the proper permissions to install applications on their system. Here is the code I use in my servlet:
    import java.io.IOException;
    import java.io.OutputStreamWriter;
    import java.io.PrintWriter;
    import java.util.ArrayList;
    import javax.servlet.ServletException;
    import javax.servlet.http.HttpServlet;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    import com.csc.eri.config.ERIConfigFile;
    import com.csc.eri.logger.ERILoggerFactory;
    import com.csc.eri.logger.IERILogger;
    * Servlet designed to handle all JNLP application requests
    public class JnlpServlet  extends HttpServlet {
         private static final long serialVersionUID      = 1L;
         private static IERILogger logger                = ERILoggerFactory.create();
         String jnlpSpec;
         String jnlpCB;
         String title;
         String vendor;
         String homepage;
         String desc;
         String descShort;
         String descTool;
         String javaVersion;
         String javaLocation;
         String jarLocation;
         String mainClass;
         String cacheDays;
         String fileName;
         String[] jvmOpts;
         String[] extensionNames;
         String[] extensionLocations;
         String[] applicationOrder;
         boolean allowNewer;
         boolean showJnlp;
          * Initialize all variables
          * @throws IOException
         private void initVars() throws IOException {
              ERIConfigFile config = ERIConfigFile.getInstance();
              jnlpSpec                = config.getProperty("jnlp.spec");
              jnlpCB                    = config.getProperty("jnlp.codebase");
              title                    = config.getProperty("jnlp.title");
              vendor                    = config.getProperty("jnlp.vendor");
              homepage                = config.getProperty("jnlp.homepage");
              desc                    = config.getProperty("jnlp.description");
              allowNewer               = config.getProperty("jnlp.allow_newer_jvm")
                                                      .toLowerCase()
                                                      .equals("yes")?
                                                                true : false;
              showJnlp               = config.getProperty("jnlp.show_jnlp")
                                                      .toLowerCase()
                                                      .equals("yes")?
                                                                true : false;
              // Test variables so we dont launch on error
              try {          
                   testVars();               
              } catch (NullPointerException npe) {
                   throw new IOException(npe.getMessage());
          * Method to ensure that all data was properly loaded from the
          * configuration file.  We want to make sure that everything
          * is fine and display any messages to the screen before
          * the application is launched.
         private void testVars() {
              logger.info("Checking Configuration");
              ArrayList<String> errList      = new ArrayList<String>();
              ArrayList<String> warnList      = new ArrayList<String>();
              // Errors
              if (jnlpSpec      == null) errList.add("Missing Spec");
              if (jnlpCB           == null) errList.add("Missing Codebase");
              if (title          == null) errList.add("Missing Title");
              if (vendor          == null) errList.add("Missing Vendor");
              if (homepage     == null) errList.add("Missing Homepage");
              if (desc        == null) errList.add("Missing Description");
              if (javaVersion == null) errList.add("Missing Java Version");
              if (jarLocation == null) errList.add("Missing Jar Location");
              if (mainClass   == null) errList.add("Missing Main Class");
              if (cacheDays   == null) errList.add("Missing Cache Days");
              if (applicationOrder == null) errList.add("Missing Application Param Order");
              if (fileName    == null) errList.add("Missing File Name");
              // Warnings
              if (javaLocation == null) warnList.add("Missing Java Location");
          * Implementation of the doGet method.  Creates the jnlp xml stream
          * and outputs to the browser
         public void doGet(HttpServletRequest request, HttpServletResponse response)
              throws ServletException, IOException
              logger.info("Servlet Initialized");
              // Init variables
              initVars();
              // Generate output
              String outputString = generateOutputString(request);
              // This is the file name as cached by the browser
              String attachment = "inline; filename=\"" + fileName + "\"";     
              // Set our MIME type
              response.setContentType("application/x-java-jnlp-file");  
              // Add a header that states the max age or the cache
              response.addHeader("Cache-Control", "max-age=" + cacheDays);  
              // Attach the inline content
              response.addHeader("Content-disposition", attachment); 
              // Prepare our stream writer
              OutputStreamWriter out = new OutputStreamWriter(response.getOutputStream()); 
              // Push to the browser
              logger.info("Posting To Browser");
              out.write(outputString.toString()); 
              out.flush(); 
              out.close();
          * Posts information to the browser
         public void doPost(HttpServletRequest request,
                  HttpServletResponse response)
              throws ServletException, IOException
              doGet(request, response);
          * Generate the servlet's output stream.  This method uses
          * all of the information gathered from the eri configuration
          * file
          * @param request     The request sent to the servlet, needed
          *                          to parse the arguments
          * @return               Return the string output
         private String generateOutputString(HttpServletRequest request) {
              // Create our output string
              StringBuffer outputString = new StringBuffer();
              outputString.append(JnlpFieldCreator.xmlHeaderBlock(          "1.0", "utf-8"));
              outputString.append(JnlpFieldCreator.jnlpSpecBlock(               jnlpSpec, jnlpCB));
              outputString.append(JnlpFieldCreator.informationBlock(          title,
                                                                                         vendor,
                                                                                         homepage,
                                                                                         desc,
                                                                                         descShort,
                                                                                         descTool));
              outputString.append(JnlpFieldCreator.securityBlock());
              outputString.append(JnlpFieldCreator.resourcesBlock(          javaVersion,
                                                                                         allowNewer,
                                                                                         javaLocation,
                                                                                         jarLocation,
                                                                                         jvmOpts,
                                                                                         extensionNames,
                                                                                         extensionLocations));
              outputString.append(JnlpFieldCreator.applicationDescBlock(     mainClass,
                                                                                             request,
                                                                                             applicationOrder));
              outputString.append(JnlpFieldCreator.jnlpEndBlock());
              return outputString.toString();
    }

    Also here is the jnlp file created, sorry i ran out of chars in my first post
    <?xml version="1.0" encoding="utf-8"?>
    <jnlp spec="1.0+" codebase="http://ad292673:8080/eri/app">
    <information>
         <title>Electronic Release Version 4</title>
         <vendor>---</vendor>
         <homepage href="http://ad292673:8080/" />
         <description>Application for auditing and releasing drawings</description>
         <description kind="short">Electronic Release is used to help users
              audit and perform release actions on part drawings, tooling drawings, table
              of limits, and web drawings</description>
         <description kind="tooltip">ERI v4.0</description>
    </information>
    <security>
         <all-permissions/>
    </security>
    <resources>
         <j2se version="1.5*" href="http://java.sun.com/products/autodl/j2se"/>
         <jar href="./eri-view_ddmdemo.jar" main="true" part="mainClass" download="eager"/>
         <extension name="EclipseLibs" href="./jnlp/EclipseLibs.jnlp"/>
         <extension name="EriLibs" href="./jnlp/EriLibs.jnlp"/>
         <extension name="JdomLibs" href="./jnlp/JdomLibs.jnlp"/>
         <property name="eri.stage" value="devl" />
    </resources>
    <application-desc main-class="com.csc.eri.view.swt.Application">
         <argument>c087919</argument>
         <argument>ddm</argument>
         <argument>release</argument>
         <argument>-</argument>
         <argument>-</argument>
         <argument>09005b8b829bf8b6</argument>
    </application-desc>
    </jnlp>

  • How check is installed jre on client machine (Windows, Mac, Linux) ?

    I have desktop appliaction that installed in client machine. On client machine OS maybe are :Windows, Mac or Linux. When first start my desktop application I want to check is exist jre on client machine. Is this a good solution?
              String javahome = System.getProperty("java.home").trim();
              if (javahome.length() == 0) {
                   logger.warn("Not installed java!");
              } else {
                   logger.trace("java home=" + javahome);
              }

    Errr using Java to check if Java is installed?
    Does not compute.
    Perhaps you want to use some sort of installer program. Or [_webstart_|http://java.sun.com/javase/technologies/desktop/javawebstart/overview.html]?

  • Installing codecs for mpeg-3 on Oracle Linux 6.4

    Hi,
    I am trying to install the required codecs for mpeg-3 on my Oracle 6.4 Linux box, with no success. I found the discussion from August 2011 Re: How to install media codecs in OL6 U1 on how to do this and have followed the instructions, (I had to substitute the fedora rpm for a more up to date one as the original is no longer available at that url). However, after doing this I am still unable to install mpg321. Do these instructions just need updating or is there something more fundamental wrong with my system?
    Best Regards and thanks in advance for any help
    Daniel

    Are you trying to play back video or only audio. Anyway, perhaps your best option is VLC VideoLan. It is also available from Repo(rpm)forge.
    So perhaps just try the following:
    yum install vlc
    It will install quite a bunch of libraries, inluding ffmpeg and lame, etc. from the OL6 and RPMforge repository.
    # yum info vlc
    Loaded plugins: security
    Available Packages
    Name        : vlc
    Arch        : x86_64
    Version     : 1.1.13
    Release     : 1.el6.rf
    Size        : 15 M
    Repo        : rpmforge
    Summary     : The VideoLAN client, also a very good standalone video player
    URL         : http://www.videolan.org/
    License     : GPL
    Description : VideoLAN Client (VLC) is a highly portable multimedia player for various
                : audio and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, ogg, ...) as
                : well as DVDs, VCDs, and various streaming protocols.
                : Available rpmbuild rebuild options :
                : --with mga pth mozilla
                : --without dvdread dvdnav dvbpsi v4l avi asf aac ogg mad ffmpeg cdio
                :           a52 vorbis mpeg2dec flac aa caca esd alsa xosd
                :           lsp lirc id3tag faad2 theora mkv modplug smb speex glx x264
                :           gnomevfs vcd daap upnp pvr live portaudio avahi hal glide
                :           ncurses
                : Options that would need not yet existing add-on packages :
                : --with loader ggi tarkin tremor

  • Any install guide for Composite Application framework

    Hi,
    Can anyone of you help me in installing Composite Application Framework on WAS J2ee.
    Regards
    Vijay

    Hi RK,
    I have visted that link earlier but it says the content was moved to \instguidesnw04... but nothing relted is available.
    Can you tell me where this CAF archives are available?
    so that i can deploy them with SDM.
    and
    Is NW04 SP14 a prereq for CAF deployment/
    Regards
    Vijay

  • How to install "turbotaxdeluxe2010"for mac or window on linux?

    I bought "turbotaxddeluxe2010" for Mac or Windows by mistake and would like to insstall it in"ubuntu"(linux}. Is it possible?
    turbotax2020 website said it could be done if it is downloaded online from mozilla fire fox

    Download MS Office for Mac 2011 from Microsoft, use it for 30 days, and if you like it purchase a product key. Alternately you can buy a disc with the activation code from Amazon, MacMall, or a number of other online retailers (generally for $30-50 less than what Microsoft charges).
    Clinton

  • Installing CYGWIN for Oracle Applications on Windows XP.

    For those who do not have access to metalink - setps to install CYGWIN. Important steps are in bold.
    Step 1 - Log in
    Log in as a local administrative user (the user who runs the Rapid Install.)
    Step 2 - Create a Cygwin directory eg. C:\CYGWIN.
    Create the directory where you plan to install Cygwin (called the Root Directory). This directory cannot be under Program Files, or any other directory with blank spaces in its name. In addition, it cannot be under the APPL_TOP.
    Step 3 - Download the Cygwin Software
    Do the following to download the Cygwin software:
    Navigate to http://www.cygwin.com and click on "Install or Update Now!" to download setup.exe to your machine.
    Run setup.exe and click Next, which will bring up the Choose Installation Type screen.
    Choose Option 2, Download without Installing.
    Click on Next to go through the next few screens, where you will be asked to choose the directory to store the packages (called the Local Package Directory), your Internet connection type, and a download site.
    Click on Next again to get to the Select Packages screen, and select the following packages (click on to toggle):
    All Default
    Archive Default, plus manually select the zip package
    Base Default, plus manually select the following extra packages: ash, coreutils, diffutils, findutils, gawk, grep, sed, tar and which
    Devel Default, plus manually select binutils, gcc, gcc-core, gcc-g++, make and mktemp
    Doc Default, plus manually select cygwin-doc and man
    Editors Default, plus manually select vim
    Interpreters Default, plus manually select gawk
    Shells Default, plus manually select ash and tcsh
    Utils Default, plus manually select cygutils and file
    Click on Next again to download the selected files.
    Step 4 - Install Cygwin
    Once the download is complete, perform the following steps to install Cygwin.
    Launch setup.exe again to conduct the install.
    From the Choose Installation Type screen, choose Option 3, Install from Local Directory.
    Click Next, and specify the Root Directory where you wish to install Cygwin (created in Step 2), and DOS as the Default Text File Type.
    Click Next and specify the same Local Package Directory from Step 3.
    Click Next to get to the Select Packages screen.
    Choose All Install (click on to toggle). Note: Do not choose All Default, since this will not include all the necessary files.
    Click on Next again to conduct the installation.
    Note
    We do not recommend downloading and installing all packages by selecting All Install in Steps 3 and 4 because a complete download can take several hours, and installation of the full download uses 1.85 GB of disk (versus 127 MB for the prescribed procedure).
    Step 5
    Type these commands to maintain compatibility with existing shell scripts:
    C:\> copy gawk.exe awk.exe (answer yes to copy over existing file)
    C:\> copy grep.exe egrep.exe
    C:\> copy make.exe gnumake.exe
    C:\> copy gcc.exe cc.exe
    Step 6
    Add the cygwin bin directory to the system path. For instance:
    C:\> set path = %path%;D:\cygwin\bin

    Hi,
    IA, trying to install APPs 11i on win XP using Cygwin...
    I have installed setup.exe from cygwin as u told . and configured the packages required . I have a dial up account for internet . After 2-3 hours it gets disconnected and the download stops and i have to begin afresh .
    CAn u pls .tell me anyother alternative site to download complete version of Cygwin in one file so that i can download it using Download managers to resume when disconnected...
    Thanks
    VEnkat
    Hyderabad

  • Should I install a private JRE with my application.

    I confused on the need for the java_home environment variable. Is this used just for java applications or by the JVM too. The latter would seem a problem.
    For example, I want to install an application that uses JRE 1.5 or greater. If an older application is later installs an older JRE and modifies the java_home variable to match (on a users machine), my application will not run. Therefore, should I just install my own JRE in a private folder and use that instead or will that be affected by the changed java_home variable?
    This seems worse than MS's "DLL Hell"?
    Thanks in advance

    AFAIK, Java itself (java.exe, etc) does not reference any "javahome" type environment variable. I ran Java programs without that environment variable for quite a while.
    Realize that effective with Java version 5u6 (1.5.0_06) there are restrictions imposed on applets concerning which Java version will run them. See this document:
    http://java.sun.com/javase/6/webnotes/family-clsid.html
    For Java applications, you can completely control what version Java is used for execution by specifying a full path to the java.exe program of the version you want used. If you want to use a Java version other than whatever one the user has installed as the default version (on Windows and Solaris), you should provide a private JRE for the application.

  • Can anyone tell me where to find an install guide for the Liveoffice app.

    Can anyone tell me where to find an install guide for the Liveoffice app.
    Thanks
    Jeff

    Hi Jeff,
    You can download the install guide for Liveoffice application from the link provided below,
    http://help.sap.com/businessobject/product_guides/boexi/en/boXI_LiveOfficeInstall_en.pdf
    Hope this helps you.
    Regards,
    Abhijeet T.

  • How to Install GRID for EBS

    Hi
    How to install GRID for EBS applications.Any Docs please let me know
    "E-Business management pack for GRID for monitoring EBS applications"

    Please refer to:
    Note: 394448.1 - Getting Started with the Application Management Pack for Oracle E-Business Suite (Releases 2.0 and 2.0.1)
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=394448.1
    Note: 568069.1 - How to Verify Grid Control Version And Application Management Pack Version Integrated With Oracle Applications EBS?
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=568069.1

  • Account management for a J2SE application

    Hi,
    I am looking for an open source package that allows creating and managing user accounts in a J2SE application. It should directly support log in/log out actions and does not have to be very sophisticated. Thank you for your suggestions.
    Regards,
    Chris

    Hello,
    1. Switching the locale is not a bad idea. This does, however, not switch your keyboard settings, a job done by the OS.
    2. I have no idea what is happening in your second problem. A short example might help as a demonstration. But I myself cannot test it, as I have no Cyrillic font installed on my system.
    Maybe this link will help you:
    http://java.sun.com/docs/books/tutorial/i18n/index.html

Maybe you are looking for

  • 24" iMac issues...Please advise!

    I have had a 24" iMac for about a month now. During that time, I have been experiencing some strange behaviour with the machine. Firstly, it does suffer from the much discussed "hum" from the display, but I can deal with that. What has been much more

  • What is the major updates in ios 5.1

    i just update to ios 5.1 for my 3gs i didnt find any new updates unless the camera icon in lock screen what els is goodz ??

  • Why would this happen?

    today i created an A/P invoice Eur2547.85 for our vendor which is using Euro currency, after I did the invoice, i create a credit note Eur1418.84 from that invoice directly, all using FC - Euro. however when i go to the vendor receipt ageing report,

  • How to set P4 port for Process Integration Login

    Hello Sir/Madam,                         I am a Basis -Consultant. I have newly installed XI Server and I also have done the configuration. But when I start the Integration Repository or Integration Directory I get the Login Screen but when I try to

  • HT5096 There is no "ignore ownership" checkbox in Mountain Lion. Where do I set it?

    Where is the "ignore ownership" checkbox at the bottom?