Using opendir()/readdir() with a virtual filesystem

opendir() and readdir() work as expected when running on the real filesystem (compiling as a projector).  But don't seem to do anything when run on a virtual filesystem.  I can open files, but can't see them -- readdir() never lists any files.  Similarly, I can't seem to change the working directory to a directory in a VFS.
Is this a known limitation, or am I missing something?  I can see that the VFS backend has the capbility to list files... is this not tied in to readdir()?  Is there some other way to read VFS directory contents from C?  (Ideally, without falling back to using interop code, though even an example of that might be nice.)
I've tried this on both crossbridge 1.0.1 and the latest 1.1.0 devbuild, and have tried to search for answers on the subject but to no avail.

Not sure then - maybe you can attach sample project with makefile and I can try poking around for a bit.
In the meantime you can also consider using alternate approach, maybe generate XML file list each time you're creating your VFS which you'd then use for walking through files in your app.

Similar Messages

  • Problems in using Windows Explorer with VPC Virtual PC?

    Has anybody experienced problems in using Windows Explorer with VPC Virtual PC?
    Lacking any "forbidden" or "appropriate usage" guidelines, I regularly use Windows Explorer (Windows 2000) to transfer file from the desktop. I have occasionally sensed that this might be wrong. Today I inadvertently clicked the MAC harddrive instead of the Desktop (within Windows Explorer) and caused all manner of mischief.
    Any other views please?

    Let me correct this:
    I regularly use Windows Explorer (Windows 2000) to transfer files from the "Mac" desktop
    Any ideas please Virtual PC VPC users?

  • WLC is loosing SHA2 configuration, used to speaks with the virtual MSE

    Hi,
    I'm having a little problem with the SHA2 configuration on a WLC 2504.
    Throught cli on the WLC I configured the SHA2 with this command: (Cisco Controller) >config auth-list add sha256-lbs-ssc 00:0c:29:0d:80:5f 88daa0a7f828cd8eb139136065e1c7f62fdc6ac91935e8631fc84e5fc41fc95d
    And works for several days, and without any reason disappears from the configuration and the NMSP over SSL gets down between the WLC and the Virtual MSE and the NMSP Status goes Inactive and I lose all the statistics.
    Please help, I need to resolve this issue.
    Anybody else has this problem?
    Thanks in advance
    Regards

    https://supportforums.cisco.com/discussion/11383036/mse-nmsp-passes-troubleshoot-test-still-inactive

  • Having trouble with creation of a cloud service with multiple virtual machines using java sdk.

    I am creating a cloud service on azure with 2 virtual machines using java sdk API. Service created successfully.
    My input endpoint details are as follows.
    INPUT ENDPOINTS
    Head : 191.238.144.47:2400
    Head : 191.238.144.47:22
    Node0 : 191.238.144.47:43211
    For Head instance port 2400 is for HTTPS and port 22 is for SSH and for Node0 instance port 43211 is for SSH.
    But I am having problem with doing a ssh on Head instance. Sometimes it works sometimes doesn't. Same problem with HTTPS also.
    I have some application running over there but when i try to access it thru browser sometimes it works but most of the time doesn't. When I restart the instances from azure portal, its works after
    that(not always but most of the time). 
    Now I am confused what is going on there. I am creating cloud service and virtual machines using java sdk and setting input endpoints also. After creation of all instances i restart every instance programmatically .
    I am not sure whether restart is required or not. It must be something to do with input endpoints only but not able to get the right thing i guess. When i do the same thing thru azure portal(creation of cloud service with virtual machines and setting up input
    end points) everything works fine but not achieving the result when implementing it by java sdk API. Please help me.

    HI Nithin,
    Thanks for your reply. I am setting the endpoints after creating my instances using update call. Here's the code snippet.
    AzureService aServ = new AzureService(session);
     if(aServ.checkNameAvailability(clusterName)) {
               aServ.createHostedService(clusterName, "dbX cluster");         
             // Creating head instance
             aServ.createHead(clusterName, imgName, headType, userName, pswd);  
            // Setting end points for head node
             String name = "ssh";
             int port = 22;
             aServ.updateVMInputEndpoint(clusterName, "Head", name, port);
             // Restarting head instance
             aServ.restartVM(clusterName, "Head");
           String roleName = "Node";
           String tmpRoleName = "";
           for(int i=0; i<noi; i++) {
                      port = 43210+(i+1);
                      tmpRoleName = roleName + i;
                   // Creating node instance
                    aServ.createVM(clusterName, tmpRoleName, imgName, nodeType, userName, pswd);
                  // Setting end points for node instance
                   aServ.updateVMInputEndpoint(clusterName, tmpRoleName, name, port);
                  // Restarting node instance
                 aServ.restartVM(clusterName, tmpRoleName);
          // Method to update the input endpoint details 
          public void updateVMInputEndpoint(String clusterName, String vmName, String name, int port)
            throws Exception {
                    VirtualMachineGetResponse resp = computeManagementClient.getVirtualMachinesOperations().
                                                            get(clusterName, clusterName, vmName);
                    VirtualMachineUpdateParameters updateParameters = new VirtualMachineUpdateParameters();
                    //get the configuration list
                    ArrayList<ConfigurationSet> configlist = resp.getConfigurationSets();
                    //get inputendpoint list and update it
                    ArrayList<InputEndpoint> endpointlist = configlist.get(0).getInputEndpoints();
                    InputEndpoint inputEndpoint = new InputEndpoint();
                    inputEndpoint.setEnableDirectServerReturn(false);
                    inputEndpoint.setPort(port);
                    inputEndpoint.setLocalPort(port);
                    inputEndpoint.setName(name);
                    inputEndpoint.setProtocol(InputEndpointTransportProtocol.TCP);
                    endpointlist.add(inputEndpoint);
                    // Open port for https on head node
                    if(vmName.equals("Head")) {
                            inputEndpoint = new InputEndpoint();
                            inputEndpoint.setEnableDirectServerReturn(false);
                            inputEndpoint.setPort(2400);
                            inputEndpoint.setLocalPort(2400);
                            inputEndpoint.setName("https");
                            inputEndpoint.setProtocol(InputEndpointTransportProtocol.TCP);
                            endpointlist.add(inputEndpoint);
                    updateParameters.setConfigurationSets(configlist);
                    //required for update
                    OSVirtualHardDisk osVirtualHardDisk = resp.getOSVirtualHardDisk();
                    updateParameters.setOSVirtualHardDisk(osVirtualHardDisk);
                    updateParameters.setRoleName(resp.getRoleName());
                    OperationResponse updtResp = computeManagementClient.getVirtualMachinesOperations().update(clusterName, clusterName, resp.getRoleName(), updateParameters);
    And every time i am creating a new cloud service along with head and node instances. Region is "South Central US".
    I am setting ProvisionGuestAgent field to true at instance creation time. Thank you.

  • Installing windows XP using discs supplied with virtual PC

    I am currently running Windows XP Home in Virtual PC under 10.3.9 in a powerbook G4. I want to upgrade to a new Macbook for Christmas.
    Can I use the Windows discs I purchased with Virtual PC to install Windows for the dual boot process?
    Thanks in advance
    Rob

    Hi Rob,
    it is indeed technically possible to use the Windows XP from Virtual PC.
    See here for procedure: http://www.macosxhints.com/article.php?story=20060527175405403
    But keep in mind that the Windows License does not allow you to use one Windows XP on two or more computers.
    And because of the Activation Process of XP they will find out...
    Good Luck
    Stefan

  • Can I use the Window XP bundled with MS virtual PC in setting up boot camp?

    Hi hi,
    before having the new 24" iMac, I have MS office professional for Mac running on my 17" G5 iMac it. The bundle pack contains Window xp professional software running on Virtual pc program.
    I want to install boot camp on my new intel mac but can i use the window xp program which is bundled with MS virtual pc software for setting up boot camp?
    please advise.
    iMac 24"   Mac OS X (10.4.8)  

    Technically, so long as your bundled version is XP with service pack 2 then you should be able to use it.
    Legally, no. When Windows comes with a PC, even a virtual PC, it's license is for an OEM installation. While it's still functionally the same as a copy you'd buy in the store its license is for use only with that PC it came with and no others.
    Hope this helps! bill
    1 GHz Powerbook G4   Mac OS X (10.4.7)  

  • I find using the iPhone / iPod size virtual keypad much easier to use with a stylus...as when an iPhone app is installed on the iPad.  Anyway to use the iPhone size keypad with all apps?

    I find using the iPhone / iPod size virtual keypad much easier to use with a stylus...as when an iPhone app is installed on the iPad.  Anyway to use the iPhone size keypad with all apps?

    I don't want the keyboard to become bigger.  Wish there was a way to always have the iPhone sized keypad available for use with any app.  When typing with fingers or stylus, the distance between keystrokes is SO much shorter and efficent on the iPhone keypad vs the "full size" iPad keyboard.
    I've heard that there will be some keyboard options when the new IOS comes out...wish this was one of them.
    Haven't looked yet, but is there a place you can recommend things such as this to Apple? 
    Thanks.

  • I've just moved from PC to Mac, with my PC i and using Vmware Player I used to work on 2 Virtual M/C both on 2 external drives, one Windows Server 2000 as operating system and the sec. WindowsXP, is their a way to open these m/c on my mac

    I've just moved from PC to Mac, with my PC i and using Vmware Player I used to work on 2 Virtual M/C both on 2 external drives, one Windows Server 2000 as operating system and the sec. WindowsXP, is their a way to open these m/c on my mac

    I am so glad to hear about your success. As you are new to the Mac environment, I will be glad to help you more.
    You said: "I can't change the setup yet but i have access". I don't understand what you mean about changing the setup! Please let me know more about that.
    I also recommend to use Boot Camp, which allows you to install windows on a partition of your internal hard drive. This has many benefits. First, you can restart your computer and start up in windows. This makes your Mac device a complete windows machine and you gain the most from your hardware when working in Windows. Second, if a problem occures to your Mac OS X, you can restart your machine in Windows and prevent your data from getting lost. Third, you can import the Windows installed on the boot camp partition in to the Mac OS X using VMWare Fusion and work with it as a virtual machine. In this situation, VMWare enables you to work directly with your Windows in the boot camp partition. So it does not create a file package for the virtual machine in OS X.
    Regarding the data safety and reliablity, I strongly recommend using Time Machine. You can also set it up to back up your virtual machines or not. This is possible to set up in the Virtual Machine Preferences Page in VMWare Fusion, or in the Time Machine preferences page in the System Preferences app of OS X.
    Please don't hesitate to ask any other question. I will be glad to help you.

  • HT1338 Purchased a used macbook pro with Mountain Lion. My old Mac runs Snow Leopard is backed up to Time machine. How do I register the operating system to me and how do I use Time Machine to move my files to the new used computer?

    Purchased a used macbook pro with Mountain Lion. My old Mac runs Snow Leopard is backed up to Time machine. How do I register the operating system to me and how do I use Time Machine to move my files to the new used computer?

    If you look at the User Tips tab, you will find a write up on just this subject:
    https://discussions.apple.com/docs/DOC-4053
    The subject of buying/selling a Mac is quite complicated.  Here is a guide to the steps involved. It is from the Seller's point of view, but easily read the other way too:
    SELLING A MAC A
    Internet Recovery, and Transferability of OS & iLife Apps
    Selling an Old Mac:
    • When selling an old Mac, the only OS that is legally transferable is the one that came preinstalled when the Mac was new. Selling a Mac with an upgraded OS isn't doing the new owner any favors. Attempting to do so will only result in headaches since the upgraded OS can't be registered by the new owner. If a clean install becomes necessary, they won't be able to do so and will be forced to install the original OS via Internet Recovery. Best to simply erase the drive and revert back to the original OS prior to selling any Mac.
    • Additionally, upgrading the OS on a Mac you intend to sell means that you are leaving personally identifiable information on the Mac since the only way to upgrade the OS involves using your own AppleID to download the upgrade from the App Store. So there will be traces of your info and user account left behind. Again, best to erase the drive and revert to the original OS via Internet Recovery.
    Internet Recovery:
    • In the event that the OS has been upgraded to a newer version (i.e. Lion to Mountain Lion), Internet Recovery will offer the version of the OS that originally came with the Mac. So while booting to the Recovery Disk will show Mountain Lion as available for reinstall since that is the current version running, Internet Recovery, on the other hand, will only show Lion available since that was the OS shipped with that particular Mac.
    • Though the Mac came with a particular version of Mac OS X, it appears that, when Internet Recovery is invoked, the most recent update of that version may be applied. (i.e. if the Mac originally came with 10.7.3, Internet Recovery may install a more recent update like 10.7.5)
    iLife Apps:
    • When the App Store is launched for the first time it will report that the iLife apps are available for the user to Accept under the Purchases section. The user will be required to enter their AppleID during the Acceptance process. From that point on the iLife apps will be tied to the AppleID used to Accept them. The user will be allowed to download the apps to other Macs they own if they wish using the same AppleID used to Accept them.
    • Once Accepted on the new Mac, the iLife apps can not be transferred to any future owner when the Mac is sold. Attempting to use an AppleID after the apps have already been accepted using a different AppleID will result in the App Store reporting "These apps were already assigned to another Apple ID".
    • It appears, however, that the iLife Apps do not automatically go to the first owner of the Mac. It's quite possible that the original owner, either by choice or neglect, never Accepted the iLife apps in the App Store. As a result, a future owner of the Mac may be able to successfully Accept the apps and retain them for themselves using their own AppleID. Bottom Line: Whoever Accepts the iLife apps first gets to keep them.
    SELLING A MAC B
    Follow these instructions step by step to prepare a Mac for sale:
    Step One - Back up your data:
    A. If you have any Virtual PCs shut them down. They cannot be in their "fast saved" state. They must be shut down from inside Windows.
    B. Clone to an external drive using using Carbon Copy Cloner.
    1. Open Carbon Copy Cloner.
    2. Select the Source volume from the Select a source drop down menu on the left side.
    3. Select the Destination volume from the Select a destination drop down menu on the right
    side.
    4. Click on the Clone button. If you are prompted about creating a clone of the Recovery HD be
    sure to opt for that.
    Destination means a freshly erased external backup drive. Source means the internal
    startup drive. 
    Step Two - Prepare the machine for the new buyer:
    1. De-authorize the computer in iTunes! De-authorize both iTunes and Audible accounts.
    2, Remove any Open Firmware passwords or Firmware passwords.
    3. Turn the brightness full up and volume nearly so.
    4. Turn off File Vault, if enabled.
    5. Disable iCloud, if enabled: See.What to do with iCloud before selling your computer
    Step Three - Install a fresh OS:
    A. Snow Leopard and earlier versions of OS X
    1. Insert the original OS X install CD/DVD that came with your computer.
    2. Restart the computer while holding down the C key to boot from the CD/DVD.
    3. Select Disk Utility from the Utilities menu; repartition and reformat the internal hard drive.
    Optionally, click on the Security button and set the Zero Data option to one-pass.
    4. Install OS X.
    5. Upon completion DO NOT restart the computer.
    6. Shutdown the computer.
    B. Lion and Mountain Lion (if pre-installed on the computer at purchase*)
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because
    it is three times faster than wireless.
    1. Restart the computer while holding down the COMMAND and R keys until the Mac OS X
    Utilities window appears.
    2. Select Disk Utility from the Mac OS X Utilities window and click on the Continue button. 
    3. After DU loads select your startup volume (usually Macintosh HD) from the left side list. Click
    on the Erase tab in the DU main window.
    4. Set the format type to Mac OS Extended (Journaled.) Optionally, click on the Security button
    and set the Zero Data option to one-pass.
    5. Click on the Erase button and wait until the process has completed.
    6. Quit DU and return to the Mac OS X Utilities window.
    7. Select Reinstall Lion/Mountain Lion and click on the Install button.
    8. Upon completion shutdown the computer.
    *If your computer came with Lion or Mountain Lion pre-installed then you are entitled to transfer your license once. If you purchased Lion or Mountain Lion from the App Store then you cannot transfer your license to another party. In the case of the latter you should install the original version of OS X that came with your computer. You need to repartition the hard drive as well as reformat it; this will assure that the Recovery HD partition is removed. See Step Three above. You may verify these requirements by reviewing your OS X Software License.

  • Access external USB hard disk drive with REISERFS Linux filesystem.

    I recently bought second-hand an older MBP Pro (2006 model) with Tiger installed, which I use as a desktop system at home and I would like to be able to connect an external IOMEGA 500 GB hard disk drive to it and have read/write access to its contents (mostly video / picture / music files). I spent a while searching on the Internet for solutions - nothing usefule came up. Does anyone in here have any ideas on how to do this? Is it possible at all after all?
    P.S.: Apart from this older MBP Pro, I also have a newer model (bought in early 2008) with Leopard installed - I wouldn't mind finding some solution on my problem on that OS instead...

    Hi,
    The two ways I can see to possibly do it are to network the Linux machine & Drive, then use Samba to access it.
    By using the Mac OS X Virtual File System (VFS) capability and writing kernel extensions, you can add support for other file systems. Examples of file systems that are not currently supported in Mac OS X but that you may wish to add to the system include the Andrew file system (AFS) and the Reiser file system (ReiserFS). If you want to support a new volume format or networking protocol, you’ll need to write a file-system kernel extension.
    http://developer.apple.com/documentation/Darwin/Conceptual/KernelProgramming/Fil esystem/chapter12_section1.html

  • Using XP software with a parallel port dongle in windows 7 professional

    Please help...  Looking to have my parallel port dongle recognized for my older version software (XP) in Windows 7 under the XP PC mode.  Help in figuring out if LPT1 is set correctly or what I am doing wrong.
    Thanks

    Hello,
    I have W7 Professional 64 bit with Windows Virtual PC/Windows XP Mode installed. I have some older programs installed in XP Mode and they are working properly.
    Unfortunately, I have one older program that I currently have working on an older XP Machine and that program requires a Sentinel dongle to be seen on the LPT1 Parallel Port. Since my W7 computer has an LPT1 Header on the mother board, I have purchased and
    installed a PCI-Express Parallel Port and I have the ribbon cable connected to the LPT1 Header.
    After I enabled the parallel port in the bios, I could see LPT1 in the W7 Device Manager and in the Windows XP Mode Device Manager. However, when I click on
    Windows Virtual PC, highlight Windows XP Mode.vmcx and click on Settings, LPT1 does not appear.
    I have installed my old program in Windows XP Mode and it starts to run but, when it gets to the point where it must see the Sentinel dongle on the LPT1, the
    program does not find the dongle.
    I also purchased a Manhattan MHUSB to DB25 Parallel Converter and plugged it in. It said that it found new hardware and installed drivers for it but that didn’t
    work either.
    I am not married to any particular solution. So, I would use a USB Adapter or LPT1 connected to the mother board but there must be some code editing or changes
    in settings to make the dongle work in XP Mode.
    Can you tell me how to get W7 Professional 64 bit with Windows Virtual PC/Windows XP Mode to find the Sentinel dongle 
    on LPT1?
    Thank you,
    Dan
    Dan

  • Only black screen on the external monitor with intel-virtual-output

    Hello,
    I tried to install bumblebee on my Lenovo W520 with this tutorial:
    http://www.unixreich.com/blog/2013/linu … ly-solved/
    I can activate my external monitor with "intel-virtual-output" and the monitor is switching on. But I can only see a black screen.
    In the settings of gnome I can see my external monitor and configure it - but it shows nothing.
    Have you any ideas?
    Thanks a lot!

    Hi,
    Same problem here on my Lenovo W530.
    Intel-virtual-output used to work fine but since it got upgraded the virtual output stays black.
    I tried downgrading the xf86-video-intel package but there is a dependency conflict.
    Available packages:
    1) xf86-video-intel-2.99.916-3-x86_64.pkg.tar.xz (local)
    2) xf86-video-intel-2.99.916-3-x86_64.pkg.tar.xz (remote)
    3) xf86-video-intel-2.99.916-2-x86_64.pkg.tar.xz (local)
    4) xf86-video-intel-2.99.916-2-x86_64.pkg.tar.xz (remote)
    5) xf86-video-intel-2.99.916-1-x86_64.pkg.tar.xz (remote)
    6) xf86-video-intel-2.99.914-4-x86_64.pkg.tar.xz (local)
    7) xf86-video-intel-2.99.914-4-x86_64.pkg.tar.xz (remote)
    8) xf86-video-intel-2.99.914-3-x86_64.pkg.tar.xz (remote)
    9) xf86-video-intel-2.99.914-2-x86_64.pkg.tar.xz (remote)
    10) xf86-video-intel-2.99.914-1-x86_64.pkg.tar.xz (remote)
    11) xf86-video-intel-2.99.912-2-x86_64.pkg.tar.xz (local)
    12) xf86-video-intel-2.99.912-2-x86_64.pkg.tar.xz (remote)
    13) xf86-video-intel-2.99.912-1-x86_64.pkg.tar.xz (local)
    14) xf86-video-intel-2.99.912-1-x86_64.pkg.tar.xz (remote)
    15) xf86-video-intel-2.99.911-2-x86_64.pkg.tar.xz (local)
    16) xf86-video-intel-2.99.911-2-x86_64.pkg.tar.xz (remote)
    17) xf86-video-intel-2.99.911-1-x86_64.pkg.tar.xz (local)
    18) xf86-video-intel-2.99.911-1-x86_64.pkg.tar.xz (remote)
    19) xf86-video-intel-2.99.910-1-x86_64.pkg.tar.xz (local)
    20) xf86-video-intel-2.99.910-1-x86_64.pkg.tar.xz (remote)
    21) xf86-video-intel-2.99.909-2-x86_64.pkg.tar.xz (local)
    22) xf86-video-intel-2.99.909-2-x86_64.pkg.tar.xz (remote)
    23) xf86-video-intel-2.99.909-1-x86_64.pkg.tar.xz (remote)
    24) xf86-video-intel-2.99.908-1-x86_64.pkg.tar.xz (remote)
    25) xf86-video-intel-2.99.907-2-x86_64.pkg.tar.xz (local)
    26) xf86-video-intel-2.99.907-2-x86_64.pkg.tar.xz (remote)
    27) xf86-video-intel-2.99.907-1-x86_64.pkg.tar.xz (local)
    28) xf86-video-intel-2.99.907-1-x86_64.pkg.tar.xz (remote)
    29) xf86-video-intel-2.21.15-1-x86_64.pkg.tar.xz (local)
    30) xf86-video-intel-2.21.15-1-x86_64.pkg.tar.xz (remote)
    31) xf86-video-intel-2.21.14-2-x86_64.pkg.tar.xz (remote)
    select a package by number: 16
    loading packages...
    warning: downgrading package xf86-video-intel (2.99.916-3 => 2.99.911-2)
    resolving dependencies...
    warning: cannot resolve "glamor-egl", a dependency of "xf86-video-intel"
    :: The following package cannot be upgraded due to unresolvable dependencies:
    xf86-video-intel
    :: Do you want to skip the above package for this upgrade? [y/N]
    error: failed to prepare transaction (could not satisfy dependencies)
    :: xf86-video-intel: requires glamor-egl
    Any Ideas what glamor-egl is?
    Thanks!

  • Flex with a virtual frame buffer

    I have to run an automated version of my flex app on a
    headless server so I'm using a virtual frame buffer (Xvfb) running
    on Solaris in an oc4j container.
    I can get the following command to 'apparently' launch the
    app:
    String cmd = "/bin/sh DISPLAY=:5 /opt/sfw/bin/firefox "+
    url+" -width 1600 -height 1200";
    I say apparently because it does not cause any errors. But
    when I send messages to the flex app via BlazeDS for it to do it's
    thing...they never get there. I know the program works because it
    is fine in my localhost development environment, but how do I get
    the app to launch with a virtual frame buffer or more generally, on
    a headless server?

    This is a wild guess based on a small amount of research, but
    you might want to check the 'headless-server' compiler option - see
    http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Live Docs_Book_Parts&file=performance_118_41.html
    and
    http://community.adobe.com/help/search.html?q=headless-server=true&loc=en-us&hl=en-us&lbl= flex_product_adobelr&go=Search&self=1,
    also
    http://osflash.org/pipermail/osflash_osflash.org/2008-August/015858.html
    hth...

  • Using external libraries with Developer Studio 7.1 Composition Environment

    Hi,
    I downloaded DS 7.1 CE and tried to develop a simple application which uses an external library.
    I created a development component for "external library" for the local development -> MyComponent, giving it the name "test2" (for the domain basis).
    I imported the external library file using Import -> File System , then selecting the .jar file.
    In the component properties browser I added a public part naming it "mylib2" setting the purpose to "ASSEMBLY" (my intention was that the libarry will be transferred during the deployment to the application server).
    I right clicked on the public part to "managed entities". I selected the archive tree and checked the library file shown there (the one I imported before). #
    Then I opended component properties of my web dynpro project and clicked on "Dependencies". The I chose "Add..." and selected the "test2" development component I created before (see above).
    Then I tried to deploy the project (which uses this external library) using "Deploy Archive and Run"
    After deployment the browser window opens and shows the ClassNotFoundException
    So what did I oversee or do wrong?
    BTW: Is it necessary for using external libraries to use a full fletched NWDI? Or can I use external libs also with netweaver development environments freely available for download on sdn.sap.com?
    Any hints?
    Thanks a lot
    Hannes

    Hannes,
    If you want to use external libraries with DCs then you should follow the NWDI completely.
    Check this step, otheways of using external libraries is mentioned <a href="http://help.sap.com/saphelp_nw70/helpdata/en/e3/de813e77d46245e10000000a114084/frameset.htm">here.</a>
    Regards
    Abhilash

  • Soft Return in Numbers with iPad Virtual Keyboard?

    When using my Apple wireless keyboard I am able to create a soft return/new line within a text cell by using "option + enter" keys. The "enter" key by itself moves the cursor to the next cell instead of doing a new paragraph or line within the same cell.
    Is there any way to replicate this functionality with the virtual keyboard on the iPad? There are times when I don't have my wireless keyboard with me, like right now, and still need to have that functionality.

    This is an iPad user to user forum. Apple doesn't read or respond. You can make a suggestion.
    Send feedback to Apple.
    http://www.apple.com/feedback/ipad.html
    I bought a case with a bluetooth connected keyboard. Much easier to use than the on-screen keyboard if you do a lot of typing. You can use many/most computer wireless keyboards with the iPad.
     Cheers, Tom

Maybe you are looking for

  • Windows SMB shares not showing in finder

    hi, i'm using 10.5.8 on a powermac G5 in the office and recently experienced some difficulties regarding SMB shares. there are two Win XP 32bit machines in the office network, one Win 7 64bit machine and the powermac. 1) usually, the powermac could s

  • SCOm data access service not started

    Hi all my SCOM server was down and i checked once it is up and found Data access service is stopped, when i tried to start the service i am getting following error, Please help. The System center Data Access service on local computer started and the

  • Displaying User IP

    I am unable to show the User IP , php file is working fine Followed this article  : http://active.tutsplus.com/tutorials/actionscript/get-user-ip-address-using-php-and-action script-3/ My html : http://awaisahmad.info/uploads/user_ip.html myphp : htt

  • Find all child tables - validate sql

    I have a table (tabA), In tabA i have a column (id) which is part of primary key Question: I need to know all the tables which have foreign keys refererring to tabA.id I used the following sql, please let me know if this is correct: select table_name

  • Phonegap setup for dreamweaver cs6 compared to eclipse

    Hi, I recently started working with CS6 and I'm trying to setup a phonegap application.  I was able to make a basic hello world jquerymobile site and upload it to the phonegap build site and getting it working on my android phone... I'm new to phoneg