Updated: 2/23/2005; 1:45:14 PM.
Chris Schalk's J2EE Weblog
This Blog Discusses Tips and Tricks for building J2EE Web Applications with Oracle JDeveloper
        

Tuesday, October 21, 2003

By the way, the process for setting up external tools is slightly different in JDeveloper 10g (905). I can post this as well if people are interested..


6:10:04 PM    comment []

Question..

Have you ever been using using the JDeveloper file navigator and wishing you could immediately drill down to the filesystem so you could quickly create a new subfolder, rename or delete files etc? Is this even possible?

Yes!

You may be surprised how easy it is to configure an external file browser such as Windows Explorer to work with JDeveloper's file navigator. For example you could browse through a JDeveloper project or workspace and immediately be able to launch Windows Explorer at the location of the files you are pointing to in the navigator.

Here's how!

The following is a quick "How To" describing how to set up Windows Explorer as an "External Tool" in JDeveloper 9.0.3.

  1. In JDeveloper 9.0.3 invoke the "External Tools" wizard. From the main menu: Tools->External Tools... The External Tools wizard will allow you to integrate ANY external tool to use within JDeveloper
  2. On the first tabbed page of the wizard click "Add" to create a new tool entry.
  3. Name the tool "Windows Explorer".
  4. You can even set a Tooltip.
  5. If needed, customize the icon. You can use a JDeveloper provided icon or your own.
  6. Click on the "Details" tab.
  7. Set the "Executable:" to the location of your windows file explorer. For example: "C:\WINNT\explorer.exe"
  8. Set "Run in Directory:" to {ParentDir}.
  9. Set "Arguments:" to {ParentDir}.
  10. Click on the "Details" tab.
  11. Check where you want the tool to appear as an option. I prefer on the "Navigator Context Menu" as well as the "Tools Menu".
  12. Click on the "Enablement" tab.
  13. Check when you want to the tool to appear. For Windows explorer I prefer always. For other tools which may only work on certain filetypes, you could set up a regular expression rule which only invokes the tool for cetain files.
    Here's an example from the contextual help:
    For Java files:
    .java$
    For Java, JSP and XML files:
    .java$| .jsp$| .xml$
  14. That's it! You should now be able to invoke Windows explorer from JDeveloper!

11:50:52 AM    comment []

© Copyright 2005 Chris Schalk.
 
October 2003
Sun Mon Tue Wed Thu Fri Sat
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  
Sep   Jan


Search blog with Google:
 








Click here to visit the Radio UserLand website.

Subscribe to "Chris Schalk's J2EE Weblog" in Radio UserLand.

Click to see the XML version of this web page.

Click here to send an email to the editor of this weblog.