Is there any rule for the JAVA_HOME variable?

Is there any rule or guideline about the JAVA_HOME variable regarding what should be its contents and how java applications should treat it? Or does it only depend on the particular application?
If there is such rule, could you give me a URL?
Thanks

garava wrote:
JAVA_HOME
is an environment variable. It tells you where is your JAVA installed. It can be used to specify PATH for JAVA. It also tells you which JDK you have in your machine, alternatively you can also do the same using java -version.
Bottom line is it is an environment variable for Java applications.This is misleading. The environment variable JAVA_HOME is used by some applications to find the JRE but it is not mandated by the JRE or the compiler.

Similar Messages

  • Is there any app for the ipadmini similar to the Assus Supernote Lite?

    Is there any app for the Ipadmini similar to the Assus Supernote lite?

    Hello,
    There aren't any that I know off. I would drop UMT a line and see if they are planning to release something similar for Project Online in the near future...
    Paul
    Paul Mather | Twitter |
    http://pwmather.wordpress.com | CPS

  • Is there any function for the Batch assignment of production order

    There is one function in the CO02(Production Order) which named "BATCH ASSIGNMENT".
    CO02 -> Components -> Batch assignment
    But the function only can assign one material one time.
    This is very boring.
    So we are planning to create a new program for it.
    But I can't find any function moudle or BAPI can be used.
    Could anybody give me some function moudle or BAPI for it?
    Tks

    Hello~~~Is there any body here?

  • Is there a ruler for the side edge of the paper?

    Pages provides a ruler at the top of the document, is there one for the side of the document?

    Yes, see Menu > Pages > Preferences.
    Peter

  • Are There Any Themes for the Blackberry Tour Approved by RIM, or Not?

    I've already had one BB Tour bricked, and I had downloaded all apps through BB App World.  However, there appear to be ZERO themes on BB App World.  So themes are the one thing I downloaded OTA on various websites, including Crackberry.  Seeing that my VZW Tour came pre-loaded with 2 themes, I thought downloading themes was harmless.  Is it possible the themes I had downloaded could have crashed my phone?  Are there any websites with themes that are approved by RIM?

    All Themes at this point are not from RIM.
    With the release of the New Developer Software during the Last Conference soon RIM will have themes Approved and available for Download through App world. No ETA at this point though.
    Brownie
    Tour 9630
    IT Professional

  • Are there any updates for the original 4th generation

    My ailing mother has an ipod that she has had for years but has not registered it.  My want to see if there are some updates for the original OS.

    Sync it via iTunes and see if it shows any updates available.

  • Is there any restriction for the types of components in a tool bar.

    Hi, i'm using a tool bar where i'm having different command buttons and an "<af:inputFile>" component.
    In one of the command button i'm having "<af:setPropertyListener>" component. This command button is not being used as a partial trigger by any other component. If i invoke this button i'm getting "Assertion failed:Incorrect use of AdfRichUIPeer.GetDomNodeForCommentComponent" error.
    if i remove the either the "<af:inputFile>" or the command button having "<af:setPropertyListener>" from the tool bar then there is no such error.
    is there any restriction to use different components in a tool bar. Please clarify me . Thanks.

    Thanks for your inputs. But non of the component using the attributes "rendered". And non of the components is being partial trigger for other components. Please let me know what else could be the cause. Thanks.

  • Is there any fix for the flashplayer installer not working on a windows 7, 64-bit, using firefox?

    I Hit the download link, get the permission windows, and the flashplayer installer window comes up, but doesn't do anything. i left it up all day when i went to work, come home 12 hours later and it was still just sitting there not installing. Is there a fix for this? i have looked everywhere and nothing that i have found has worked. even the suggestions on the adobe help page doesn't work..

    And you used the offline installers from the link that Andy posted:
    Flash Player for Internet Exporer - ActiveX
    Flash Player for Firefox - NPAPI
    If yes, please post the contents of the FlashInstall.log file in C:\Windows\system32\Macromed\Flash

  • Are there any checksums for the direct 10.10.1 download?

    Is there a checksum sh1, sh256 or sha512 for the direct download of the 10.10.1 update ( OS X Yosemite 10.10.1 Update ) provided by Apple somewhere?  Thanks k:d

    Hi Kim,
    At present, my program be modified as bellow :
    REPORT Z_TST_2.
    DATA : L_FILE LIKE RLGRAP-FILENAME,
    L_OPENMSG(1000) TYPE c,
    L_TEXT(1000) TYPE c.
    L_FILE = '/testfile/testfile.txt'. "ftp path
    OPEN DATASET L_FILE FOR OUTPUT
    IN LEGACY TEXT MODE CODE PAGE '8300'
    IGNORING CONVERSION ERRORS
    REPLACEMENT CHARACTER '#'
    MESSAGE L_OPENMSG.
    L_TEXT = 'A?B'.
    TRANSFER L_TEXT TO L_FILE.
    CLOSE DATASET L_FILE.
    Best regards,
    Eric
    Edited by: Eric Yang on Oct 15, 2009 10:58 AM

  • Is there any apps for the apple ipod 6g.

    The apps I already have are getting really old really fast.

    There are no apps for the 6th generation iPod nano.
    (58576)

  • Is there any suggestion for the "SafeNamedCache was explicitly released"

    I deployed the coherence-java-3.6.0-java on red had with core 2.6.18 with 64 bit.
    Then the deployed the coherence-3.6.0-cpp on the same manchine and complied the example "hellogrid" and it works ok . No any error .
    My requirement is to integrate the Coherence into the Nginx0.7.62 for my web server . And i wrote a thread pool for the NameCache::handle and get a newly hendle after a 5 seconds just because of the error "was explicitly released" . But it is not useful for solving the problem .
    Anybody please give me a suggestion for the root cause of this problem .
    Thanks .
    And the configurate as follows which are all copied from the configurate file for the example "hellogrid"(coherence-cpp/examples/config/extend-server-config.xml and coherence-cpp/examples/config/extend-cache-config.xml):
    extend-server-config.xm:
    <?xml version="1.0"?>
    <!DOCTYPE cache-config SYSTEM "cache-config.dtd">
    <cache-config>
    <defaults>
    <serializer>pof</serializer>
    </defaults>
    <caching-scheme-mapping>
    <cache-mapping>
    <cache-name>dist-*</cache-name>
    <scheme-name>example-distributed</scheme-name>
    </cache-mapping>
    <cache-mapping>
    <cache-name>repl-*</cache-name>
    <scheme-name>example-replicated</scheme-name>
    </cache-mapping>
    <cache-mapping>
    <cache-name>local-*</cache-name>
    <scheme-name>example-local</scheme-name>
    </cache-mapping>
    <cache-mapping>
    <cache-name>*</cache-name>
    <scheme-name>example-distributed</scheme-name>
    </cache-mapping>
    </caching-scheme-mapping>
    <caching-schemes>
    <distributed-scheme>
    <scheme-name>example-distributed</scheme-name>
    <service-name>DistributedCache</service-name>
    <lease-granularity>member</lease-granularity>
    <backing-map-scheme>
    <local-scheme/>
    </backing-map-scheme>
    <autostart>true</autostart>
    </distributed-scheme>
    <replicated-scheme>
    <scheme-name>example-replicated</scheme-name>
    <service-name>ReplicatedCache</service-name>
    <lease-granularity>member</lease-granularity>
    <backing-map-scheme>
    <local-scheme/>
    </backing-map-scheme>
    <autostart>true</autostart>
    </replicated-scheme>
    <local-scheme>
    <scheme-name>example-local</scheme-name>
    </local-scheme>
    <invocation-scheme>
    <scheme-name>example-invocation</scheme-name>
    <service-name>InvocationService</service-name>
    <autostart>true</autostart>
    </invocation-scheme>
    <proxy-scheme>
    <scheme-name>example-proxy</scheme-name>
    <service-name>ProxyService</service-name>
    <thread-count system-property="tangosol.coherence.extend.threads">2</thread-count>
    <acceptor-config>
    <tcp-acceptor>
    <local-address>
    <address system-property="tangosol.coherence.extend.address">localhost</address>
    <port system-property="tangosol.coherence.extend.port">9099</port>
    </local-address>
    </tcp-acceptor>
    <outgoing-message-handler>
    <request-timeout>5s</request-timeout>
    </outgoing-message-handler>
    </acceptor-config>
    <autostart>true</autostart>
    </proxy-scheme>
    </caching-schemes>
    </cache-config>
    extend-cache-config.xml:
    <?xml version="1.0"?>
    <!DOCTYPE cache-config SYSTEM "cache-config.dtd">
    <cache-config>
    <defaults>
    <serializer>pof</serializer>
    </defaults>
    <caching-scheme-mapping>
    <cache-mapping>
    <cache-name>local-*</cache-name>
    <scheme-name>local-example</scheme-name>
    </cache-mapping>
    <cache-mapping>
    <cache-name>near-*</cache-name>
    <scheme-name>near-example</scheme-name>
    </cache-mapping>
    <cache-mapping>
    <cache-name>dist-*</cache-name>
    <scheme-name>extend-dist</scheme-name>
    </cache-mapping>
    </caching-scheme-mapping>
    <caching-schemes>
    <local-scheme>
    <scheme-name>local-example</scheme-name>
    </local-scheme>
    <near-scheme>
    <scheme-name>near-example</scheme-name>
    <front-scheme>
    <local-scheme>
    <high-units>100</high-units>
    <expiry-delay>1m</expiry-delay>
    </local-scheme>
    </front-scheme>
    <back-scheme>
    <remote-cache-scheme>
    <scheme-ref>extend-dist</scheme-ref>
    </remote-cache-scheme>
    </back-scheme>
    <invalidation-strategy>auto</invalidation-strategy>
    </near-scheme>
    <remote-cache-scheme>
    <scheme-name>extend-dist</scheme-name>
    <service-name>ExtendTcpCacheService</service-name>
    <initiator-config>
    <tcp-initiator>
    <remote-addresses>
    <socket-address>
    <address system-property="tangosol.coherence.proxy.address">localhost</address>
    <port system-property="tangosol.coherence.proxy.port">9099</port>
    </socket-address>
    <socket-address>
    <address system-property="tangosol.coherence.proxy.address">127.0.0.1</address>
    <port system-property="tangosol.coherence.proxy.port">9099</port>
    </socket-address>
    <socket-address>
    <address system-property="tangosol.coherence.proxy.address">172.16.1.23</address>
    <port system-property="tangosol.coherence.proxy.port">9099</port>
    </socket-address>
    </remote-addresses>
    <connect-timeout>10s</connect-timeout>
    </tcp-initiator>
    <outgoing-message-handler>
    <request-timeout>5s</request-timeout>
    </outgoing-message-handler>
    </initiator-config>
    </remote-cache-scheme>
    </caching-schemes>
    </cache-config>
    Anyone who knows the root cause please tell me . Thanks .

    The original error shown in the console of the Coherence server as follows :
    2010-11-23 22:27:33.742/1566.313 Oracle Coherence GE 3.6.0.0 <D5> (thread=Proxy:ProxyService:TcpAcceptorWorker:0, member=1): An exce
    ption occurred while processing a PutRequest for Service=Proxy:ProxyService:TcpAcceptor: java.lang.IllegalStateException: SafeNamedC
    ache was explicitly released
    at com.tangosol.coherence.component.util.SafeNamedCache.ensureRunningNamedCache(SafeNamedCache.CDB:23)
    at com.tangosol.coherence.component.util.SafeNamedCache.getRunningNamedCache(SafeNamedCache.CDB:1)
    at com.tangosol.coherence.component.util.SafeNamedCache.put(SafeNamedCache.CDB:1)
    at com.tangosol.coherence.component.net.extend.proxy.NamedCacheProxy.put$Router(NamedCacheProxy.CDB:1)
    at com.tangosol.coherence.component.net.extend.proxy.NamedCacheProxy.put(NamedCacheProxy.CDB:2)
    at com.tangosol.coherence.component.net.extend.messageFactory.NamedCacheFactory$PutRequest.onRun(NamedCacheFactory.CDB:6)
    at com.tangosol.coherence.component.net.extend.message.Request.run(Request.CDB:4)
    at com.tangosol.coherence.component.net.extend.proxy.NamedCacheProxy.onMessage(NamedCacheProxy.CDB:11)
    at com.tangosol.coherence.component.net.extend.Channel.execute(Channel.CDB:39)
    at com.tangosol.coherence.component.net.extend.Channel.receive(Channel.CDB:26)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Peer$DaemonPool$WrapperTask.run(Peer.CDB:9)
    at com.tangosol.coherence.component.util.DaemonPool$WrapperTask.run(DaemonPool.CDB:32)
    at com.tangosol.coherence.component.util.DaemonPool$Daemon.onNotify(DaemonPool.CDB:63)
    at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42)
    at java.lang.Thread.run(Thread.java:619)
    It is shown again and again for any operation before the Coherence server is restart.

  • My ipod went in the wash for 40 minutes and the screen was crushed. i immediatly put it in a baggie of brown rice. is there any hope for the hardware? (i know i need a new screen)

    can it be saved? i know the rice thing has worked for other people but the bottom have of the screen is in basically small fragments so it probably got extra wet...

    If you take or send it to Apple for the broken screen, they will replace your iPod (for a significant price) with an equivilant refurbished model.  It doesn't matter what else is wrong with it.

  • Is there any process for the intializing the deltas for the purchasing da

    Hi,
    I need how can we intialize the delta process for the purcahsing data. that is 2LIS_02_SCL and 2LIS_02_ITM data sources.
    Please help me out this issue.
    Points will be awarded.
    Thanks in advance.

    HI
    Go to Transaction LBWE (LO Customizing Cockpit)
    1). Purchase Logistics Application
    Purchase BW
    Extract Structures
    2). Select the desired Extract Structure and deactivate it first.
    3). Give the Transport Request number and continue
    4). Click on `Maintenance' to maintain such Extract Structure
    Select the fields of your choice and continue
    Maintain DataSource if needed
    5). Activate the extract structure
    6). Give the Transport Request number and continue
    Next step is to Delete the setup tables
    7). Go to T-Code SBIW
    8). Select Business Information Warehouse
    i. Setting for Application-Specific Datasources
    ii. Logistics
    iii. Managing Extract Structures
    iv. Initialization
    v. Delete the content of Setup tables (T-Code LBWG)
    vi. Select the application (01 u2013 Sales & Distribution) and Execute
    Now, Fill the Setup tables
    9). Select Business Information Warehouse
    i. Setting for Application-Specific Datasources
    ii. Logistics
    iii. Managing Extract Structures
    iv. Initialization
    v. Filling the Setup tables
    vi. Application-Specific Setup of statistical data
    vii. u2013 Perform Setup (T-Code OLI*BW)
    Specify a Run Name and time and Date (put future date)
    Execute
    Hope it helps
    Check the data in Setup tables at RSA3

  • Inspire A500: Is there any adapter for the TV or DVD Player?

    I have recently bought the Inspire A500 and wanted to know if there was any possible way of connecting it to my TV or DVD Player?

    The photo looks like one of the older MagSafe adapters, not the 't'-shape that shipped with 2011 models. I would imagine that if you took it into an Apple Store they would just tell you that it was damaged. I doubt that they would replace it.
    However, I don't work for Apple and, were I in your shoes, I'd take my MBP with the adapter into an Apple Store and kindly ask if the adapter is covered under warranty (if you're still in your warranty period or under AppleCare). If it's not, be prepared to buy a new one.
    Good luck,
    Clinton

  • Is there any fix for the bluetooth connectivity issue after most recent OS update?

    Seems to be a common problem particularly with bluetooth headseat connectivity. Any ideas?

    There is no bluetooth connectivity issue after the recent OS update. There may be a problem with your phone, which may or may not be related to the update. A "common problem" looks like this in the forums:
    I haven't seen any threads on BlueTooth with over 1.4 million views and over 12,000 replies, or even any vaguely close. For any problem that someone has there is bound to be someone else amoung 150 million users who have it. That doesn't make it a "common problem."
    If you tell us what the problem is specifically and what you have done so far to try to resolve it someone can probably help you.

Maybe you are looking for

  • How to get sour to play through mini display via vga without sound cables?

    I know that many of you guys might tell me that this question is stupid or that it is impossible to do it but i run in to problems that usually the company that made the product can't asnwer it all the time. So here it is. I have the mid 2009 MBP 17

  • Smoothing Options in FCPX Stabilization

    Can someone please tell me what the SMOOTHing options refer to? There's Translation, Rotation, and Scale. I can't find anything online or in help videos or aticles referring to what each option corrects. For what motions do you use each one? I have a

  • Photoshop CS6 not saving

    I am using Windows 7 with an i7 core and 18gb of RAM. I recently purchased a CC subscription. In Photoshop CS6 I have noticed that at times after having saved a .psd file, after I come back to it later the changes are gone. At first I thought perhaps

  • QM: Sample Size is 32767 if freely defined inspection point is used

    Hi, I am using Inspection plan with freely defined inspection point (100). Inspection type: 04 I want to do 100% inspection. Material master setting is done for early lot creation. If I use freely defined inspection point in the plan and create an or

  • My car has a usb port how to download iTunes to usb in mp3

    Hi   My car has a usb port how to lownload itunes to usb and make it Mp3 so my car can read it    Thanks