How to replace a .jar in JDeveloper? - oracle-adf

How can I replace a .jar with a newer version in JDeveloper?
I have tried the Replace With ->File on Disk option from menu but it is greyed out. I also attempted to replace the .jar externally, but JDeveloper does not pick up the file has been modified like it does when I edit a file externally.

In your project properties (Right click the project > Project Properties), go to the "Libraries and Classpath" menu item.
From there, you can remove and re-add the .jar file you want to update.
Hope this helps.

Related

I had upgraded my neo4j dekstop from 3.3.3 to 3.3.5 , but getting compatibility issue with APOC?

I also try to add plugin manually as suggested in APOC procedure not found
but not nothing seems worked, please help me out. Find screenshot here
In Neo4j Desktop, when you upgrade a Project's database to a newer version, the Project's plugins are not automatically upgraded for you.
To upgrade a Project's DB version manually, you can do this:
Open the Project (while its DB is stopped).
Click Manage.
Click the dropdown arrow next to Open Folder and select Plugins.
Delete the old APOC jar file from the plugins folder.
Get the right APOC jar file version from https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases, and put it in the plugins folder.
Start the DB, and the APOC plugin should start running.
If the Project's UI still shows an error for the plugin, try closing the desktop and re-opening it.

How to customize eclipse clean project function?

I have a C project on Eclipse. After a successful build, I carry (cut and paste) the intermediary files (generated makefiles, object files and etc) to a specified folder by a post-build script.
When I press clean project button, the compiler does nothing normally. This is ok but my problem is how can I clean the content of my specified folder? Is there anything to be modified in order to customize clean command? Can I trigger a script when I press this button? Any other solutions exist?
Open your .cproject in text editor. Search for cleanCommand=. Once found, edit the command in quotes.

Sitecore Download Package

I created a package for items in Sitecore, but forgot downloading the package in wizard.
Is there any way to download the package I created??
Many items have been changed, so creating the package again is not working.
A little old, but from within sitecore:
Start the installation wizard,
Click browse
Find the package (UI sucks, not sorting or anything)
Click download
From the sitecore file explorer, I couldn't go all the way the data folder (outside the website folder)
It will be in your data folder under the /packages directory.
If you haven't got access to the sever directly you can download the file using the File explorer.
More info here
https://superruub.wordpress.com/2013/01/04/sitecore-package-designer-zipfile-location-folder/
The pacakage will be in your “~/Data/packages” folder.

Eclipse Project Settings Not Transferring to New Project

I have the source from an Eclipse project, and I need to import all of the build settings as well as the source into a new project so I can make some changes. The trouble is, when I go to build the project, Eclipse is calling the internal builder and NOT calling the Makefile from the previous project (which I have imported). The makefile contains some values in #define statements that need to be passed in on the command line.
When I go to change these options in Eclipse (by right clicking on the project and going down to "Properties" and then examining the "C/C++ Build" tab) they are grayed out!
If someone could help me out I'd greatly appreciate it.
Thanks all!
There is a folder called ".settings" under your project, copy this (and everything under it) to your new project, this is where all of the settings are stored. To see the folder, you may need to use the view menu (upside down triangle) in the Package or Project Explorer and remove the filter on the ".resources". For Package Explorer select the "Filters", in Project Explorer use "Customize View"

DotNetNuke - How can i add module definitions from .dnn6 manifest

Hi DotNetNuke experts :)
I want to make some changes in dnnfeedback source and I want to add module definition to site
in previous release of this module I used to go to "host-->extensions" and from action menu choose "create new module" and simply add the manifest and use it
But in latest module release the manifest extension was changed to .dnn6 and my DotNetNuke (version:6.1.3) doesn't show me anything to choose from.
I think this section of DotNetNuke Doesn't understand .dnn6 extension.
so how can I add definition of this module?
Thanks
if you wanna to change a source code just install the package and replace the DLL file with that one you've changed
You can simply use "Install Extension Wizard" instead of "Create new module" option and select the downloaded source package .zip of the Feedback module. It will install source files into DestkopModules/Feedback folder and you can make your changes there.
A little about .dnn6 manifest files can be found here.

Resources