OpenGL in C++  displayed on a web browser using java??

I have a OpenGL application written in CPP that I would like to display on a web browser.
I was wondering if their is a way to do this using java. Maybe somekind of java wrap.
Thank you

Maybe some kind of ActiveX control perhaps ?
Not too familar with ActiveX programming though...
regards,
Owen

Similar Messages

  • How to display Map for viewing in browser using Java

    I am fidning a solution for displaying political maps in browser using Java technology.
    Is ther anybody with a solution.
    Waiting for your respone.
    Regards
    Mithun

    palanithendral wrote:
    Hi,
    Our application using in English, German, Franch and chinese.You have several different idioms in your application and have not accurately identified where the actual problem is. You have all of the following
    -database
    -http
    -excel
    -excel in http
    -display on the target computer
    The first step with these sorts of problem is to identify where the problem actually occurs.
    String chineseCharacter=""; // chineseCharacter like 長长牀床東东彿佛. This chinese data coming from oracle database..A good theory. Now explain how you proved that that is what is coming from the database.
    After export the data to excel show the result for 長长牀床東东彿佛.As another example. Presumably you are referring to what the browser on the target computer displays. Your theory is that that computer and that browser (together) will display the correct information if they had the correct data. How did you prove that?

  • Web browser in Java

    I am wondering if there is any way to add a web browser to your Java application.
    I found http://www.javio.com/webwindow/webwindow.html but you have to pay for it in order to be able to use it( except a trial version that expires in a hour :s). But I didn't find another web browser on the internet ... :x
    So any idea's / tips ?

    you can fireup any web-browser from java... just Runtime.exec() it... the trick will be getting it to go to your URL.

  • Web Browser using GUI

    Hello, I have make a Web Browser using Swing/AWT, I've done the basic Web Browser, my assignment asks for addtional functionality like Bookmarks, and history. I can't post all the code, but here's what i've done for both.
         * History menu and add file menu items
        private void makeHistoryMenu()
            historyItem = new JMenuItem("History");
            historyItem.setBackground(Color.white);
            historyItem.addActionListener(new ActionListener()
                public void actionPerformed(ActionEvent e)
                      //Add url to history;
           // historyMenu.add(location);
    // Bookmark button
            bookmarkButton = new JButton("Bookmark");
            bookmarkButton.setToolTipText("Bookmark");
            bookmarkButton.addActionListener(new ActionListener()
                public void actionPerformed(ActionEvent evt)
                    URL url;
                    try
                        String location = locationInput.getText();
                        location = "http://" + location;
                        historyArray.add(location); // Do I need an arraylist to store the entries??
                    catch (Exception e)
                        return;
            });it doesn't show the the bookmarks or the history
    Thanks

    you must add the button to the Component where you want to show it
    (or the historyItem to the JMenu)
    e.g.:
    JFrame frame = new JFrame();
    JButton historyButton = new JButton("History);
    frame.add(historyButton);
    frame.setVisible(true);
    {code}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How to develop a web browser using API javatv?

    How to develop a web browser using API javatv?
    I'm tryin' to build a web browser using the API javaTv and
    I want to know if that is possible and if somebody already made this.
    This web browser will run a page developed in jsp.
    Thanks.

    You don't need JavaTV to write a web browser.
    Whichever Java platform you're using with JavaTV should provide enough.

  • Printing Web contents using Java Fx.

    Hi,
    How to Print Web contents using Java Fx application? ie, displaying a web page as it is on the application..........
    Thanks......

    You might want to try to SwingComponentize third-party Java web browser (JDic, NativeSwing).
    Another recommended alternative is to wait for the JWebPane because it is designed to work with JavaFX (http://weblogs.java.net/blog/alex2d/archive/2008/12/jwebpane_projec_1.html). No date is given to JWebPane's release though. JWebPane will be my Christmas's wish.

  • Create web service using java class

    Hi,
    I created the web service using java class then i deployed this web service in to the weblogic admin server.when i tested this process it is working fine.
    when I tested The generated WSDL to this process in browser(IE). it is not working.
    I need to to invoke this webservice from another BPEL but this WSDL is not working.

    Hi,
    when i created the webservice in jdeveloper by default it is connected to integrated weblogic server and generates this wsdl.
    http://localhost:7101/helloApplication-javaexcel-context-root/MyWebService1Soap12HttpPort?WSDL
    then I deployed this webservice in to the Adminserver.it gives the following URL.
    http://192.168.56.1:7001/extracExcelToCSV-extractExcelToCSV-context-root/ExtractExcelToCSVSoap12HttpPort?wsdl
    This URL is not working but when i tested this process it is working fine.
    It is giving below error when i try to invoke from jdeveloper
    Error while reading wsdl file
    caused by:java.net.connectExcepption :Connection timed out:connect

  • Resources for implementing HTTP web server using java

    hi ,
    Thanks for giving your precious time in reading the message.I want to build a HTTP web server using java,which will run on my machine and I can communicate with it through web browser(IE) using HTTP requests and response.
    I know java language, but quite new to network programming.I want to gain enough knowledge on network programming in java.Can you please suggest me good books or any other resources available on the internet for the required subject.Any help will be greatly appreciated.
    my email-id is : [email protected]

    hi there my friend,
    I am writing my own web server too. in w3c there is a sample web server called jigsaw-open source :) and simple-
    I do think it worth trying.
    you can contact me if you want to share some source and info. cause I will.
    [email protected]
    but within 2 weeks I will be back for studying for my web server. you have to wait for a while.

  • How to create and install a toolbar to a browser using java

    Hi all,
    Can any one guide me about how to create and install toolbar to a browser using java ??
    please any one help me about this,i am not getting any idea about this..
    Thanks and Regards
    Sandesh S

    I doubt you can. Those browser toolbars are done by implementing to an API provided by the browser. That API, I don't believe, is provided via Java. But of course, that would be entirely up to the browser, not Java.

  • Creating Web Services using Java Implementation

    Hi,
    This is quite a general question on how to create a Web Service using Java Implementation that needs to conform to a client XML schema.
    Here are my Version specs,
    I am using Jdeveloper 10.1.3.4.0 and deploying onto OAS 10.1.3.
    I will be creating a J2ee 1.4 (JAX-RPC) Web Service using Document/Wrapped style.
    I have been provided an XML schema from the client which is quite complex.
    Using a top-down approach, I can create my WSDL file and import the XML Schema for my type definitions.
    The Web service aim is to accept some parameters and return some data from the Oracle Database. The
    XML response from the web service must conform to the element, attribute definitions in the provided XML schema.
    From a Java implementation approach, what is the best (simplest or quickest) way to retrieve data from the Oracle
    tables and map each fields/column to the required XML output (defined in the XML schema).
    I'm not too concerned with using Java to retrieve data from the Database, more with how I can map the data returned
    to the required output. Can this mapping task be controlled within the Java program?
    Thanks in advance.

    Hi,
    This is quite a general question on how to create a Web Service using Java Implementation that needs to conform to a client XML schema.
    Here are my Version specs,
    I am using Jdeveloper 10.1.3.4.0 and deploying onto OAS 10.1.3.
    I will be creating a J2ee 1.4 (JAX-RPC) Web Service using Document/Wrapped style.
    I have been provided an XML schema from the client which is quite complex.
    Using a top-down approach, I can create my WSDL file and import the XML Schema for my type definitions.
    The Web service aim is to accept some parameters and return some data from the Oracle Database. The
    XML response from the web service must conform to the element, attribute definitions in the provided XML schema.
    From a Java implementation approach, what is the best (simplest or quickest) way to retrieve data from the Oracle
    tables and map each fields/column to the required XML output (defined in the XML schema).
    I'm not too concerned with using Java to retrieve data from the Database, more with how I can map the data returned
    to the required output. Can this mapping task be controlled within the Java program?
    Thanks in advance.

  • To Develop a Browser using Java

    Hi,
    I want to know if it is possible to write a browser using java.If so where can i get more information regarding this.
    Juz let me know the details.
    Thanks in advance...
    ramya

    Dear Ramya,
    You can use JEditorPane with setEditable(false) as the HTML rendering engine. For other components, you have to look elsewhere.
    S. Senthil kumar

  • How to embed 3D models in web page using JAVA?

    Hello
    I'm doing a project at University to create a virtual tour of a village. I am creating the buildings in MAYA using polygon planes and cubes and then exporting to VRML.
    I plan to embed each individual model into a separate web page. Then when the user clicks on a location in a 2D map they will be taken to the web page containing that building.
    However, I can't work out how to embed these 3D models into web pages using JAVA. Can anyone help me with this, please?
    Also, I've been told to use JAVA 3D to interact with the project but am unclear as to how JAVA 3D would be used in this project - aqny ideas/suggestions welcome!
    M.

    If you use Java-plugin, you can embed Java3D in a web page.
    Here is the URL(http://www.geovista.psu.edu/products/demos/LorenzAttractor3D/index.html) which used Java3D.
    I hope this helps.
    Masa

  • Web chat useing java

    I want to develop a web chat useing java for my new web project!How can i do it.

    UsthadThegreat wrote:
    I want to develop a web chat useing java for my new web project!How can i do it.1. Learn basic Java.
    2. Learn intermediate to advanced topics such as multithreading and socket communication.
    3. Develop requirements.
    4. Develop an architecture and design.
    5. Use the results of steps 1-4 to write Java code that realizes your web chat application.

  • Browser using java!

    Hi all,
    I want write a very basic browser using java.
    Can you plzz tell me the starting point....I mean which API to look for.
    Thanks a buch,
    Naren.

    Try using JEditorPane. JEditorPane has very limmited HTML support, but it is a good start.

  • When displaying images in web browser, next images appears on page where I left last doc

    Hello, I am in need of some help here.
    I have an application that displays PDF images using Adobe Reader X v 10.1.4 through a web browser. What is happening is I view a document and scroll down to say page 2.
    When I leave that document and go the next one, that document opens on page 2.
    Is there anything I can do in the setting of Adobe or the way that I am making my call to show the image through the web browser to display the next image at the top of the page, rather than displaying it where I left off on the last document?
    I have tried unchecking the option for Restore last view settings when reopening a document and also open cross-document links in the same window. Both of these had no effect on the issue I am encountering.
    Any help would be greatly appreciated.
    Thanks!
    Scott

    I am not sure how to fix the problem using the FGL framework, but here is a way to get the right result
    In the CSS file under the @media only screen and (min-width: 769px) section, modify the following style rules
    #menu {
        clear: both;
        float: left;
        margin-left: 0;
        width: 20%;
        display: block;
        vertical-align:top;
    #content {
        clear: none;
        float: right;
        margin-right: 0%;
        width: 80%;
        display: block;
    Having said that, you will do well to scrap FGL and have a look at Bootstrap

Maybe you are looking for

  • Can't open a file with acme.

    i installed acme in aur with yaourt -S acme and i try to open a file with acme but this does not seem work. this is output when i try to open an exist file. Warning - File hello.txt, line 1 (Zone <untitled>): Offset assembly still active at end of se

  • Will Verizon ever let you use two networks at once?

    Right now, Verizon lets you use only one network at a time (either voice or data network). In other words, you have to hang up to search the internet. Vetrizon's competitor, AT&T lets you surf the web and talk, simultaneously. Will Verizon, in the ne

  • Got itunes installed but...

    when i try to open it i get... "iTunes has encounted a problem and needs to close. We are sorry for the incovenience. If you were in the middle of something, the information you were working on might be lost. Please tell Microsoft about this problem.

  • Message Data Tab Editing (Hide or Add Columns)

    In SAP B1 when a Marketing Document is sent as an email from SAP in the Message > Data-Tab by default a fixed number of columns (Date, Customer, Remarks,and, Due Date) are visible and sent in the email. We would like to have the ability to Add and Re

  • Print Functionality for Web Dynpro ABAP Application

    Hi All, I am using the standard print button provided by FPM in my application. The application has a date navigator control as well as a dynamic ALV with fixed and on fixed columns. I would like to know if the application has to do any implementatio