How to Change Default User Directory without changing System Directory

Hi Everyone,
I need to change default User Directory for my JDeveloper 11.1.1.0.2.
Default User Directory = C:/JDeveloper/mywork
Default System Directory = *<JDEV_HOME>/System*
Now I Need to Change it to
My Default User Directory = C:/Monty/JDev11g2/
But System's Default Dir = *<JDEV_HOME>/System*(Same)
For this i explicitly Set variable ide.user.dir to C:/Monty/JDev11g2/ in JDev.boot file as explained in Installation document.
Working fine but it contains System Folder too. I don't want this.
Any Help to find me separate these both as it works for Single User.
Thanks,
Fizzz...

Hi John, You must be right if i'd believe in ghost, A Ghost of System's Folder :-). Well that's true, We should ignore it. But still If someone finds any Clue then let me know.
Thanks
Fizzz...

Similar Messages

  • How to set default User preferences in Analyzer for all users

    How to set default User preferences in Analyzer for all users<BR><BR>Hi,<BR><BR>I would like to set some settings in Analyzer as default for all users. For example:<BR>1. Display | Char<BR>2. right mouse click on char | Chart Properties<BR>3. Axes tab<BR>4. "Format: Currency" i would like to change to "Format: Number".<BR><BR>How to set default values to all users? Is this possible?<BR><BR>Thanks,<BR>Grofaty

    I'm pretty sure higher access superceedes, so you could set up a group with no actual access, just to get the preferences working, then their individual security will dictate what they can do. I haven't tested this fully, but I beleive this is how it will work.<BR>As far as setting the preferences, go into the admin console and right click on the group, then select Preferences. To apply the group preferences to a user, add the user to the group, then right click on the user, select preferences and from the upper left corner, use the drop down to select the active preference, in this case, it will be the group you created and added them to.<BR><BR>HTH

  • How to change system administrator for os x 10.9.1

    how to change system administrator for os x 10.9.1

    sriharshasanne,
    log in as your current system administrator and open the Users & Groups pane of System Preferences. If the padlock in the lower-left corner is locked, click on it to unlock it. Click on the “+” button above the padlock to create a new user; set the “New Account” dropdown to “Administrator”. Provide the missing text box information, and press the Create User button. After the new administrative user has been created, exit System Preferences, log out, and log in as the new system adminstrator. Open the Users & Groups pane of System Preferences again, select your old administrative user, select its Password tab, and uncheck its “Allow user to administer this computer” checkbox. Relock the padlock if desired, and exit System Preferences.

  • How to change system time through java program

    Hi
    I want to know, how to change system time through java program.
    give me a idia with example.
    Thanks

    There isn't any core Java API for this. Use JNI or call an external process with Runtime.exec().
    ~

  • How to change system time on Cisco MeetingPlace Express Server

    How to change system time on Cisco MeetingPlace Express Server
    Model MCS-7825-I4

    Hi Vijay,
    As per the install guide for MPX 1.x as well as 2.x "Caution! Be sure you enter the correct date and time. You must reinstall the Cisco Unified MeetingPlace Express operating system and application if you need to change the date or time of your server in the future."
    http://docwiki.cisco.com/wiki/Cisco_Unified_MeetingPlace_Express,_Release_2.x_--_Configuring_the_Cisco_Unified_MeetingPlace_Express_Server#Configuring_the_Cisco_Unified_MeetingPlace_Express_Server
    http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/meetingplace_express/1_2/english/installation/guide/iug/mpxinst3.html
    HTH
    Manish

  • Trouble getting the default  user directory under Windows XP

    I m trying to get the default user directory under windows XP SP3.
    To do so, I'm using
    System.getProperty("user.home");
    I was expecting to get a path like "C:\Documents and Settings\user", nstead of that I get "C:\Documents and Settings\user\Destop".
    I checked the %USERPROFILE% and %HOMEPATH% window's environment variables and both of them are correctly set ( set to "C:\Documents and Settings\user").
    Is there any way to get the right path other than using : System.setProperty("user.home", "C:\\Documents and Settings\\user"); ?

    Thanks WalterLaan,
    The System.getenv("USERPROFILE") method will, at least, fix the problem under win XP.
    I guess i'll have to write a more refined method to be able to deploy my application under differents OSes.
    Regards.

  • How to add a user directory in oracle e-business?

    Dear all,
    How can I add user directory (for interface purpose) in utl_file_dir?
    Please advice.
    Thanks.

    Just the same way you create a directory in a standalone database.
    How to Copy , Rename , Delete a File And Create a Directory in PL/SQL in Oracle 8i and higher [ID 282190.1]
    Using CREATE DIRECTORY Instead of UTL_FILE_DIR init.ora Parameter [ID 196939.1]
    Top Articles On Using UTL_FILE Package to Perform File I/O (UNIX) [ID 44307.1]
    CREATE DIRECTORY
    http://download.oracle.com/docs/cd/E11882_01/server.112/e17118/statements_5007.htm#SQLRF01207
    Thanks,
    Hussein

  • How to change System Input Method ?

    I tried to write multilingual program.
    I have system input method and specific input method code (lib/ext).
    How to change System Input Method from a code ?
    or
    How to handle an event when i chage system input method in the Windows.
    (My OS is Windows XP).
    I tried to do (for example):
    java.awt.im.InputContext ic = this. getInputContext ();
    ic.selectInputMethod(new Locale ("ru"));
    It doesn't help.

    up

  • How to change System Key Board Default input language(registry entry) using c# code

    Hi All
    Please help me to write a small console application which helps to change keyBoard default input language in registry using c# code (Manually we can change  as follows: Control Panel\All Control Panel Items\Region and Language\ KeyBoards and languages\Change
    KeyBoards\Default Input Language)
    Note: once system rebooted, English language should not be selected by default. Previously selected language has to be retained after system rebooting

    Hi 
    Avatar
    Would you mind letting us know the result of the suggestion?
    I temporarily mark
    cedric’s last response as an answer. You can unmark
    it if they provide no help.
    Best  regards,
    Kristin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to Change System profile Options

    Hi Friends
    I want to Change System profile Option "PASSWORD CASE OPTION" from "MIXED" to "INSENSITIVE"......how
    can I clear it at the Site Level without logging in E-Business Suite Login Page
    Thanks
    Edited by: user10365515 on Aug 26, 2010 3:34 AM

    Try something like this from backend:
    select fpot.user_profile_option_name, fpov.profile_option_value
    from apps.fnd_profile_options fpo, apps.fnd_profile_options_tl fpot, apps.fnd_profile_option_values fpov
    where fpo.profile_option_id = fpov.profile_option_id
    and fpov.level_id=10001
    and fpo.profile_option_name like '%PASSWORD%'
    and fpo.profile_option_name=fpot.profile_option_name
    and fpot.language='US'
    order by 1;
    you can take a backup and update the table from backend. But, be cautious (oracle doesn't recommend updating from backend).

  • How to change system password in weblogic 8.1 ?

    Hi,
    Will you shed some lights on the steps of changing system password ? In weblogic console, I changed the password in Security->User and also in the remote start tab of admin server. When re-starting admin server, got this error : <Jun 17, 2005 1:36:59 PM PDT> <Critical> <Security> <l0065073> <doris811_admin> <main> <<WLS Kernel>> <> <BEA-090052> <Server installed as Windows NT service with incorrect password for user admin; The password may have been changed since the server was installed as a Windows NT Service. Contact the Windows NT system administrator.>. Any help is appreciated.
    Jessie

    I ran the installservice with the new password and received following errors when starting the service :
    Program Error : beasvc.exe has generated errors and will be closed by Windows....
    Microsoft Management Console : Could not start the beasvc doris_doris_admin service on local computer, Error 1067: The process terminated unexpectedly
    Should I change password in weblogic console
    security->user prior to re-install service with the new password ?
    Any help is greatly appreciated.
    Jessie

  • How to create a user account without a password

    how do you make a user account without a password!

    Hi Kappy,
    i checked out your bio and posts. would you be able to give me some guidance with respect to a recent post of mine. I'd appreciate any help you may offer.
    with respect to the password question, an added point may be to suggest a strong and secure password. i'm still baffled by the poor passwords in use by some of the people i know personally - and their smart individuals too.
    thanks in advance.
    blue.falcon

  • How to set default working directory in iSQL*PLUS

    In regular SQL*Plus, one could set the properties attribute of the shortcut icon to a default working directory. Is there a way to set a default for iSQL so that you don't have to reset this each time you log on?

    The default path for the "Browse..." (Netscape) or
    "Choose" (Opera 6) button for loading scripts????
    This would be browser specific - even the button text
    is chosen by the browser. I've never tried to rig the
    initial path. Maybe it can be done with a shortcut
    to the browser executable?
    -- CJ

  • How to disable the User directory in Shared Services?

    Hello,
    We need to disable (Not Delete) the User Directory in Hyperion Shared Services. We are using the Hyperion version 9.3.1. Is there a way we can do this?
    Thanks
    S

    From the 9.3.1 docs:
    "If you do not want to use a configured user directory that was used for provisioning, remove it from the search order so that the user directory is not searched for users and groups. This action maintains the integrity of provisioning information. It also enables you to use the user directory at a later time, if needed."
    http://docs.oracle.com/cd/E10530_01/doc/epm.931/html_cas_help/frameset.htm?removesearchord.htm
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • OracleXE Newbie: How do I view user tables as SYS/SYSTEM?

    I'm brand new to Oracle and downloade OracleXE to learn a bit about it. When I login as SYS or SYSTEM how do I view user tables? Don't I have full admin rights? I can't figure it out.
    I've unlocked the sample application with the user HR and created the first sample app page to view Employees, and when logged in as HR I can see all of the tables but why not when I'm signed in as SYS or SYSTEM?
    TIA

    The sys and system users can see (and alter, drop, create) objects for any database user, just have to add the schema (a.k.a. database username) to the object name, i.e.
    select * from hr.employees;
    Should get you the hr employees table. There are also several views to help out, i.e. dba_users has all the database users, dba_objects for all objects in the database objects, dba_tables has all tables, etc.
    And each user also gets similar views, user_tables has all the tables that user has created, and there is an all_tables view listing any table the user has been granted select or other privileges.

Maybe you are looking for

  • Stat machine workflow task workflow status different values on different state activity(Approval level)

    i have developed the State machine workflow in which i am using default workflow task i have added one status dropdown and that is having approve or reject that i set using workflow task drop down values now my requirement is that when my workflow go

  • Iphone 5 unable to make or receive calls.

    My Iphone 5 is not allowing me to make or receive calls. When I am making calls it comes up saying "Called Failed". I have restarted the phone a number of times and it works for an hour or so and then back to the same. No solid resolution. People are

  • WebLogic 11g + OSB + log4j 를 사용하는데 콘솔에 log가 에러만 나와요...

    저희는 기존에 WebLogc 9.* 의 ALSB를 사용하고 있다가 이번에 업데이트를 하게 되었습니다. 기존에 Log4j를 사용하고 있었는데요.. WebLogic 11g + OSB + log4j를 적용하니까 저희 어플리케이션에서만 사용하는 log4j 설정파일을 읽긴 읽는것 같은데 설정을 Debug로 해놓아도 Console에는 Error 로그만 찍히네요.. 근데 이상한것이 WebLogic 11g(WLS) + log4j를 사용하면 Debug나 inf

  • Changing Date in one cell based on text in another cell

    Is there a formula to change the date in a cell in one column to the date in another column on the same row based on the text in a third cell on the same row? For example, I want the date in G3 to change to the date in J3 when the text in H3 says Com

  • My Word 2004 all of a sudden does not open

    I can't open any old Word files with word. It just shows the Word prescreen (registered to...) and then gets stuck. When I go directly to open word in my dashboard, the same happens. I reinstalled Office 2004, rebooted, same problem. I hope someone h