About my Environment

I have installed JDK to Program Files directory in Windows2000.So how i set Java_Home environment?
Jave_home=d:\programe files\jdk1.3 is wrong because have a space.

Well, you have to use the ~ symbol.
If you do not know how the folder is called use a DOS-Prompt and use DIR to list that folder. i.e.
d:\program files\jdk would be
d:\progra~1\jdk
Open a DOS-prompt at your d: drive
then type DIR pro*
and it should list you the folder. If it shows the folder in the long name use: DIR -x pro*
(-x will show the info using the old short version (only 8 letters per name))
I hope I could help ..
Joerg

Similar Messages

  • Who can tell me the details about "JMSJVMOPTS" environment variable of JMSC API

              I have a question about JMS C API.
              When in windows service application, JMSContectCreate return JMS_JVM_ERROR error.
              But in desktop app, it does well.
              I think I may need set the JMSJVMOPTS environment variable.
              But how to set JMSJVMOPTS ?
              

    OK,
              The JMSJVMOPTS are extra options passed to the "java" executable itself
              along with
              "-Djava.class.path=${CLASSPATH}"
              Hence, the actual things you can set with this depend on which java compiler
              you are using. If you are using the Sun JVM for instance, here are some of
              the options you can set (from java -?)
              where options include:
              -client to select the "client" VM
              -server to select the "server" VM
              -hotspot is a synonym for the "client" VM [deprecated]
              The default VM is client.
              -cp -classpath <directories and zip/jar files separated by ;>
              set search path for application classes and resources
              -D<name>=<value>
              set a system property
              -verbose[:class|gc|jni]
              enable verbose output
              -version print product version and exit
              -showversion print product version and continue
              -? -help print this help message
              -X print help on non-standard options
              -ea[:<packagename>...|:<classname>]
              -enableassertions[:<packagename>...|:<classname>]
              enable assertions
              -da[:<packagename>...|:<classname>]
              -disableassertions[:<packagename>...|:<classname>]
              disable assertions
              -esa | -enablesystemassertions
              enable system assertions
              -dsa | -disablesystemassertions
              disable system assertions
              As far as what sort of things can cause a JMS_JVM_ERROR from
              JmsContextCreate the answer is that there are many, many reasons this might
              be happening. Please look for a file named ULOG.<mmddyy> (where mmddyy is
              month/day/year - for example ULOG.081403) somewhere on your system (I am not
              sure where this file would go being run from a W2K service). That "userlog"
              file should contain more information about why the failure occurred.
              Also, you can set JMSDEBUG=y in your environment which will print to stdout
              (again, not sure where stdout goes in a system service) stack traces and
              other debugging information into the ULOG file.
              Hope this helps...
              "Luke" <[email protected]> wrote in message
              news:[email protected]...
              >
              > Hi,John Wells,
              > thanks for your help.
              > But what I really don't know is what value I can set for JMSJVMOPTS.
              > There is not document about the detail of optional values for JMSJVMOPTS.
              > And what reasons can result a JMS_JVM_ERROR in JmsContextCreate() ?
              

  • Naive about the Environment Window

    Hi,
    I use a Korg synthesizer as a MIDI controller through the MIDI-IN of my Presonus Firebox. The keyboard is automatically detected whenever I open Logic, and so I'm able to play all the software instruments. However, I know nothing about LE's Environment Window and I wonder if I'm missing something. Can someone tell me if I'll gain anything in terms of enhanced functionality, etc. by some sort of manipulations within the Environment Window? For example, I was somewhere something about being able to create an arpegiator there.
    Thanks.
    Tom
    2.1 GHz PowerPC IMac G5   Mac OS X (10.4.8)   Presonus Firebox interface

    Hi.
    The Environment is the single most powerful yet misunderstood features of logic.
    The manual dedicates an entire chapter on the environment.I suggest you read that,to start.
    To give you two examples of what can happen in the Environment:
    You can hook up different objects to control ANY device that receives MIDI.this includes synths,effect boxes,coffee makers,garage doors,etc...
    Also,you can make MIDI information be transmogrified and changificated into OTHER MIDI data,so if you desire to control a rocket launch with a c3 key,then so be it.
    It really is very very deep...but also very rewarding once you get the concepts behind it.
    The Logic Environment is to MIDI like Calculus is to Math.
    Cheers

  • Can you recommend a good source for learning about the Environment

    Rather than post a bunch of obviously uninformed thread topics, I would really appreciate some recommendation of some books, DVDs, online vids, etc.
    I've figured out and executed some of the basics such as playing the arpeggiator and the midi delay, and recording the output of the arpeggiator/delay to a track, but, obviously, there's a whole lot more (understatement of the year so far?)
    The environment seems to be a snakepit of danger - don't want to screw up any projects.
    Any recs would be greatly appreciated.
    Regards,
    bb

    Mac Pro Video has a whole tutorial on it
    http://www.macprovideo.com/tutorial/logicEnvironment
    Also if you check out youtube you can find a few

  • About Runtime Environment

    already we know that how can execute one java program from within another java program . but my doubt how to get inputs to one java program from within another java program?i dont need command line arguments

    JavasWorld wrote:
    ... i need that getting i/ps to one java program from within another java program(using Runtime.getRuntime())Huh.
    By "i/ps" do you mean "input"?
    Runtime.getRuntime() does not allow you to execute anything, do you mean [Runtime.getRuntime().exec(String&#91;&#93; cmdarray)|http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Runtime.html#exec(java.lang.String&#91;&#93;)]

  • Environment is invalid and must be closed (after upgrading to 4.1.7)

    Hi,
    I started getting this exception (stack trace below) after updating to 4.1.6 and eventually to 4.1.7 as well
    Creating the environment and accessing it works fine the first time around and further attempts to access the environment will succeed as long as the applications server is not restarted.
    Any idea what could be the problem?
    Thanks in advance,
    Javier
    com.sleepycat.je.EnvironmentFailureException: (JE 4.1.7) /data/bdb/dbEnv/comp_environment_1 This environment's log file has no root. Since the root is the first entry written into a log at environment creation, this should only happen if the initial creation of the environment was never checkpointed or synced. Please move aside the existing log files to allow the creation of a new environment LOG_INTEGRITY: Log information is incorrect, problem is likely persistent. Environment is invalid and must be closed.
         at com.sleepycat.je.recovery.RecoveryManager.findLastCheckpoint(RecoveryManager.java:438)
         at com.sleepycat.je.recovery.RecoveryManager.recover(RecoveryManager.java:164)
         at com.sleepycat.je.dbi.EnvironmentImpl.finishInit(EnvironmentImpl.java:534)
         at com.sleepycat.je.dbi.DbEnvPool.getEnvironment(DbEnvPool.java:217)
         at com.sleepycat.je.Environment.makeEnvironmentImpl(Environment.java:229)
         at com.sleepycat.je.Environment.<init>(Environment.java:211)
         at com.sleepycat.je.Environment.<init>(Environment.java:165)

    Javier,
    I'll explain what sequence of events can make this exception happen, and perhaps you can figure out why this occurs in your application.
    The JE log files hold different kind of log entries, one of which is a type called the environment root. The root holds metadata about the environment as a whole, and JE needs to find the latest version of the root every time an environment is recovered (that is, re-opened). There should always be at least one version in the log.
    When an environment is created, the first version of the root is written to the log almost immediately, and the log is checkpointed. The only way we anticipate seeing this particular error is if the environment creation was interrupted, after that first 00000000.jdb file was created, and before the root was written out, which is a pretty small window. This would occur before the environment constructor had returned.
    Does that sound like it matches your scenario?
    Linda

  • Dual Environment - Running 8.5 and 9.0 at the same time?

    We are currently running 8.5 on UCM, Unity, UCCX, Presence, and Attendant Console. I would like to upgrade to 9.0.
    Can I deploy 9.0 on different Virtual Machines, get it all configured and tested, and then do a seamless cutover?
    Or do I have to upgrade from 8.5 to 9.0 with no way back?

    I think the best path for you depends on the requirement.  If you are already running virtualized 8.5 and don't really have any hardware compatibility issues to consider, then it would probably be more straightforward to upgrade the existing applications to 9.0.  There is the option to revert back to a previous version after an upgrade; however, there are a number of things to think about there especially if you run the new version for a while before running into an issue.  Not knowing particulars about your environment, I think it might be a good idea to possibly run what I call an "alpha" or test environment.  You could stand up a parallel set of VM's running new versions in a lab environment and run a test plan to validate any number of things.  In conjunction with a bug scrub and reading up on the new version, you could then validate whether you are ready to make that move in your production environment.
    Hailey
    Please rate helpful posts!

  • Opening files from a Novell-Share takes about ten seconds

    Hi there,
    first a few information about our environment:
    Windows 7 Enterprise SP1 Clients with Novell Client installed in latest version
    Windows Server 2008 R2 DCs
    Network-shares based on Novell Netware
    When accessing files on Novell-Shares for the first time it takes about 10 seconds to open. Reopening it or any other file at this location again is totally fast. Waiting about 15 minutes after closing the file causes the lag again.
    We traced our client-side network traffic and saw many Netbios-queries which failed because our WINS-Servers do not know the Netware-Servers. So first it tried it using every WINS-Server (three in our env.) and then on broadcast in the local subnet three
    times. It got no answer and timed out.
    So the next step I tried was to disable Netbios-over-TCP/IP with the radio buttons in the Network Adapter settings. After a reboot, the problem reoccured, but there were no more Netbios queries in the trace.
    After days of searching for a solution I tried to stop the "TCP/IP-Netbios-Helper"-Windows Service on spec. And suddenly every network share access was totally fast. We tried this with other clients, too. Same behavior! We even did not disable
    the NetBios-over-TCP/IP setting. Stopping the service was all we needed to do.
    Unfortunately disabling the service causes problems. The Windows-Login fails with a message "No Logon servers available". Using the full qualified user name ("[email protected]") works. But then we saw that policies were not applied.
    Any ideas, what could cause the lag? Or is it possible to disable this service without any side-effects?
    Bye,
    Jürgen

    Hi,
    What is the result if we access files on other network shares?
    I found a thread in novell forum and suggestion is checking the provider order and put Netware first, open network and sharing center, change adapter settings, Select Advanced on the menu> Advanced settings, Click on Provide Order Tab and change order.
    And have you contact the novel support team? They're more familiar with this product.
    http://forums.novell.com/forum.php
    NOTE
    This
    response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you.
    Microsoft
    does not control these sites and has not tested any software or information found on these sites.
    Yolanda Zhu
    TechNet Community Support

  • Development environment for 10g R2

    Guys,
    I need to setup a development environment for oracle 10g r2 forms development. I am a new to oracle and due to downsizing we lost our DBAs so I am on my own and need your huge support.........
    Current settings: Oracle on the server: Oracle 10g R2
    My local client installation: 10.1.0.4.2
    Downloaded oracle developer suite from oracle: Oracle Forms: 10.1.2.0.2 (Developer suite 10.1.2.0.2)
    * Is this a correct development environment? or any incompatibility do you see with this? *
    Secondly, I heard various stuff about development environment and would like your input as well:
    * Can I develop forms application from my own desktop, running OC4j from my local machine (came with developer suite) to run and develop forms? or do i have to develop on the server where oracle is installed? *
    * Does our oracle server needs any application server (weblogic) installed or just OC4j can work on the server to run forms production? *
    Please help me to resolve my confusion so I can present the development environment to my management.....
    Thank you soo much...
    -Raj
    Edited by: user12236377 on Jan 28, 2010 10:55 AM

    Current settings: Oracle on the server: Oracle 10g R2
    My local client installation: 10.1.0.4.2
    Downloaded oracle developer suite from oracle: Oracle Forms: 10.1.2.0.2 (Developer suite 10.1.2.0.2)
    * Is this a correct development environment? or any incompatibility do you see with this? *If you want to go with Forms 10G, i would apply the latest patch set (i think its 10.1.2.3, but would suggest to consult Metalink for that)
    * Can I develop forms application from my own desktop, running OC4j from my local machine (came with developer suite) to run and develop forms? or do i have to develop on the server >where oracle is installed? *Yes, you can develop "locally" on your PC using only OC4J, but for integrationtests it might be useful to have an "test"-OAS (Oracle Application server 10.1.2)
    * Does our oracle server needs any application server (weblogic) installed or just OC4j can work on the server to run forms production? *For running 10G forms in production you will need an OAS (Oracle Application server 10.1.2), not a WebLogic-server.
    As an alternative to 10G, you could also start directly using Forms11G, which is the latest release. In this case you need a WebLogic-Server 11-installation both for development as also for production.

  • HT4972 How to Backup iPad2 in Business Environment?

    Hi Everyone!
    I have a few question about backing up/Updating the iPad2. We have a few people at work that the job has provided them with ipads. We have already set up the ipads for the users, but I am a little fuzzy on how to make sure all data is backed up and about installing updates.
    1st question:  When attaching the ipad to itunes and right clicking the device and then selecting Backup, does this back up all that is on the ipad; music, apps, pics and ect? Is there a way to back up documents and settings within apps, such as notes saved in certain notepad apps?
    2nd: What is the best way to backup everything for a user? I want to monthly do a backup for the users and also backup the backup on itunes to a folder on a server on our network.
    Basically, I just want to get any advice/info from someone who may know the best way to back up all data on the ipad incase a users ipad decides to die or if needed for after updating a device.

    This really depends on how you are managing the devices insofar as how much control you are giving the users is concerned. If they all have their own apple id and their own computer with their own itunes account and they have Apple computers you can have them back up to itunes and have time machine back up the computer.  You could also set the tablets to back up  automatically  to iCloud with the users apple id and not use itunes at all. There are too many unknowns about your environment to offer specific advice.

  • How to get system Environment variable?

    How to get system Environment variable without using jni?
    just like "JAVA_HOME" or "PATH"...
    Any reply is help to me!! :-)

    Thx for your reply...
    I get it!!!
    Read environment variables from an application
    Start the JVM with the "-D" switch to pass properties to the application and read them with the System.getProperty() method. SET myvar=Hello world
    SET myothervar=nothing
    java -Dmyvar="%myvar%" -Dmyothervar="%myothervar%" myClass
    then in myClass String myvar = System.getProperty("myvar");
    String myothervar = System.getProperty("myothervar");
    This is useful when using a JAVA program as a CGI.
    (DOS bat file acting as a CGI) java -DREQUEST_METHOD="%REQUEST_METHOD%"
    -DQUERY_STRING="%QUERY_STRING%"
    javaCGI
    If you don't know in advance, the name of the variable to be passed to the JVM, then there is no 100% Java way to retrieve them.
    NOTE: JDK1.5 provides a way to achieve this, see this HowTo.
    One approach (not the easiest one), is to use a JNI call to fetch the variables, see this HowTo.
    A more low-tech way, is to launch the appropriate call to the operating system and capture the output. The following snippet puts all environment variables in a Properties class and display the value the TEMP variable. import java.io.*;
    import java.util.*;
    public class ReadEnv {
    public static Properties getEnvVars() throws Throwable {
    Process p = null;
    Properties envVars = new Properties();
    Runtime r = Runtime.getRuntime();
    String OS = System.getProperty("os.name").toLowerCase();
    // System.out.println(OS);
    if (OS.indexOf("windows 9") > -1) {
    p = r.exec( "command.com /c set" );
    else if ( (OS.indexOf("nt") > -1)
    || (OS.indexOf("windows 2000") > -1 )
    || (OS.indexOf("windows xp") > -1) ) {
    // thanks to JuanFran for the xp fix!
    p = r.exec( "cmd.exe /c set" );
    else {
    // our last hope, we assume Unix (thanks to H. Ware for the fix)
    p = r.exec( "env" );
    BufferedReader br = new BufferedReader
    ( new InputStreamReader( p.getInputStream() ) );
    String line;
    while( (line = br.readLine()) != null ) {
    int idx = line.indexOf( '=' );
    String key = line.substring( 0, idx );
    String value = line.substring( idx+1 );
    envVars.setProperty( key, value );
    // System.out.println( key + " = " + value );
    return envVars;
    public static void main(String args[]) {
    try {
    Properties p = ReadEnv.getEnvVars();
    System.out.println("the current value of TEMP is : " +
    p.getProperty("TEMP"));
    catch (Throwable e) {
    e.printStackTrace();
    Thanks to W.Rijnders for the W2K fix.
    An update from Van Ly :
    I found that, on Windows 2003 server, the property value for "os.name" is actually "windows 2003." So either that has to be added to the bunch of tests or just relax the comparison strings a bit: else if ( (OS.indexOf("nt") > -1)
    || (OS.indexOf("windows 2000") > -1 )
    || (OS.indexOf("windows 2003") > -1 ) // works but is quite specific to 2003
    || (OS.indexOf("windows xp") > -1) ) {
    else if ( (OS.indexOf("nt") > -1)
    || (OS.indexOf("windows 20") > -1 ) // probably is better since no other OS would return "windows" anyway
    || (OS.indexOf("windows xp") > -1) ) {
    I started with "windows 200" but thought "what the hell" and made it "windows 20" to lengthen its longivity. You could push it further and use "windows 2," I suppose. The only thing to watch out for is to not overlap with "windows 9."
    On Windows, pre-JDK 1.2 JVM has trouble reading the Output stream directly from the SET command, it never returns. Here 2 ways to bypass this behaviour.
    First, instead of calling directly the SET command, we use a BAT file, after the SET command we print a known string. Then, in Java, when we read this known string, we exit from loop. [env.bat]
    @set
    @echo **end
    [java]
    if (OS.indexOf("windows") > -1) {
    p = r.exec( "env.bat" );
    while( (line = br.readLine()) != null ) {
    if (line.indexOf("**end")>-1) break;
    int idx = line.indexOf( '=' );
    String key = line.substring( 0, idx );
    String value = line.substring( idx+1 );
    hash.put( key, value );
    System.out.println( key + " = " + value );
    The other solution is to send the result of the SET command to file and then read the file from Java. ...
    if (OS.indexOf("windows 9") > -1) {
    p = r.exec( "command.com /c set > envvar.txt" );
    else if ( (OS.indexOf("nt") > -1)
    || (OS.indexOf("windows 2000") > -1
    || (OS.indexOf("windows xp") > -1) ) {
    // thanks to JuanFran for the xp fix!
    p = r.exec( "cmd.exe /c set > envvar.txt" );
    // then read back the file
    Properties p = new Properties();
    p.load(new FileInputStream("envvar.txt"));
    Thanks to JP Daviau
    // UNIX
    public Properties getEnvironment() throws java.io.IOException {
    Properties env = new Properties();
    env.load(Runtime.getRuntime().exec("env").getInputStream());
    return env;
    Properties env = getEnvironment();
    String myEnvVar = env.get("MYENV_VAR");
    To read only one variable : // NT version , adaptation for other OS is left as an exercise...
    Process p = Runtime.getRuntime().exec("cmd.exe /c echo %MYVAR%");
    BufferedReader br = new BufferedReader
    ( new InputStreamReader( p.getInputStream() ) );
    String myvar = br.readLine();
    System.out.println(myvar);
    Java's System properties contains some useful informations about the environment, for example, the TEMP and PATH environment variables (on Windows). public class ShowSome {
    public static void main(String args[]){
    System.out.println("TEMP : " + System.getProperty("java.io.tmpdir"));
    System.out.println("PATH : " + System.getProperty("java.library.path"));
    System.out.println("CLASSPATH : " + System.getProperty("java.class.path"));
    System.out.println("SYSTEM DIR : " +
    System.getProperty("user.home")); // ex. c:\windows on Win9x system
    System.out.println("CURRENT DIR: " + System.getProperty("user.dir"));
    Here some tips from H. Ware about the PATH on different OS.
    PATH is not quite the same as library path. In unixes, they are completely different---the libraries typically have their own directories. System.out.println("the current value of PATH is: {" +
    p.getProperty("PATH")+"}");
    System.out.println("LIBPATH: {" +
    System.getProperty("java.library.path")+"}");
    gives the current value of PATH is:
    {/home/hware/bin:/usr/local/bin:/usr/xpg4/bin:/opt/SUNWspro/bin:/usr/ccs/bin:
    /usr/ucb:/bin:/usr/bin:/home/hware/linux-bin:/usr/openwin/bin/:/usr/games/:
    /usr/local/games:/usr/ccs/lib/:/usr/new:/usr/sbin/:/sbin/:/usr/hosts/:
    /usr/openwin/lib:/usr/X11/bin:/usr/bin/X11/:/usr/local/bin/X11:
    /usr/bin/pbmplus:/usr/etc/:/usr/dt/bin/:/usr/lib:/usr/lib/lp/postscript:
    /usr/lib/nis:/usr/share/bin:/usr/share/bin/X11:
    /home/hware/work/cdk/main/cdk/../bin:/home/hware/work/cdk/main/cdk/bin:.}
    LIBPATH:
    {/usr/lib/j2re1.3/lib/i386:/usr/lib/j2re1.3/lib/i386/native_threads:
    /usr/lib/j2re1.3/lib/i386/client:/usr/lib/j2sdk1.3/lib/i386:/usr/lib:/lib}
    on my linux workstation. (java added all those execpt /lib and /usr/lib). But these two lines aren't the same on window either:
    This system is windows nt the current value of PATH is:
    {d:\OrbixWeb3.2\bin;D:\jdk1.3\bin;c:\depot\cdk\main\cdk\bin;c:\depot\
    cdk\main\cdk\..\bin;d:\OrbixWeb3.2\bin;D:\Program
    Files\IBM\GSK\lib;H:\pvcs65\VM\win32\bin;c:\cygnus
    \cygwin-b20\H-i586-cygwin32\bin;d:\cfn\bin;D:\orant\bin;C:\WINNT\system32;C:\WINNT;
    C:\Program Files\Dell\OpenManage\Resolution Assistant\Common\bin;
    d:\Program Files\Symantec\pcAnywhere;
    C:\Program Files\Executive Software\DiskeeperServer\;C:\Program Files\Perforce}
    LIBPATH:
    {D:\jdk1.3\bin;.;C:\WINNT\System32;C:\WINNT;d:\OrbixWeb3.2\bin;D:\jdk1.3\bin;
    c:\depot\cdk\main\cdk\bin;c:\depot\cdk\main\cdk\..\bin;
    d:\OrbixWeb3.2\bin;D:\Program Files\IBM\GSK\lib;
    H:\pvcs65\VM\win32\bin;c:\cygnus\cygwin-b20\H-i586-cygwin32\bin;d:\cfn\bin;
    D:\orant\bin;C:\WINNT\system32;
    C:\WINNT;C:\Program Files\Dell\OpenManage\ResolutionAssistant\Common\bin;
    d:\Program Files\Symantec\pcAnywhere;
    C:\Program Files\Executive Software\DiskeeperServer\;C:\Program Files\Perforce}

  • Need information on Environment Parameters in EH&S

    Hi Friends,
    I am working on an application related to EH&S. I need to create a new environment parameter in EH&S for the Email ID and send the mail from program to that Email ID assigned to the environment parameter. I do not know any thing about the environment parameters in EH&S. Kindly guide me in doing this.
    Thanks in advance,
    Ram

    Hello Ram
    regarding "environment parameters" there might be one "disadvantage". If you would have the need to change the parameter you need a transport. May be there are other useful options which could be of interest:
    As you may be now you can store user dependent parameters on the level of the SAP user. One example is:
    You (as the user) can select  a property tree. This selection of a property tree can be stored on userid level (therefore if you log off and log on once again the selection property is your "default" one,)l. Regarding this option you do not need a customizing parameter. The "cons" of this options are:
    a.) you must prepare this "parameter" like a constant in your program to be read from user profile
    b.) you should make sure that the user can only select from a number of values or if the user is using a value which is not allowed you need some "error" handling routine
    So may be this option is not so "robust" but is used very often in SAP and in SAP EH&S.
    With best regards
    C.B.

  • Java and UNIX environment variables

    Hi folks,
    am I right when I say that it is not possible to access UNIX environment variables from Java (these ones delared by the export statement)?
    Cheers,
    Heiko

    Yes.. Since some OS do not have the  concept of environment variables,it is directly not possible.
    But using the method System.getProperties you can get
    some inf about the environment.
    the following links may be of some help to you
    http://www.javaworld.com/javaworld/javaqa/2001-07/01-qa-0706-env.html
    http://www.jguru.com/faq/view.jsp?EID=11422

  • Siebel Environment Variables

    I have readed the documentation about Configuring System Environment Variables and about Siebel environment variables.
    http://download.oracle.com/docs/cd/B40099_02/books/SystAdm/SystAdm_SrvrConfig3.html
    My question is ...Is possible to add a new environment variable definition into Siebel?.
    We want to extend this variables !!!
    Thanks in advance.

    Try the following:
    Add in the archive /etc/profile (vi /etc/profile) the following lines:
    JAVA_HOME=/etc/java/jre1.5.0_06
    export $JAVA_HOME
    PATH=$JAVA_HOME/bin:$PATH
    export $PATH
    where /opt/jre1.5.0_06 is the way/folder is install the jre.
    regards.

  • Composition Environment

    Hello all,
      I am interest to learn about composition environment. I have SAP NW Developer Studio 7.0 in my system. I am having the following questions.
    1. Is it possible to create composite application in that?
    2. Is there any guidelines available to create composite application?
    Thanks in Advance,
    Srividya

    hi
      you can Create  CAF applications ,(composite applications ) , in NWDS 7.0   
      And  development done in the NWDS 7.0  and migrated to CE 7.1  .  
       And about the Documents  you can it in SDN .
        And for application that you want to call  External Services  , you have to use NWDS 7.1
         and  CE 7.1   .      
    murali

Maybe you are looking for

  • Which is better Abap or Netweaver

    Hello friends I am dotnet developer with 2+ yrs experiance ,i developed web and windows applications using c# , now i want to move towards SAP ,as a developer i have to choose technical module but my dout is in that technical which is best as per my

  • HT5191 I can't do the upgrade itunes 10.6

    I can't do the software update itunes 10.6

  • Reg: Status of the SC

    Hi SRM Gurus, Can any body give the inputs for Status of the SC. Currently using N-step Item level approval process when SC changed & Approved by the first Approver the WI send to SC creator but status of the SC is showing in Approval preview "To be

  • Each start iTunes asks for registration account info

    Since the latest update to 7.2 with iTunes Plus, every time when I start iTunes, the app asks my dot Mac account and password. I never had this before. I find it anoying having to enter this @mac.com account name plus password when I start iTunes. Wh

  • FF 3.6.12 on Terminal Server

    Upgraded from a much older FireFox on a Windows 2000 Terminal server and now it appears like color depth is off when using Remote Desktop Connection (RDP) even with colors set on RDP at Highest Quality (32 bit). Internet Explorer is showing the color