Is it possible to install a JDev extension bundle in headless mode.

We are looking to see if there is a way to automate install of JDev and application of an extension in "headless" mode, or some other command line option that could enable this.
This is for internal development purposes aiming at reducing the number of steps dev has to get through to be in a position to run JDev setup with the required extension.
I could not find anything related to this in the forum, or help guide, apologies if I missed it.
thanks
Nick

For most of the extensions the check for update simply download the zip file, and extracts the jar file from within into the extensions directory.
I think you should be able to just manually copy the jar file to the specific location and this will be enough.
Some extensions specify in their bundle.xml file another location for install (like the JDev root directory) and then you'll need to copy the files to the specific locations under the root.

Similar Messages

  • Is it possible to install a module only for the private mode (i would use https everywhere only in this mode). Is there any way to do that ? Thanks

    I would use the module "https everywhere" wich is an extension that encrypts communications with many major website. The thing is that i dont want to use it all the time.
    The way to use it perfectly would be to activate it only when i'm in private mode (wich makes sense IMO).
    Is there any way to install / configure it in order it's effective in the private mode but not in the normal one ?
    That would be a great feature but i found nothing about it.
    Btw, sorry for my bad english, not my mother tongue anyway ;).
    Thanks for your support.
    Best regards

    I know i m running on firefox 24, but i m working with GWT plateform and there is no pluggin for version higher than 24.
    Thank you for your help, it fit perfectly with my issue. Much appreciated.
    Best regards

  • How to install Report JDev only ?

    I want to install JDev ,but my CPU is less than qualitification.
    ERROR Massage:
    " Checking swap space : 672 MB available ,1535 MB required. Failed<<<<"
    Now,I want to use only JDev report maker. So , how I install Report JDev only?

    Hi,
    not sure what you mean by "Report Maker", but in general it is not possible to start a single component stand alone. You can switch off some extensions in the preferences to reduce memory requirements.
    Frank

  • Jdev Extension Jar put in a directory other than "JDEV_HOME/jdev/extensions

    I'm creating new rules for auditing using the Jdeveloper 10.1.3 extension API and enabling using extension framework. Once I created the rule, I placed the 'jar' file in "JDEV_HOME/jdev/extensions/" directory as per the guidelines. It is executing perfectly. But I want to place the jar in my home directory. is it possible?
    I mean I place the jar file in my home directory and I will provide classpath in 'extension.xml' file, which is a part of jar file. How can I achieve it?
    The 'jar' file contains
    a) extension.xml
    b) 2 java files
    c) one text file.
    Here extension.xml mention the link of a rule to the audit framework. I used the
    A part of extension.xml file which adds my rule to the framework.
    <hooks>
    <jdeveloper-hook xmlns="http://xmlns.oracle.com/jdeveloper/1013/extension">
    <addins>
    <addin>oracle.test.launcher</addin>
    </addins>
    </jdeveloper-hook>
    </hooks>
    I heard that we can do this in different types:
    a) In <hooks> tag, we can include the <libraries> tag which mentions the classpath tag and value.
    But no where I found the <libraries> tag in google search.
    b) In "JDEV_HOME/jdev/extensions/" directory we place a jar file which only contains the 'extension.xml' file and we can specify the class path of the jar file, which contains the remaining three files. is it possible? If so pls. show me the pointers to do this.
    Could you pls. suggest me.
    Thanks in Advance
    Regards
    Madhu

    Hi,
    You can install extension jars in your jdevhome extensions directory in addition to the standard OH/jdev/extensions. On platforms other than Windows, this is ~/jdevhome/extensions by default. On Windows and other platforms, the location of the jdevhome directory can be controlled using the environment variable JDEV_USER_DIR.
    Adding an extension jar to one of those two locations is usually sufficient to add it to the classpath of JDeveloper. If you have additional non-extension jars you want to add to JDeveloper's classpath, you can do so using the <classpaths> element in extension manifest. This contains <classpath> elements which are relative paths to jars from the location of the extension jar. For example, say you have
    ~/jdevhome/extensions/my.extension.10.1.3.jar
    and you want to include
    ~/jdevhome/someotherjar.jar
    You would use something like this:
    <extension ...>
      <classpaths>
        <classpath>../someotherjar.jar</classpath>
      </classpaths>
    </extension>Thanks,
    Brian

  • How to install ADF Mobile extension to JDeveloper on OSX 10.8.2

    Using the info from the following discussion thread it was pretty straightforward to install jdeveloper to OSX 10.8.2.
    Re: Jdeveloper install on os x lion (10.7.5)
    as well as the blog posts
    http://adf4beginners.blogspot.be/2012/10/installing-jdeveloper-on-mac-osx-108.html
    https://blogs.oracle.com/shay/entry/installing_jdeveloper_on_mac_os
    Now the issue is that when I try to install the ADF Mobile extension I run into problems:
    I tried installing both directly from the update centres as well as from local file, but the
    only extension available after restart is the "ADF Mobile Help" (oracle.adf.mobile.doc).
    I can also see from the startup console a lot of warning messages of type as indicated below.
    Oracle JDeveloper 11g Release 2 (11.1.2.3.0)
    Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
    Installing updates...
    Jan 10, 2013 9:36:47 PM oracle.ideimpl.deferredupdate.task.BundleDetails getOsgiBundleDetails
    WARNING: Bundle: /Users/gwr/Downloads/jdeveloper/../jdeveloper/jdev/extensions/oracle.adf.mobile/iOS/juel-api-2.2.4-SNAPSHOT.jar has an invalid version number 2.2.4-SNAPSHOT
    Jan 10, 2013 9:36:47 PM oracle.ideimpl.deferredupdate.task.BundleDetails getOsgiBundleDetails
    WARNING: Bundle: /Users/gwr/Downloads/jdeveloper/../jdeveloper/jdev/extensions/oracle.adf.mobile/iOS/juel-impl-2.2.4-SNAPSHOT.jar has an invalid version number 2.2.4-SNAPSHOT
    Jan 10, 2013 9:36:47 PM oracle.ideimpl.deferredupdate.task.BundleDetails getOsgiBundleDetails
    WARNING: Bundle: /Users/gwr/Downloads/jdeveloper/../jdeveloper/jdev/extensions/oracle.adf.mobile/iOS/jvmti/jar/juel-api-2.2.4-SNAPSHOT.jar has an invalid version number 2.2.4-SNAPSHOT
    Jan 10, 2013 9:36:47 PM oracle.ideimpl.deferredupdate.task.BundleDetails getOsgiBundleDetails
    WARNING: Bundle: /Users/gwr/Downloads/jdeveloper/../jdeveloper/jdev/extensions/oracle.adf.mobile/iOS/jvmti/jar/juel-impl-2.2.4-SNAPSHOT.jar has an invalid version number 2.2.4-SNAPSHOT
    Jan 10, 2013 9:36:47 PM oracle.ideimpl.deferredupdate.task.BundleDetails getOsgiBundleDetails
    WARNING: Bundle: /Users/gwr/Downloads/jdeveloper/../jdeveloper/jdev/extensions/oracle.adf.mobile/iOS/release/jar/juel-api-2.2.4-SNAPSHOT.jar has an invalid version number 2.2.4-SNAPSHOT
    Jan 10, 2013 9:36:47 PM oracle.ideimpl.deferredupdate.task.BundleDetails getOsgiBundleDetails
    WARNING: Bundle: /Users/gwr/Downloads/jdeveloper/../jdeveloper/jdev/extensions/oracle.adf.mobile/iOS/release/jar/juel-impl-2.2.4-SNAPSHOT.jar has an invalid version number 2.2.4-SNAPSHOT
    Jan 10, 2013 9:36:47 PM oracle.ideimpl.deferredupdate.task.BundleDetails getOsgiBundleDetails
    WARNING: Bundle: /Users/gwr/Downloads/jdeveloper/../jdeveloper/jdev/extensions/oracle.adf.mobile/lib/juel-api-2.2.4-SNAPSHOT.jar has an invalid version number 2.2.4-SNAPSHOT
    Jan 10, 2013 9:36:47 PM oracle.ideimpl.deferredupdate.task.BundleDetails getOsgiBundleDetails
    WARNING: Bundle: /Users/gwr/Downloads/jdeveloper/../jdeveloper/jdev/extensions/oracle.adf.mobile/lib/juel-impl-2.2.4-SNAPSHOT.jar has an invalid version number 2.2.4-SNAPSHOT
    Jan 10, 2013 9:36:55 PM org.netbeans.core.startup.NbEvents logged
    INFO: Turning on modules:
    Jan 10, 2013 9:36:55 PM org.netbeans.core.startup.NbEvents dumpModulesList
    INFO:      org.openide.util.lookup [8.3.1 201007282301]
         org.openide.util [8.6.2 201103231602]
         org.openide.modules [7.17.2 201008301741]
         org.openide.filesystems [7.38.2 201007282301]
         org.netbeans.core.dynamicconfig [1.0 120919]
         org.netbeans.libs.osgi [1.1.1 201007282301]
         org.netbeans.bootstrap/1 [2.33.5 201104201301]
         org.netbeans.core.startup/1 [1.25.5 201103231602]
         org.netbeans.core.netigso [1.4.5 201011191627]
         org.apidesign.netbinox [1.16.10 110502]
         oracle.ide_osgi [11.1.2 11.1.2]
         com.oracle.jdeveloper.nbbridge [1.1 120919]

    thanks,
    you gave me the courage to move along, and I stumbled across some info
    (should have given a link here, but not able to find the most correct one right now)
    As a matter of fact it seems like several postings in blogs and discussion forums touch this area.
    Just wonder if we could smooth this process a bit.
    issuing this command sequence, did the trick:
    sudo mkdir -p /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/jre/lib
    cd /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/jre/lib
    sudo ln -s /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/classes/classes.jar rt.jar
    Then for jdk location I selected
    /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Contents/Home

  • Is it possible to install Windows 7 on Retina MacBook with a shared CD drive?

    My school provides Windows 7 Ultimate upgrades to students
    My friend installed Windows 7 normally even though it's technically an upgrade (burned the .img file to a DVD using Disk Utility and installed it through the Boot Camp Assistant tool in Snow Leopard)
    I own a 2008 MacBook which has an optical drive
    I own 1, 2 GB thumb drive and 1, 4 GB thumb drive
    Is it possible to install Windows 7 through my Retina MacBook Pro through a shared CD connection with my 2008 MacBook?
    I tried using the Boot Camp Assitant tool.
    I burned the Windows 7 upgrade .img file to a DVD with Disk Utility just like my friend
    I copied that DVD as a .cdr file to my Retina MacBook using the shared CD connection and Disk Utility, and changed the file extension to .iso
    With the Boot Camp Assistant, I set-up my 4 GB thumb drive
    When I get to the "Create a Partition for Windows" screen and I press install, I get the message "The installer disc could not be found".
    The DVD is in my 2008 MacBook and I mounted it on the Retina MacBook. The 4 GB Windows set-up thumb drive is connected to the Retina MacBook.
    I'm confused as to what I'm doing wrong.
    Any help is appreciated.

    You need the USB SuperDrive or an USB disk to install Windows on the computer

  • JDev extension SDK: How to refresh navigator via API?

    Hi,
    I'm developing a jdev extension, in which I create some files in the project source folder manually (in file system).
    These changes are not displayed in the projects navigator tree (of course). Is it possible to refresh the navigator view via SDK API, same like pressing the blue refresh-button on top of the navigation area?
    thx,
    Marcel

    Hi Harry,
    Sorry for the delayed response. I'm assuming we are on opposite sides of the world. :-)
    I looked deeper into the method that you pointed out and I've posted an internal question to some of the developers about how to get that TNode. I tried a couple of things myself, but kept running into a dead end.
    You can't get a TNode from the workspace. It has to come from the NavigatorWindow class.
    The Workspace and the NavigatorWindow are two completely different things. One is a representation of the jws and jpr files, and the other is the representation of the filesystem.
    I'm not quite sure that this will really do what you are looking for anyway. While it may refresh the Navigator window, I don't think it will go out and rebuild the tree with whatever is new in the project folder. When I look at the internal code for that Refresh button, it is doing a lot of re-reading of the filesystem and then rebuilding the tree.
    I was able to create my own menu item and have it call the action for the refresh button, but it still requires that the workspace be selected first, so it's in context when the menu us selected. Doesn't quite achieve what you're looking for.
    I'm assuming that you are looking to refresh the navigator window programmatically after you have add one or more files to the filesystem for a project. Is that correct? Just want to make sure I'm working with the same goal that you are.
    I'll keep looking into how this is done with some of our internal wizards. There has to be a way to do it.
    --jb                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Is it possible to install PDT in Flash Builder 4.5?

    Is it possible to install PDT in Flash Builder 4.5? If yes, how?

    You can install any Helios eclipse plugin to FB 4.5.
    Fair warning, commenting is broken in that version of PDT. Hopefully there will be an update soon. Sucha pain!
    *edit*
    Sorry I didn't see the second part of your question.
    Run FB as Administrator and go to Help -> Install New Software -> Add Site
    The helio repository is: http://download.eclipse.org/releases/helios/
    Follow the prompts after that to install any desired extensions.
    Message was edited by: drkstr_1

  • Jalopy installed with Jdev 10.1.3

    Hi,
    I'm trying to install the Jalopy plugin with Jdeveloper 10.1.3 but I'm getting a "No class def found for addin de.hunsicker.jalopy.plugin.jdeveloper.JDevPlugin". I've tried several versions of Jalopy, since people don't seem to agree on the version to use with Jdev 10.1.3 and I've also noticed inconsistency between installation instructions. Most of them tells to extract the "lib" folder content to /jdev_install_dir/jdev/lib/ext. However, the release notes for Jalopy 1.1.5 in the download section tells to extract in /jdev_install_dir/jdev/extensions.
    Finally, the file names and the ZIP content of several Jalopy downloads is different. Talk about clarity! Could someone be kind enough to help shed some light on this? I've spent most of yesterday trying to make this work without success. It would REALLY be appreciated.

    Jalopy has an open source version.
    http://sourceforge.net/projects/jalopy/
    and a commercial version.
    http://www.triemax.com/products/jalopy/manual/plugin-jdev.html
    In Jdeveloper 10.1.3 the extension directory is extensions, not ext.

  • The great Oracle URL shuffle: are jdev extensions broken?

    I've been trying to install the JDev dynamic tab page template extension 1.02 today without much success. Right I thought, I'll download the extension manually and install it locally. But the extensions page is borked too, clicking the relevant link redirects to the JDev home page. So my question is, has the great Oracle URL reorg broken 1 or more of the downloadable extensions too?
    Or is it just me?!
    CM.

    It's just you.
    http://www.oracle.com/ocom/groups/public/@otn/documents/webcontent/131167.xml (redirected from htmldb.oracle.com/pls/otn/f?p=updatecenter:uc) works... oh and then trying to download the actual extension - yeah, borked.
    [url http://www.google.com/webhp?hl=xx-bork]bork bork bork
    The great OTN reorg is really annoying!
    John

  • Who knows is it possible do install exe files on mac? is there any convertor program, etc ???

    Who knows is it possible do install exe files on mac? is there any convertor program, etc ???

    What you've been told is roughly right, except that, even if you had the source code, it would not necessarily be possible to compile it under Mac OS X.
    There is, however, a rare special case. That is when the .exe application is actually a self-expanding Zip archive; ie, a compressed archive to which the code necessary to expand it has been added. The code itself would not run under Mac OS X, of course, but you could extract the content of the archive by using an application such as Zipeg, or after changing the filename extension to .zip.

  • Is it possible to install previous TRIAL versions of previous versions of Adobe Creative Cloud Software?

    Look, I'm just testing the trial versions right now.  Don't try to troubleshoot something that I don't ask; this is what I'm looking to accomplish:
    Is it possible to install a trial version of any of the Adobe Creative Cloud software in a previous version?  By that, I am referring to the following:
    I want to install a trial version of Adobe Premiere Pro CC 2014; NOT Adobe Premiere Pro CC 2014.1.  If you notice, I want to reinstall a trial version of the previous release.  Don't ask why, you'll just laugh for my stupid reason, but I'm merely wondering if it is possible.  Creative Cloud now only offers trials of the newest versions, and I want to install trails of previous versions for my own, personal reasons.  Is this possible to do with creative cloud, or must I do it some other way?
    Is it also possible to obtain the physical installation files so that I won't have to always go through creative cloud to download them again (and then I can just set it up without being connected to the internet)?

    The previous version option is only available to individuals which have a membership.  The availability of previous version titles available is dictated by the computer meeting the minimum system requirements and the entitlement of the membership to access the requested applications.  To future viewers of this discussion if you are unsure what software titles your membership is entitled to please contact our support team directly at Contact Customer Care.
    Wastingyourlifeaway you can download the installers for the CC version of the applications from Download New Adobe CC Trials: Direct Links (no Assistant/Manager) | ProDesignTools.  Please make sure to complete the Very Important Instructions prior to scrolling down the page and clicking on the download link.

  • Hi,  If I have 1 license for creative cloud, will it possible to install in 2 computers (1 laptop and 1 desktop)?  When I am in the office I can use desktop and at home I can use laptop? At the same time I will be using only one devise. Will that be possi

    Hi,  If I have 1 license for creative cloud, will it possible to install in 2 computers (1 laptop and 1 desktop)?  When I am in the office I can use desktop and at home I can use laptop? At the same time I will be using only one devise. Will that be possible?  Thanks

    Yes. Yes. Yes.
    Mylenium

  • By subscribing to Creative Cloud(Photoshop and Lightroom), does it come with more than one license, and is it possible to install it on both Windows and Apple(if it comes with two licenses)? Thank you.

    By subscribing to Creative Cloud(Photoshop and Lightroom), does it come with more than one license, and if it does, is it possible to install on both Windows and Apple's OX? Thanks.

    A Cloud subscription provides for installing working installations on two machines.  You can have mixed operating systems (both Windows and Apple's OX).

  • Why it is not possible to install apps on an SD card on a Win 8.1 tablet?

    Why it is not possible to install apps on an SD card on a Win 8.1 tablet? If it is possible to install apps on SD card in Windows phone 8.1, why is it not possible on Windows 8.1? What sort of design philosophy you follow that gives better features on
    a mobile version of the OS but not on the parent OS? Kindly explain if you can!

    Hello,
    I'd ask in the
    Windows 8.1 forum on Microsoft Community.
    As the Microsoft Community is on a different platform, we cannot move the question for you.
    Once there, click on Participate near the top of the screen, and select 'Ask a Question' or 'Start a Discussion':
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

Maybe you are looking for

  • Email payment advice for multiple emails

    Hi There, I have configured the BTE 00002040, every thing works perfectly to send the payment advice to a single email id from vendor master but out client wants a copy of the payment advice also to sent to their group email id, so with the help of o

  • Flash Video Attached on my website won't play continously..

    I made a websitehttp://www.auditiononlinedl.0lx.net the problem is... I attach a .flv file on the homepage... and it was set to auto-play... but when i finish uploading the site... and view my site on a browser... the video plays a little about 1 sec

  • Can't start Appache HTTP server with Weblogic Server 8.1.

    We are trying to use the Appache HTTP server with the Weblogic Server 8.1 on HPUX 11i platform. For this purpose we use Weblogic 8.1 plug-in for Apache 2.0.50 - mod_wl_20.so shared library. When trying to start the Apache server I got the following e

  • Re: Exception starting a managed server

    "Sanjay Aggarwal" <[email protected]> wrote in message news:<3b37c890$[email protected]>... I am trying to bring up an admin server and a managed server on the same machine. First I started the admin server (listen port 7001) and added a new server i

  • RepCA 64-bit for Windows download problem - 404 Error

    The link is broken http://download.oracle.com/otn/repca_90402_win64.zip Please help