Adding JUnit Extension to 10.1.3

I'm looking for a way to add the JUnit extension to JDeveloper 10.1.3 production release (not EA) while I don't have direct internet access from my terminal.
I read this forum posting: Re: adding JUnit extension to 10.1.3EA
and it seemed to address the issue for 10.1.3 EA, but I tried to add the extension by both suggested methods in the article.
When trying to add the extension using the local check for updates option, I got this error: "Required Updates Not Installed: The JUnit Integration update in this bundle requires one or more extensions that are not currently installed."
When extracting the extension zip file into the jdev/extensions directory, I received this error: "Severe: No class def found for addin oracle.jdevimpl.wizard.junit.JUnitAddin"
Can anyone point me in the right direction?
Thanks

You'll need to download the JUnit extension for the production version (you can't use the one from EA), and then just point the check for update to the zip file.

Similar Messages

  • Adding JUnit extension to 10.1.3EA

    Is there a way to add the JUnit extension without using Help/Check for Updates? My work computer is not directly connected to the Internet.
    Thanks,
    Robert

    Shay,
    Yes, I do see the Oracle extensions when I do a remote Help/Check for Updates..., but I don't see the 10.1.3 extensions on the Extensions Exchange webpage. However, I just saw a previous post from you regarding the manual download of extensions in which you provided a URL to an XML file that contains, among other things, the links to the extensions.
    http://www.oracle.com/technology/products/jdev/101/update/center.xml
    Thanks,
    Robert

  • Problems adding native extensions from linked resources in Flash Builder 4.7

    While adding native extensions (.ane files) from linked source folder in a Actionscript Mobile Project on Flash Builder 4.7, a java.lang.NullPointerException is thrown. Below is the stacktrace. Any help would be appreciated.
    Also, what is the link/site to file Flash Builder 4.7 bugs?
    java.lang.NullPointerException
              at com.adobe.flexbuilder.project.ui.utils.ANE.AppXMLFileANEExtensionHandler.addToAppXMLModel (AppXMLFileANEExtensionHandler.java:78)
              at com.adobe.flexbuilder.project.ui.utils.ANE.AppXMLFileANEExtensionHandler.addToAppXmlFile( AppXMLFileANEExtensionHandler.java:65)
              at com.adobe.flexbuilder.project.ui.utils.ANE.AppXMLFileANEExtensionHandler.addToAppXmlFile( AppXMLFileANEExtensionHandler.java:48)
              at com.adobe.flexbuilder.project.ui.utils.ANE.ANEController.applyWorkingCopy(ANEController.j ava:791)
              at com.adobe.flexbuilder.project.ui.utils.ANE.ANEController.applyWorkingCopy(ANEController.j ava:814)
              at com.adobe.flexbuilder.project.ui.utils.ANE.ANEpathControl.contributeToLibraryPath(ANEpath Control.java:723)
              at com.adobe.flexbuilder.project.ui.utils.AirBuildPathsPropertiesPane.contributeToLibraryPat h(AirBuildPathsPropertiesPane.java:85)
              at com.adobe.flexbuilder.project.ui.utils.AbstractBuildPathsPropertiesPane.getLibraryPath(Ab stractBuildPathsPropertiesPane.java:1344)
              at com.adobe.flexbuilder.project.ui.properties.BuildPathsPropertyPage.applyProjectSettings(B uildPathsPropertyPage.java:520)
              at com.adobe.flexbuilder.project.ui.properties.AbstractFlexProjectPropertyPage.performOk(Abs tractFlexProjectPropertyPage.java:117)
              at com.adobe.flexbuilder.project.ui.properties.BuildPathsPropertyPage.performOk(BuildPathsPr opertyPage.java:617)
              at org.eclipse.jface.preference.PreferenceDialog$13.run(PreferenceDialog.java:964)
              at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
              at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49)
              at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
              at org.eclipse.jface.preference.PreferenceDialog.okPressed(PreferenceDialog.java:944)
              at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.okPressed(FilteredPreferenceDial og.java:447)
              at org.eclipse.jface.preference.PreferenceDialog.buttonPressed(PreferenceDialog.java:233)
              at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
              at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:240)
              at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
              at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4128)
              at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1457)
              at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1480)
              at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1465)
              at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1270)
              at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3974)
              at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3613)
              at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
              at org.eclipse.jface.window.Window.open(Window.java:801)
              at org.eclipse.ui.dialogs.PropertyDialogAction.run(PropertyDialogAction.java:158)
              at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
              at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionI tem.java:584)
              at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
              at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java :411)
              at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
              at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4128)
              at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1457)
              at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1480)
              at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1465)
              at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1270)
              at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3974)
              at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3613)
              at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
              at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
              at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
              at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
              at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
              at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
              at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
              at com.adobe.flexbuilder.standalone.FlashBuilderApplication.start(FlashBuilderApplication.ja va:79)
              at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
              at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:110)
              at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:79)
              at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
              at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
              at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
              at org.eclipse.equinox.launcher.Main.run(Main.java:1410)

    A year later, but I'm facing the same bug.
    If your ever found a solution I'd be glad to hear.
    I filed a bug with more details and my own workaround: 
      3697022

  • Still JUnit extension download to JDeveloper 9.0.3 doesn't work

    Still 404 message trying to download the Junit extension for JDeveloper 9.0.3

    Thanks. When I got to the link in that message, the downgraded version of Skype
    is not available. WHen I go to Google Play to get the version from Dec 9, 2014,
    "Already Installed" is displayed, even though I don't have that version.
    It won't give me the option to upgrade to the release from Dec 9, 2014

  • Adding an extension to a Call Pickup Group

    I am new to call manager 7.0 and just wanted to know if adding an extension to a Call Pickup group was as easy as just going to the directory number configuration page of the extension and selecting a call pickup group within the "Call Forward and Call Pickup Settings?" Would there be anything else I would need to do?

    nope, that's it
    Assigning a Call Pickup Group to Directory Numbers
    http://www.cisco.com/en/US/docs/voice_ip_comm/cucm/admin/7_1_2/ccmfeat/fscpickg.html#wp1056555
    HTH
    java
    if this helps, please rate

  • JDev 10.1.2 - JUnit Extension Does not work

    When migrating from JDev 9.0.5.2 to 10.1.2 I get an error on startup the indicates that the JUnit extension is not working:
    Error: <Line 2, Column 71>: XML-24538: (Error) Can not find definition for element 'extensions'
    Converting JDeveloper 9.0.5 extension manifest to 10.1.2
    C:\Oracle\JDev\jdev\lib\ext\jalopy-jdeveloper-1.1.4.jar!\META-INF\jdev-ext.xml
    Error: <Line 3, Column 21>: XML-24534: (Error) Element 'feature' not expected.
    Error: <Line 11, Column 14>: XML-24521: (Error) Element not completed: 'extensions'
    C:\Oracle\JDev\jdev\lib\ext\bc4j_junit_addin.jar!\meta-inf\jdev-ext.xml
    Error: <Line 3, Column 21>: XML-24534: (Error) Element 'feature' not expected.
    Error: <Line 22, Column 14>: XML-24521: (Error) Element not completed: 'extensions'

    I am actually working with JDev10.1.2 and I recently created a new Extension. Since then, when I load jdev I get the error
    "C:\oracle10bis\jdev\lib\ext\DBExtension.jar!\meta-inf\jdev-ext.xml
    Error: <Line 2, Column 71>: XML-24538: (Error) Can not find definition for element 'extensions'
    Converting JDeveloper 9.0.5 extension manifest to 10.1.2"
    I followed your advice, downloaded and installed the JUnit component, but the error is still present. Moreover, if i try using the "Check for updates" functionality, I always get:
    "Unable to connect to OTN
    Details: Connection timeout: connect"
    Any ideas?
    Thanks in advance

  • JDev 10.1.2 : JUnit extension

    hi
    While trying to setup the ADF Toy Store demo (*1) in JDeveloper 10.1.2 I downloaded the JUnit extension (*2).
    There is an extension available for JDeveloper 9.0.5.2 and one for JDeveloper 9.0.5.1, there is none for JDeveloper 10.1.2 so I chose the 9.0.5.2 version.
    Each time I start JDeveloper I get these messages:
    D:\jdev1012\jdev\lib\ext\bc4j_junit_addin.jar!\meta-inf\jdev-ext.xml
    Error: <Line 3, Column 21>: XML-24534: (Error) Element 'feature' not expected.
    Error: <Line 22, Column 14>: XML-24521: (Error) Element not completed: 'extensions'
    D:\jdev1012\jdev\lib\ext\junit_addin.jar!\meta-inf\jdev-ext.xml
    Error: <Line 3, Column 21>: XML-24534: (Error) Element 'feature' not expected.
    Error: <Line 66, Column 14>: XML-24521: (Error) Element not completed: 'extensions'Although the RunAllTests class of the ADF Toy Store demo seems to run fine, I wonder if I am going to get into trouble if I use JUnit in JDeveloper 10.1.2 like this.
    Maybe I should wait for a JUnit extension packaged specifically for JDeveloper 10.1.2 ?
    thanks
    Jan Vervecken
    (*1) http://www.oracle.com/technology/products/jdev/collateral/papers/10g/adftoystore.html
    (*2) http://www.oracle.com/technology/software/products/jdev/htdocs/junit10g/junitsoft.html

    thanks Shay
    No more errors, it works.
    Jan
    related thread:
    - "JDev 10.1.2 : Check for Updates"
    JDev 10.1.2 : Check for Updates

  • Could not download JUnit extension to JDeveloper 9.0.3

    I tried to download the JUnit extension to JDeveloper 9.0.3 from http://otn.oracle.com/software/products/jdev/htdocs/junitsoft.html
    and got the 'Sorry this page does not exist' page
    http://otn.oracle.com/errors/404.htm

    This is a JHeadStart issue, please post to the JHeadStart forum for assistance.
    Forums Home >> Oracle Technology Network (OTN) >> Products >> Developer Suite >> JHeadStart
    Kind Regards.

  • Can't download JUNIT extension via "check for updates"

    Hi,
    since a few weeks (with jdev 11.1.1.1.0 and jdev 11.1.1.2.0) I can't download e.g. JUNIT extensions via "check for updates".
    I have to enter a password but authentication is not possible.
    Even when I reset the passord (via "find password") it does not work any more.
    Im 100% sure that this worked some time ago without problems.
    I can access http://www.oracle.com/technology/products/jdev/101/update/center.xml#oracle.jdeveloper.junit and download the extension manually.
    regards
    Peter

    Peter,
    no problems on my side with my account. I did it yesterday without any problem.
    Timo

  • Problem:JDeveveloper 11g and JUnit Extension against a JDK 5 Project

    We've got a project that requires JDK 5, and would like to run our JUnit tests using the integrated JUnit Extension in Jdeveloper 11g.
    However, we are getting the following error: java.lang.UnsupportedClassVersionError: Bad version number in .class file
    Presumabily, this is because the JUnit classes are JDK 6, since the tests work if we switch our project to use JDK 6.
    Of course, the problem is: Our project requires JDK 5. =)
    Anyone have a workaround?
    Thanks,
    - Bill

    Hi,
    JDeveloper is on JDK 1.5, How can I configure it to be 1.4??
    I had the JDeveloper 10.1.3 also and it went ahead with some updates and now even that shows me that it's version is JDK 1.5
    The latest error I get from JDeveloper(From both 11g and 10.1.3) is here,
    Invoking loadjava on connection 'HR_CapRock_DEV' with arguments:
    -order -resolve -thin
    errors : class package1/mypackage/JavaStoredProc
    ORA-29521: referenced name java/lang/StringBuilder could not be found
    The following operations failed
    class package1/mypackage/JavaStoredProc: resolution
    oracle.aurora.server.tools.loadjava.ToolsException: Failures occurred during processing
         at oracle.aurora.server.tools.loadjava.LoadJava.process(LoadJava.java:863)
         at oracle.jdeveloper.deploy.tools.OracleLoadjava.deploy(OracleLoadjava.java:116)
         at oracle.jdeveloper.deploy.tools.OracleLoadjava.deploy(OracleLoadjava.java:46)
         at oracle.jdevimpl.deploy.OracleDeployer.deploy(OracleDeployer.java:97)
         at oracle.jdevimpl.deploy.StoredProcHandler.doDeploy(StoredProcHandler.java:473)
         at oracle.jdevimpl.deploy.StoredProcHandler.doDeploy(StoredProcHandler.java:360)
         at oracle.jdevimpl.deploy.StoredProcHandler.doDeploy(StoredProcHandler.java:284)
         at oracle.jdevimpl.deploy.StoredProcProfileDt$Action$1.run(StoredProcProfileDt.java:383)
    #### Deployment incomplete. #### Jun 18, 2007 10:17:31 AM
    *** Note ***
    One possibility for the deployment failure is that the target Database may not support JDK version 1.5. Updating your Project Properties compiler Source & Target to an earlier release could fix this problem.
    How can I either downgrade JDK on the compiler(JDeveloper) to be 1.4 or, How can I resolve the error,
    ORA-29521: referenced name java/lang/StringBuilder could not be found
    Thanks,
    Sujith

  • Installating JUnit extension

    I have just spent the whole morning trying to install the JUnit extension into JDev 10.1.3.1. Most of that time was spent trying to find where to get the extension,when you can't use check for updates...
    OK so now I have the extension downloaded and use Check for Updates on the local file, it tells me that it can't install it because it depends on some other extension which I don't have installed. But it doesn't tell me which extension ...
    How do I find out dependencies for extensions?
    I'm on the point of giving up and using Eclipse like everyone else on my project ...

    Shay,
    I followed your fix and be able to continue installing it.
    However, after restarting I saw the extension has error
    D:\Oracle\jdevstudio10133\jdev\extensions\junit_doc_for_java.jar
    Severe(0,0): file:/D:/Oracle/jdevstudio10133/jdev/extensions/junit_doc_for_java.jar does not contain an extension manifest.
    D:\Oracle\jdevstudio10133\jdev\extensions\oracle.jdeveloper.junit.10.1.3.jar
    Severe(6,80): Missing required attribute 'version'
    D:\Oracle\jdevstudio10133\jdev\extensions\junit_doc_for_j2ee.jar
    Severe(0,0): file:/D:/Oracle/jdevstudio10133/jdev/extensions/junit_doc_for_j2ee.jar does not contain an extension manifest.
    D:\Oracle\jdevstudio10133\ is where I place my jDev.
    Please let me know how to fix it

  • Selecting existing file in "Save as" dialog isn't adding the extension

    I just bought a new Mac with Snow Leopard to replace my Leopard Mac and have noticed an annoying difference with the "Save As" dialog boxes in every application. In Leopard, I used to be able to select an existing file to overwrite that file. In Snow Leopard, it's letting me select an existing file, but the extension is not being added to the file name, so it's creating a new file with the same name but without the extension. I also don't have the "Hide Extension" checkbox that used to be in Leopard. I have spent all evening looking for this but haven't been able to find anything, which implies to me that I must have some setting wrong or something (or I'm just not searching the right terms, it's hard to know what to search for); anyway, does anyone know what I need to do to change this to act the way I expect it to? Thanks -

    jscher:
    Thanks. The /tmp and home directories are on the same partition as the main operating system. The Downloads directory is actually set up as a sub-directory of the home one but is a symbolic link to a NAS drive. It works fine for other MIME types. It is just when web sites use the application/octet-stream MIME type that I get this problem.
    I checked the permissions and the /tmp and Downloads directories have full read write permissions for everyone. The home directory is the one with the restriction that only I can write to it.
    So, I don't expect that sheds any light on the problem.
    cor-el:
    Thanks. I meant to say in my first post (but pressed the button before it got in) that I actually created a completely new Firefox profile and the problem is still there. Sorry, I should have included that.
    The only difference with the fresh profile is that the "open in default application" isn't available, presumably because no default application has been assigned. The "save as" behaviour is still the same.
    So, if the problem exists in a pristine profile, it looks like there is something deeper wrong.

  • Quicktime automatically adding file extension?!

    I use Quicktime for all my video playback - so i'm assuming my problem lies with this?
    I do VJing and when I'm downloading video clips (non-mpg4) i.e. avi, flv etc - the downloaded files are adding a '.mpg' extension onto the file - so that it wont playback automatically in quicktime. For example a file downloaded called '1234.avi' ends up in my download/desktop folder as '1234.avi.mpg'?
    The problem means I have to manually alter each file name deleting the .mpg file extension (and confirming each time that I want to change it) - so it will load in quicktime. I'm assuming it may be because I have ticked the box on 'always open this file type with quicktime' - which is what I want, but how do I stop it adding the file extension each time?

    Thanks for your help. I wasn't aware you could disable that alert in the finder? I'll have to look at doing that.
    Whilst I take your comments on board - are you suggesting that Safari (web browser being used) - is adding the file extension on download?

  • Adding File Extensions - Dreamweaver

    I am having trouble adding support for a couple of extensions. I have successfully done this before (with different extensions and an earlier version of DW), by editing Extensions.txt and MMDocumentTypes.xml but this doesnt appear to be working for me this time.
    I did try chat support, who sent me to telephone support, who left me on hold.. so hoping someone can help me here.

    This tutorial was written by Greg Rewis for SASS and LESS (CSS).  But the basic procedure should work for any extension you're trying to add.
    http://blog.assortedgarbage.com/2012/03/using-dreamweaver-with-sass-and-less/
    Nancy O.

  • Hyperlink without adding file extension

    I have created a website using iWeb and have several links on it to other files on my computer.  IWeb overrides the text I put in as the link and adds the file extension to it.  I have tried renaming the file without an extension but it is always put back by iWeb.  How can I make sure the file extension is not viewable on the web page?

    Highlight the link URL and overwrite it using the Link inspector.

Maybe you are looking for

  • ORA-00932: inconsistent datatypes:

    Hello Guys, I am trying to duplicate a table from one schema to another. when I do the import it fails with the following error. ORA-31693: Table data object "SCOTT"."EMP" failed to load/unload and is being skipped due to error: ORA-02354: error in e

  • Cannot delete profit centers

    Hi, we're planning to re-upload our profit center data using LSMW. The problem is I cannot seem to delete the profit centers. After marking/deactivating all the profit centers for deletion (via t-code KE54) I processed the transaction to delete the i

  • Java Transform XSL not appending namespaces

    Hello ! I have a string <dataroot><xiMsgHeader><SeqID>2</SeqID><SequenceNo>LST000000000000001</SequenceNo>...</xiMsgHeader></dataroot> and style sheet <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transf

  • Subvi opens when opening the main vi

    A subvi opens when I open up my main vi.  The main vi is not running at startup, but the subvi opens anyway. 

  • I lost my "date added" info.

    (I am on Vista, using iTunes 7.6, with my library on an external USB drive (H:/Music)) For some reason, the defalut iTunes Music folder suddenly was reset to C:/something – probably my H: was a little late in booting? Consequently, when trying to pla