Url java3d

Dear,
Now I used to eclipse 3.1 to run program and I begin with java 3D.In my library I have had libraries : j3dcore.jar,j3dutils.jar,vecmath.jar. So when I runned a program,which includes file image. I have had error so I want a help
com.sun.j3d.utils.image.ImageException: javax.imageio.IIOException: Can't get input stream from URL!
     at com.sun.j3d.utils.image.TextureLoader$2.run(TextureLoader.java:388)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sun.j3d.utils.image.TextureLoader.<init>(TextureLoader.java:381)
     at com.sun.j3d.utils.image.TextureLoader.<init>(TextureLoader.java:351)
     at OrientedPtTest.createSceneGraph(OrientedPtTest.java:129)
     at OrientedPtTest.init(OrientedPtTest.java:233)
     at sun.applet.AppletPanel.run(Unknown Source)
     at java.lang.Thread.run(Unknown Source)
Caused by: javax.imageio.IIOException: Can't get input stream from URL!
     at javax.imageio.ImageIO.read(Unknown Source)
     at com.sun.j3d.utils.image.TextureLoader$2.run(TextureLoader.java:386)
     ... 7 more
Caused by: java.io.FileNotFoundException: C:\Documents and Settings\Hanicka\workspace\sun\stone.jpg (The system cannot find the file specified)
     at java.io.FileInputStream.open(Native Method)
     at java.io.FileInputStream.<init>(Unknown Source)
     at java.io.FileInputStream.<init>(Unknown Source)
     at sun.net.www.protocol.file.FileURLConnection.connect(Unknown Source)
     at sun.net.www.protocol.file.FileURLConnection.getInputStream(Unknown Source)
     at java.net.URL.openStream(Unknown Source)
     ... 9 more
Thankyou very much . Have nice

your program cann't find this picture
C:\Documents and Settings\Hanicka\workspace\sun\stone.jpg
Caused by: java.io.FileNotFoundException: C:\Documents and Settings\Hanicka\workspace\sun\stone.jpg (The system cannot find the file specified)

