Add a system property when the deployment java command is build by jdevelop

Hello everybody,
I have fedora core 4 installed using jdk 1.4.2_06 and JDeveloper 9.0.5.2.
I have cofigured a connection to a external OC4J standalone where I want to deploy my applications.
There are a problem between fedora core 4 anda jdk 1.4.2 that it's solved adding the argument "-Djava.net.preferIPv4Stack=true" to the java command when it's run.
The problem is that I don't know where I must put this parameter so that when I do a deployment to the OC4J Standalone, the command that jdeveloper build include this system property. Now the command that it builds is
java -jar admin.jar ...
I need that the command was:
java -Djava.net.preferIPv4Stack -jar admin.jar ...
Thank you very much in advance.

I'll see this menu, but it allow to configure the internal OC4J standalone of the JDeveloper.
I want to deploy to an OC4J standalone that is external to JDeveloper, and that is running in another machine.

Similar Messages

  • How to set a system property via the config tool?

    Hello,
    how can I set a system property via the config tool? Before I chose WAS from SAP I used java with option -D<name>=<value> to set the system properties.
    Very much thanks in advance.
    Regards
    Carsten

    Hi Carsten,
    WAS config tool is located under
    e.g. usr\sap\J2E\JC00\j2ee\configtool
    start configtool.bat
    there will be opened a configuration tool GUI
    Click on the instance_ID.... leaf of the tree in the left pane and then on the server_ID.... leaf.
    Java settings will appear in the right pane after this steps.
    Best Regards,
    Violeta

  • How to run the deployed java file

    Hi friends
    please guide me hoe to run the deployed Java class file on the machine on which the java sdk is not installed please tell me also the it is necessary to change environment variables
    becoz i have created one small package & i want to deploy & capable to work it on machine on which there is no java SDK is installed

    Does your application have a GUI (e.g. Swing or AWT)? Can you distribute it from a web site?

  • Adware has access to system even when the site is blocked.

    ad.yeildmanager.com and all of its' buddies have free access to my system even when the sites are blocked. It only seems to occur when I am at Yahoo and spammers were using my account.
    Norton, McAfee, MS, and Pest Patrol find no bugs and show life is great.
    Every morning I show new program installed but no listing for it.
    I love the browser but

    This new 'feature' is controlled by these two prefs.
    *security.mixed_content.block_active_content
    *security.mixed_content.block_display_content
    *https://developer.mozilla.org/Security/MixedContent
    *https://addons.mozilla.org/firefox/addon/toggle-mixed-active-content/

  • HOw to find how many users into into r/3 system  and when the log in

    HI
    I need to find who are others log in to R/3 system?
    HOw to find how many users into into r/3 system  and when the log in

    Hi,
    You can also use transaction code AL08 to see the list of users logged on with the transactions they are working on.
    Regards,
    Venkat

  • How to add a custom property to the user's master record?

    Hello,
    I would like to add a custom property to the user's master record which is unique to our company (User's region).
    Is that possible? and if yes, how?
    I'm a bit new to BW so a step-by-step procedure will help
    Roy

    The user names are stored in table USR01. IN that table see if you can add a field to have region. Extract this table and store it in User info object in BW.
    You will need a ABAP person to do this, if you are new to SAP.
    Ravi Thothadri

  • After upgrading from FM 9 to 11, FM crashes when the Print Book command is used. Suggestions?

    After upgrading from FrameMaker 9 to 11, the program crashes when the Print Book command is selected to print files that were converted from FM 9 to FM11. (Resulting .pdf files are problematic, w/ broken links and non-functioning bookmarks.)  Has anyone encountered this issue, and can you suggest a workaround? Thank you!

    Known bug - already fixed - get the latest FM11 patch

  • How to add CD/ Tapr Drv when the system is enable

    Sir is there any body who will help me to solve the problem that when the system is enable and I want to attach the CDROM & Tape Drive to the system what i have to do

    Hello,
    depends on the system and OS version.
    If the CD-ROM and tape-drive are SCSI (on separate channel from the system disk), just attach them and issue devfsadm -C disks; devfsadm -C tapes (Solaris >= 8) or drvconfig; disks; tapes (Solaris < 8)
    If the CD-ROM is IDE, impossible without restart !
    Anyway review the manpages for the above mentioned commands.
    Michael

  • Assignment Schedule Vs. When the deployment is available

    Hi,
    I would like to just have some clarification on deployment scheduling. I created a deployment but I do not want it to run/install until 2/7/2015. So I have set the assignment schedule on the deployment for 2/7/2015. But I see the deployment start time has
    the date I created it. I am worried it will install on me right now because it says in monitoring that the program is received. Can you confirm that as long as I have the assignment schedule set, it will not install/run until then? TIA

    "Program received" means that the client has downloaded the policy for this deployment.  If it is available now but required in the future, deployments targeting workstations are shown in the Software Center and someone could chose to run
    it early. The only time it would automatically install early is if the user had configured "Business Hours" or scheduled it to install early. Usually, this is fine to allow since the user gets to do it at their convenience any time up until the deadline
    - and if they chose to do nothing, the system will take care of installing it.
    If you really only want it to install on/after 2/7/2015, then you should change the available date to be the same as the required date.
    I hope that helps,
    Nash
    Nash Pherson, Senior Systems Consultant
    Now Micro -
    My Blog Posts
    If you found a bug or want the product to work differently,
    share your feedback.
    <-- If this post was helpful, please click the up arrow or propose as answer.

  • System sleeps when the computer shows 40% on a calibrated battery

    When my 12" 867 MHz G4 powerbook is fully charged and has been calibrated several times, it sleeps when the computer said that I have 40% life left. Obviously, my machine has a problem knowing how much juice is left in the battery. I have already calibrated it, and when it sleeps, it doesn't even give me any warning. I have destroyed several CDs in the middle of a burn. Any help?

    I started having the same problem recently. For a while (a year, maybe), I would get the low battery warning around 30%. In the last week, it has started to go out at about 45-50%, with no warning. I've tried recalibrating. I'm going to reset the Power Manager, then recalibrate. If that doesn't work, I'm going to replace the battery, which is three years old and has gone through 373 load cycles.
    PowerBook G4 12 (revA)   Mac OS X (10.4.2)  

  • Deploy Java class to database from jDeveloper

    In 10g version I could create a deployment profile for deploying java class directly to the database from within jdeveloper. Looks like when you create a deployment profile in 11g that is no longer an option. Has the process changed, or was that functionality flat out removed?

    Hi,
    what about
    Nwe --> Database Tier --> Database Files --> Load Java and Java Stored Procedure
    Frank

  • In HCP Cockpit, is there a way to provide version information for the deployed java applications?

    We have a Java Application which is deployed on HCP. When we make fixes and redeploy it again, is there a way that we can provide version information that could be useful to identify which version is currently deployed. Please advice if there is an alternate way to achieve this.

    Unfortunately there is no way to do that current stage , you would need to add the tags manually.
    Thanks,
    Sanjit

  • System freezes when the restart button is used

    When I elect to restart using the restart button the system hangs up. Theis is happens whenever i instruct the system to install updates.  My system is a Satellite P855-S5312 with windows 8 factory installed.

    Satellite P855-S5312
    When I elect to restart using the restart button the system hangs up.
    Does the hang occur during the reboot (and after the shutdown)? If so, what happens when you try to restart after a clean boot?
      1. Open the System Configuration utility (msconfig.exe). You can do that by typing msconfig at the Start screen and pressing Enter.
       2. On the Services tab, set the Hide all Microsoft services check box and then click Disable all.
       3. On the Startup tab, click Open Task Manager, right-click and disable each Startup item. Then close Task Manager.
       4. Back on the System Configuration screen, click OK, and restart the computer.
    -Jerry

  • System Dumps when the user is trying to delete the PO

    Hi All,
    SRM 5.0 ECS
    We are trying to delete a PO and the system throws a dump at this time. The PO is still not in R/3, currently its in held status where in we want to delete it and start over from sourcing cockpit. On a high level it says..Buffer table not up to date.
    Just wanted to see if anyone else face this similar situation. I know we have function modules to delete the PO. But wanted to find out the root cause of this issue.
    Thanks

    Hello,
    Can you provide the actual dump error?

  • [cs4.0]cant proceed the setup page...stuck at the checking profile system 90%(when the cheking reach 90%, pop up the setup page then gone le, cant install)...help pls

    im using vista home premium sp2...previously i run the installer that which copy from my friend,but the file did not complete copy....so i recopy again the installer file and run again.the problem occur(checking system profile reach till 90% then pop up the loading setup page and gone suddenly,therefore cant install it)
    any solution...pls help pls....T.T

    You must to view the section: http://www.oracle.com/technology/software/tech/windows/odpnet/install10202.html... there you will find all the information that you need for the installation in windows vista. I could to install the ODAC and i have not any problem.

Maybe you are looking for

  • ICal Mavericks update seeing start time in month view

    Is there any way to, in the Mavericks' version of iCal, get back the option to see the starting time of events in the month view?

  • Java vs Javascript NOT THE SAME THING

    Since we're all just users here it might be appropriate to remind people that Java and Javascript are two distinctly different things. With the recent warnings about Java some might be inclined to also disable Javascript in their browsers. There is n

  • For server Eagle-PROD-Instance, the Node Manager associated with machine

    I have a wlst script that creates a domain and a managed server. I associate the server with a machine that's attached to a node manager. It creates the managed server fine but when I try and start it I get this error For server Eagle-PROD-Instance,

  • OA frame works

    Hi , can any one please tell me where I am going to find the OA framework Study material ( in which site). Thank u.

  • NTSC and PAL Menu Workflow

    Hi All, I am authoring a DVD and have a need for four menus - PAL 4:3, PAL 16:9, NTSC 4:3, and NTSC 16:9. Does anybody have a good workflow for creating the menus in Photoshop? I'd like all menus to look as close as possible to each other but still h