Similar Messages

  • Adding Text to Java3d

    HI ,
    In my application i need to add text in my java3d scene at the runtime at any no of places. How
    can i acheive that. Somebody suggested me of Overlays.I dont know what is that actually (I am learning that actually)..but can somebody help me in this problem. Any example or url will be really appriciable.
    Thanks
    Akhil Nagpal

    Hi,
    I tried to add the text using the same piece of code at the place where i used to add straight lines.
    The piece of code is exactly same as urs.
    Shape3D tmpShape3D = new Shape3D();
    PolygonAttributes tmpPolygonAttributes = new PolygonAttributes();
    Appearance tmpAppearance = null;
    Transform3D tmpTransform3D = null;
    tmpShape3D = new Text2D("Hi ABCDEFGHIJKLMNOPQRSTUVWXYZ", new Color3f (Color.red), "Arial", 30, Font.BOLD);
    tmpAppearance = tmpShape3D.getAppearance();
    tmpPolygonAttributes.setCullFace(PolygonAttributes.CULL_NONE);
    tmpAppearance.setPolygonAttributes(tmpPolygonAttributes);
    tmpTransform3D = new Transform3D();
    tmpTransform3D.setScale(0.5f);
    tmpTransform3D.setTranslation(new Vector3f(1.0f, 1.0f, 0.0f));
    TransformGroup tmpSingleComment = new TransformGroup(tmpTransform3D);
    tmpSingleComment.setCapability(TransformGroup.ALLOW_CHILDREN_READ);
    tmpSingleComment.addChild(tmpShape3D);
    bgRed = new BranchGroup();
    bgRed.addChild(tmpSingleComment);
    bgRed.setCapability(BranchGroup.ALLOW_DETACH);
    bgRed.setCapability(BranchGroup.ALLOW_CHILDREN_WRITE);
    bgRed.setCapability(BranchGroup.ALLOW_CHILDREN_READ);
    bgRed.setCapability(BranchGroup.ALLOW_CHILDREN_EXTEND);
    transsceneWF.addChild(bgRed);
    Here every time i have to create a new BranchGroup (bgRed) for each Text i add. Earlier in this place i was adding my lines objects depending upon there start and end possition.This was just to test.Also it does not thro any error or exception while adding text nodes.
    But i am not able to see any text. can u telll whats wrong in this.....
    Regards,
    Akhil Nagpal

  • Java3D, Webstart & file access

    I have a Java3D application that opens files (for example using ImageIO.read in TextLoader) perfectly well fom the local file system
    When I use the Webstart version of Java3D (http://download.java.net/media/java3d/webstart/release/java3d-latest.jnlp) there is a javax.imageio.IIOException: Can't read input file!.
    The file(s) are in the application jar - and are in the appropriate directory in the jar.
    My reading of an IBM document suggests that files should be accessed in Webstart through a getResource() call:
    +//Obtain the current classloader+
    ClassLoader classLoader = this.getClass().getClassLoader();
    +//Load the company logo image+
    Image companyLogo = classLoader.getResource("images/companyLogo.gif");
    and I am wondering if this is the problem?
    Dave

    I have though fixed the problem - it goes like this:
    1. Resources must be accessed through the class loader method getResource - Java3D is quite happy to work with a URL for a file resource derived in this way. The class loader will generate a URL that is appropriate to the way that the application was launched.
    2. J3D samples use a Resource.java class that is packaged to a certain point in the hierarchy
    3. The file resources must be placed in the same location as Resource.class. So if Resource.class is packaged to org.jdesktop.j3d.examples the file resources must be at /org/jdesktop/j3d/examples in the application JAR.

  • Combined URL for multiple views of PCUI application

    Hello All,
    We have an application in PCUI where we have different view for different entities of the PCUI,
    e.g. ZOPPO_FULL
          ZOPPO_INIT
          ZOPPO_PLAN and so on
    However the PCUI URL is of following nature:
    http://cicr415.de.kworld.kpmg.com:8015/sap(bD1lbiZjPTAwNiZkPW1pbg==)/bc/bsp/sap/crm_bsp_frame/entrypoint.do?sap-client=006&appl=ZCRM_OPPORT&blview=ZOPPO_FULL&version=1
    In our scenario, we are sending emails from SAP system to external mail box. These emails have to include a hyperlink, which when clicked by the user, should display the details of the opportunity.
    In such a scenario, is there a possibility to show all the BLVIEWS at one go? What would be the URL structure in such a scenario?
    Thanks.
    Regards
    Priyanka

    hi
    i've tried to do that some time ago and i had to give up... unfortunately i think java3D can't use various rendering modes for the same universe
    regards
    GnG

  • Download JAVA3D API necessary to run java3d?

    I have a problem because i made a game in java3d
    for new users that connect for the first time they have to download java1.3.1_06 plug in and then they have to download java3d API and installe manually.
    is there a way to download only one thing to make the two functions...?
    I would like the user to just download a plug in conataining everything necessary to the execution of my game.
    thank you seriously,i am blocked.

    The short answer to your question is "No".
    As you know, installing the JPI is simple. In principle, it would be possible, to autoinstall Java3D as an own JAR-file too. See this article:
    http://www.j3d.org/tutorials/quick_fix/auto_install.html
    But there are some problems with this solution:
    - The Java3D-files in the auto installer are fixed on a specific platform like "J3D 1.2 for Windows & DirectX" etc.
    - The JAR-file has to be signed, an that is a process
    - You can use a self made (test-) certificate to sign the JAR-file, but (on Windows), double clicking a certificate will install it in the Windows internal database - and that database is ignored by Java since version 1.3. Therefore, the certificate has to be installed in the Java internal certificate database via command line.
    I think it's the better way to let download the User the 3D API for his specific platform. As you know, there are some other obstacles:
    Each combination of OS, Graphics Acceleration and JVM Version requires different versions of J3D. (For example: The JVM 1.4, requires J3D 1.3. Otherwise, J3D 1.3 requires DirectX 8. But what's with platforms with JVM 1.4 and DirectX 7? For those, there is the J3D 1.3_4 etc...)
    Not necessary to say, that this is too much to almost all visitors of a normal website.
    Therefore, we have created a "Java 3D Download Guide". It is available on http://www.AniFun3.de/java3d/index.php. It has a neutral Design and can be integrated into other websites. The Download Guide will ask some questions and than redirect to the download page of a specific J3D version.
    You have to grant that the User will restart the JVM after installing the 3D API. That means, all browser windows has to be closed after the 3D API installation.
    Additional hint: Your game can check the local system for a proper installation of J3D at startup, and, if not installed, redirect to the download guide. The game can feed the download guide with information about the local system like OS name and JVM version. This infomation let the download guide jump over the first page.
    Note: To make this "auto check" propper work, your start class must not have any reference to a class of the 3D API!
    Here is a code example:
    // Member variable: Data structure, containing Java version information
    private static int[]          ivJavaVersion    = null;
    // Member variable: Flag, that indicates, if the program is started in applet mode or not.
    //                  Set this flag to 'false' in main()
    private static boolean        ivIsApplet       = true;
    * This method returns true, if Java 3D (TM) has been found in the
    * environment. If there is a problem using Java 3D, this method will
    * (if started in applet mode) try to open the Java 3D Download Guide
    * in a new browser.
    * @return boolean
    private boolean check3DAPI()
         boolean error        = false;
         boolean exit         = false;
         boolean exception    = false;
         String  errorMessage = "";
         boolean isApplet     = (this instanceof Applet);
         String  downloadURL  = "http://www.AniFun3.de/java3d/index.php";
         // Try to access a class of the 3D API
         try
              Class.forName( "javax.media.j3d.VirtualUniverse" ).newInstance();
         catch( Exception e)
              exception = true;
         catch( Error err )
              error = true;
              errorMessage = err.getMessage();
         // 3D API not available
         if( exception )
              // Bring up an error message
              errorMessage = "Java 3D extension not installed. \nPress OK to get redirected to the Java 3D download page\n" + downloadURL;
              System.err.println(errorMessage);
              JOptionPane.showMessageDialog( this, errorMessage, "AniFun3", JOptionPane.ERROR_MESSAGE );
              exit = true;
              // If started in applet mode, try to open the Download Guide
              if( isApplet )
                   // OK. Now find some information about the local System
                   // and submit it via the query string to the Download Guide.
                   // Doing so, will avoid one HTML-Form.
                   StringBuffer query = new StringBuffer();
                   query.append("?");
                   for( int i=0; i<getJavaVersion().length; i++)
                        query.append("jv");
                        query.append(i);
                        query.append("=");
                        query.append(getJavaVersion());
                        query.append("&");
                   query.append("os=");
                   query.append(System.getProperty("os.name"));     
                   // Open the browser     
                   try
                        ((Applet)this).getAppletContext().showDocument( new URL(downloadURL + query.toString()), "_blank" );
                   catch( Exception ex )
                        ex.printStackTrace();
         // There has occured another error. Java 3D seems to be installed, but maybe not correctly:
         else if( error )
              // Bring up an error message
              errorMessage = "Java 3D reports an error. Maybe the extension is not propper installed.\n" + errorMessage;
              System.err.println(errorMessage);
              JOptionPane.showMessageDialog( this, errorMessage, "AniFun3", JOptionPane.ERROR_MESSAGE );
              exit = true;
         if( exit )
              // Try to shutdown the programm, this will fail in applet mode
              try
                   System.exit(1);
              catch( Exception ex )
                   // can't shutdown the program
              return false;
         return true;
    * This method parses the Java VM version into an integer array.
    * @return int[]
    private int[] getJavaVersion()
         if( ivJavaVersion == null )
              ivJavaVersion = new int[]{0,0,0,0};
              try
                   StringTokenizer tokenizer = new StringTokenizer (System.getProperty("java.version"), ".");
                   String actToken = null;
                   int i=0;
                   while( tokenizer.hasMoreTokens() )
                        actToken = tokenizer.nextToken();
                        try
                             ivJavaVersion[i] = Integer.parseInt(actToken);
                             i++;
                        catch( NumberFormatException e )
                             // Some versions are seperated by a '_'
                             StringTokenizer newTokenizer = new StringTokenizer( actToken, "_" );
                             while( newTokenizer.hasMoreTokens() )
                                  ivJavaVersion[i++] = Integer.parseInt(newTokenizer.nextToken());
              catch( Exception e )
                   System.out.println("[KFBuddy]::getJavaVersion(): couldn't parse Java version: " + e);
         return ivJavaVersion;
    Regards,
    OFH

  • Can no longer enter data in the address bar {url Bar}, it correctly follows data from google search bar. It was a 1 month old installation so not a lot of complications

    I was not adding anything to Firefox. I Refused tool bars embedded in several application installs on this new computer. Was working fine. Then had a problem with Google search, restored default values and re-tooled Firefox. At this point all worked fine. Then my url, address bar changed color to the same color as the program shell, a grey brown as opposed to the white it was before. With the change in color it no longer allows me to change the data showing in the bar. I can not delete or add data. I used to add a url and navigate to the domain. Now I can not

    Greetings,
    TY for the reply, the information was enlightening to be sure. I never knew safe mode was an option with Firefox. I have so many tasks running that I didn't want to shut things down. What I did is turn off some of the last plug-ins I installed. That did not fix the problem at least in the first look. What happened next was very interesting none the less. I had a moment of mouse spastic wrist syndrome and accidentally moved a tab in such a way that it opened in a new window. The URL bar was white and editable. So I moved all my tabs to the new window and everything works as it should. I have restarted Firefox this morning and it came back with the bar editable and I am speechless to understand what I may have done to correct the problem if anything ??

  • IIS 7.5 URL Rewrite: Hit specific page of a web application but should be redirected to another application's page

    I have deployed 2 different web application on IIS 7.5 running on Windows Server 2008 R2 but on different port numbers i.e. one application deployed on port no. 1776 and another on 8091. I want to rewrite URL in such a way that if i hit any page of first
    application such as default.aspx then it will be redirected to particular page of another application along with some changes in url.
    Example: if i access any page from first application like:
    http://g2wv126rbsc:1776/sites/main/commercial/commercial-solutions/financing/default1.aspx
    then it should redirect to specific page of another application along with some changes in url:
    http://g2wv126rbsc:8091/main/commercial/commercial-solutions/financing/default2.aspx
    Note: In above mentioned url, also removed "sites".
    I tried to create a inbound rule through URL Rewrite module (installed on IIS 7.5) by selecting Action as "Rewrite" but didn't find any success.
    I need some examples if anyone has come across same kind of issue.
    Thanks in advance.

    Please post ASP.NET questions in the ASP.NET forums (http://forums.asp.net ).

  • How do I use Sun Web Server 7.0u1 reverse proxy to change public URLs?

    Some of our installations use the Sun Web Server 7.0 (update 1, usually)
    for hosting some of the public resource and reverse-proxying other parts
    of the URI namespace from other backend servers (content, application
    and other types of servers).
    So far every type of backend server served a unique part of the namespace
    and there was no collision of names, and the backend resources were
    published in a one-to-one manner. That is, a backend resource like, say,
    http://appserver:8080/content/page.html would be published in the internet
    as http://www.publicsite.com/content/page.html
    I was recently asked to research whether we can rename some parts of
    the public URI namespace, to publish some or all resources as, say,
    http://www.publicsite.com/data/page.html while using the same backend
    resources.
    Another quest, possibly related in solution, was to make a tidy url for the
    first page the user opens of the site. That is, in the current solution when
    a visitor types the url "www.publicsite.com" in his or her browser, our web
    server returns an HTTP-302 redirect to the actual first page URL, so the
    browser sends a second request (and changes the URL in its location bar).
    One customer said that it is not "tidy". They don't want the URL to change
    right upon first rendering the page. They want the root page to be rendered
    instantly i the first HTTP request.
    So far I found that I can't solve these problems. I believe these problems
    share a solution because it relies on ability to control the actual URI strings
    requested by Sun Web Server from backend servers.
    Some details follow, now:
    It seems that the reverse proxy (Service fn="service-passthrough") takes
    only the $uri value which was originally requested by the browser. I didn't
    yet manage to override this value while processing a request, not even if
    I "restart" a request. Turning the error log up to "finest" I see that even
    when making the "service-passthrough" operation, the Sun Web Server
    still remembers that the request was for "/test" (in my test case below);
    it does indeed ask the backend server for an URI "/test" and that fails.
    [04/Mar/2009:21:45:34] finest (25095) www.publicsite.com: for host xx.xx.xx.83
    trying to GET /content/MainPage.html while trying to GET /test, func_exec reports:
    fn="service-passthrough" rewrite-host="true" rewrite-location="true"
    servers="http://10.16.2.127:8080" Directive="Service" DaemonPool="2b1348"
    returned 0 (REQ_PROCEED)My obj.conf file currently has simple clauses like this:
    # this causes /content/* to be taken from another (backend) server
    NameTrans fn="assign-name" from="/content" name="content-test" nostat="/content"
    # this causes requests to site root to be HTTP-redirected to a certain page URI
    <If $uri =~ '^/$'>
        NameTrans fn="redirect"
            url="http://www.publicsite.com/content/MainPage.html"
    </If>
    <Object name="content-test">
    ### This maps http://public/content/* to http://10.16.2.127:8080/content/*
    ### Somehow the desired solution should instead map http://public/data/* to http://10.16.2.127:8080/content/*
        Service fn="service-passthrough" rewrite-host="true" rewrite-location="true" servers="http://10.16.2.127:8080"
        Service fn="set-variable" set-srvhdrs="host=www.publicsite.com:80"
    </Object>
    I have also tried "restart"ing the request like this:
        NameTrans fn="restart" uri="/data"or desperately trying to set the new request uri like this:
        Service fn="set-variable"  uri="/magnoliaPublic/Main.html"Thanks for any ideas (including a statement whether this can be done at all
    in some version of Sun Web Server 7.0 or its opensourced siblings) ;)
    //Jim

    Some of our installations use the Sun Web Server 7.0 (update 1, usually)please plan on installing the latest service pack - 7.0 Update 4. these updates addresses potentially critical bug fixes.
    I was recently asked to research whether we can rename some parts of
    the public URI namespace, to publish some or all resources as, say,
    http://www.publicsite.com/data/page.html while using the same backend
    resources.> now, if all the resources are under say /data, then how will you know which pages need to be sent to which back end resources. i guess, you probably meant to check for /data/page.html should go to <back-end>/content/page.html
    yes, you could do something like
    - edit your corresponding obj.conf (<hostname>-obj.conf or obj.conf depending on your configuration)
    <Object name=¨default¨>
    <If $uri = ¨/page/¨>
    #move this nametrans SAF (for map directive - which is for reverse proxy within <if> clause)
    NameTrans.. fn=map
    </If
    </Object>
    and you could do https-<hostname>/bin/reconfig (dynamic reconfiguration) to check out if this is what you wanted. also, you might want to move config/server.xml <log-level> to finest and do your configuration . this way, you would get enough information on what is going on within your server logs.
    finally,when you are satisfied, you might have to run the following command to make your manual change into admin config repository.
    <install-root>/bin/wadm pull-config user=admin config=<hostname> <hostname>
    <install-root>/bin/wadm deploy-config --user=admin <hostname>
    you might want to check out this for more info on how you could use <if> else condition to handle your requirement.
    http://docs.sun.com/app/docs/doc/820-6599/gdaer?a=view
    finally, you might want to refer to this doc - which explains on ws7 request processing overview. this should provide you with some pointers as to what these different directives mean
    http://docs.sun.com/app/docs/doc/820-6599/gbysz?a=view
    >
    One customer said that it is not "tidy". They don't want the URL to change
    right upon first rendering the page. They want the root page to be rendered
    instantly i the first HTTP request.
    please check out the rewrite / restart SAF. this should help you.
    http://docs.sun.com/app/docs/doc/820-6599/gdada?a=view
    pl. understand that - like with more web servers - ordering of directives is very important within obj.conf. so, you might want to make sure that you verify the obj.conf directive ordering is what you want it to do..
    It seems that the reverse proxy (Service fn="service-passthrough") takes
    only the $uri value which was originally requested by the browser. I didn't
    yet manage to override this value while processing a request, not even if
    I "restart" a request. Turning the error log up to "finest" I see that even
    when making the "service-passthrough" operation, the Sun Web Server
    still remembers that the request was for "/test" (in my test case below);
    it does indeed ask the backend server for an URI "/test" and that fails.
    now, you are in the totally wrong direction. web server 7 includes a highly integrated reverse proxy solution compared to 6.1. unlike 6.1, you don´t have to download a separate plugin . however, you will need to manually migrate your 6.1 based reverse proxy settings into 7.0. please check out this blog link on how to set up a reverse proxy
    http://blogs.sun.com/amit/entry/setting_up_a_reverse_proxy
    feel free to post to us if you need any futher help
    you are probably better off - starting fresh
    - install ws7u4
    - use gui or CLI to create a reverse proxy and map one on one - say content
    http://docs.sun.com/app/docs/doc/820-6601/create-reverse-proxy-1?a=view
    if you don´t plan on using ws7 integrated web container (ability to process jsp/servlet), then you could disable java support as well. this should reduce your server memory footprint
    <install-root>/bin/wadm disable-java user=admin config=<hostname>
    <install-root>/bin/wadm create-reverse-proxy user=admin uri-prefix=/content server=<http://your back end server/ config=<hostname> --vs=<hostname>
    <install-root>/bin/wadm deploy-config --user=admin <hostname>
    now, you can check out the regular express processing and <if> syntax from our docs and try it out within <https-<hostname>/config/<hostname>-obj.conf> file and restart the server. pl. note that once you disable java, ws7 admin server creates <vs>-obj.conf and you need to edit this file and not default obj.conf for your changes to be read by server.
    >
    I have also tried "restart"ing the request like this:
    NameTrans fn="restart" uri="/data"
    ordering is very important here... you need to do this some thing like
    <Object name=default>
    <If not $restarted>
    NameTrans fn=restart uri from=/¨ uri=/foo.
    </If>

  • My iphone wont let me play songs that I bought from iTunes. It says "The requested URL was not found on this server" How can i play my music also my music videos again?

    I bought a few songs and music videos from iTunes, then all of a sudden it wouldn't play and would just skip to the next song. With the music videos it would do the same. Also, this message would show up " The Requested URL could not be found on this server" What does that exactly mean? And what do I need to do to play my music/videos again?

    This previous discussion has a solution:
    https://discussions.apple.com/message/16527576#16527576

  • Delete File from URL located on HTTP Server.

    Hello All, could you anybody help me with my Problem. I need to delete some File in URL located on HTTP Server. The File was created via using of the Function 'DP_CONTROL_SEND_STREAM_TO_URL'. Any Times I need to delete this File from the url Location, but I cann't find any Functions or Method of any Class (GUI 6.20) to realise that. I read lot of very good Blogs from Thomas Jung about HTTP classes, but I cann't find somthing relevant for me...
    Sincerely Yours,
    Lubomir

    Hi,
    You can try with GUI_DELETE_FILE and give http location in FILE_NAME
    or WS_FILE_DELETE.
    I am not getting any CNDP function module for your purpose.
    Hope you will get sucess..
    Thanks,
    Chetan Shah

  • SQL Report data Open link in URL

    Hi,
    Select 'Google' from dual
    My requirement is when i click on Google Lable //http://www.google.com url must populate how to proive this using sql in apex please suggest.
    Thanks
    Sudhir.

    Change the item to 'Display as text (does not save state)'.
    Under 'Source' section, use 'static assignment'.
    If you want 'Google' in seperate new window then put
    <a href="http://www.google.com" target="_blank"> Google </a>as source value.
    Or if you want 'Google' as Pop-up window then put
    <a href="#" onclick="javascript:popupURL('http://www.google.com'); return false;" >Google </a>as source value.
    This will do the trick :-)
    Cheers,
    Hari
    Edited by: Hari_639 on Oct 9, 2009 12:36 PM

  • Open URL from a report

    Hi, I need to make a connection to URL from a report. Is it posible? thanks.

    hi jose,
    please try the following.
    CALL FUNCTION 'GUI_RUN'
      EXPORTING
      command ='IEXPLORE.EXE'
      PARAMETER ='WWW.YAHOOMAIL.COM'.
    CD =
    IMPORTING
    RETURNCODE =
    and if u want hyperlink then,
    *REPORT ZURL NO STANDARD PAGE HEADING.
    DATA: BEGIN OF URL_TABLE OCCURS 10,
    L(25),
    END OF URL_TABLE.
    URL_TABLE-L = 'http://www.lycos.com'.APPEND URL_TABLE.
    URL_TABLE-L = 'http://www.hotbot.com'.APPEND URL_TABLE.
    URL_TABLE-L = 'http://www.sap.com'.APPEND URL_TABLE.
    LOOP AT URL_TABLE.
      SKIP. FORMAT INTENSIFIED OFF.
      WRITE: / 'Single click on '.
      FORMAT HOTSPOT ON.FORMAT INTENSIFIED ON.
      WRITE: URL_TABLE. HIDE URL_TABLE.
      FORMAT HOTSPOT OFF.FORMAT INTENSIFIED OFF.
      WRITE: 'to go to', URL_TABLE.
    ENDLOOP.
    CLEAR URL_TABLE.
    AT LINE-SELECTION.
    IF NOT URL_TABLE IS INITIAL.
      CALL FUNCTION 'WS_EXECUTE'
           EXPORTING
                program = 'C:\Program Files\Internet Explorer\IEXPLORE.EXE'
                commandline     = URL_TABLE
                INFORM         = ''
              EXCEPTIONS
                PROG_NOT_FOUND = 1.
      IF SY-SUBRC <> 0.
         WRITE:/ 'Cannot find program to open Internet'.
      ENDIF.
    ENDIF.

  • Safari doesn't open his own .URL files

    Hello
    I've adopted Safari for Windows at work due to the good experience I had with Safai on my Mac at home, but I almost immediately I found a serious bug:
    Safari for Windows creates ".URL" files perfectly like IE7, by dragging the icon on the left of the address into a folder (or the desktop). Everything' fine here. I use this functionality a lot!
    I just opened the .URL file and looks nice. Here's an example:
    \[InternetShortcut\]
    URL=http://discussions.apple.com/forum.jspa?forumID=1188
    The PROBLEM is that when I double click the ".URL" file Safari for Windows just created, Safari NEVER opens, instead opening IE7 !
    There must be a registry fix for this, because if I drag the icon into an opened Safari, it opens the link perfectly.
    Please tell me what I must change on the Windows Registry to fix this.
    Thank you in advance for your support, and keep up the good work!

    Replying to my own problem, I think I finally fixed it... by accident!
    After a lot of juggling with Control Panel->Add/Remove Programs->Set predefined browser, I finally managed to get IE7 out of the way, but only after deactivating access to Internet Explorer, and a lot of random checks and reboots along the way.
    I have no idea why Safari for Windows can't make himself the default browser on URL opening, but I believe you are missing some settings somewhere in the Windows Registry.
    Happy bug hunting!

  • Xml publisher  report genarate through Url.

    Hi All,
    I need to call the XML Publisher report through url Please anyone help this .

    is it ebs?
    if yes i can not be sure what it is work for ebs
    for ebs related bip you can ask in General EBS Discussion

  • How to retrieve elements from 3 different xml file in one url

    Hi all,
    Could anyone please let me how can we retrieve elements from 3 different xml file in one url?
    i just can only do it with one file only, any help would very appreciate.
    Thank in advance
    Jim

    Hi Philip
    Thanks for replying me.
    I tried on that way, In my mdx query i am using one slice attribute (i.e [Customer].[Gender].allmembers) in rows so getting error "The  Hierarchy already appears in Axis1".
    SELECT
    {[Measures].[Internet Sales Amount] } ON 0,
    NON EMPTY
    {[Customer].[Gender].allmembers } ON 1 -- Used
    FROM
    [Adventure Works]
    WHERE
    [Customer].[Gender].&[M]
    ,[Product].[Size Range].[(All)]
    ,[Customer].[Country].[All Customers]
    [Customer].[Gender].[All Customers]
    ,[Product].[Size Range].&[XL]
    ,[Customer].[Country].[All Customers]
    [Customer].[Gender].[All Customers]
    ,[Product].[Size Range].[(All)]
    ,[Customer].[Country].&[Australia]
    Can you provide alternate ways to get resolved.
    Thanks in advance

Maybe you are looking for