Embeded java frame into cocoa App in independent process?Execute a terminal command from a Cocoa appUse C++ with Cocoa Instead of Objective-C?Executing a Java application in a separate processCocoa: What's the difference between the frame and the bounds?How can JVM arguments be passed to apps started through java webstart in MacOS?Dealing with “Xerces hell” in Java/Maven?Embedding a Java runtime into a sandboxed Cocoa Mac appDoes anyone have benchmarks (code & results) comparing performance of Android apps written in Xamarin C# and Java?Cocoa Webview no longer plays Java applets in OS X 10.9 with latest Oracle pluginEmbedding a executable jar file in macOS Cocoa Application

What's the purpose of "true" in bash "if sudo true; then"

Do I need a multiple entry visa for a trip UK -> Sweden -> UK?

There is only s̶i̶x̶t̶y one place he can be

apt-get update is failing in debian

Trouble understanding overseas colleagues

Greatest common substring

Was the picture area of a CRT a parallelogram (instead of a true rectangle)?

How can I replace every global instance of "x[2]" with "x_2"

What would happen if the UK refused to take part in EU Parliamentary elections?

How can I get through very long and very dry, but also very useful technical documents when learning a new tool?

Can somebody explain Brexit in a few child-proof sentences?

Is this Spell Mimic feat balanced?

Is it okay / does it make sense for another player to join a running game of Munchkin?

How to be diplomatic in refusing to write code that breaches the privacy of our users

Will it be accepted, if there is no ''Main Character" stereotype?

What is the opposite of 'gravitas'?

Why are on-board computers allowed to change controls without notifying the pilots?

Ways to speed up user implemented RK4

What is the term when two people sing in harmony, but they aren't singing the same notes?

Time travel short story where a man arrives in the late 19th century in a time machine and then sends the machine back into the past

How do I rename a LINUX host without needing to reboot for the rename to take effect?

The plural of 'stomach"

Teaching indefinite integrals that require special-casing

Coordinate position not precise



Embeded java frame into cocoa App in independent process?


Execute a terminal command from a Cocoa appUse C++ with Cocoa Instead of Objective-C?Executing a Java application in a separate processCocoa: What's the difference between the frame and the bounds?How can JVM arguments be passed to apps started through java webstart in MacOS?Dealing with “Xerces hell” in Java/Maven?Embedding a Java runtime into a sandboxed Cocoa Mac appDoes anyone have benchmarks (code & results) comparing performance of Android apps written in Xamarin C# and Java?Cocoa Webview no longer plays Java applets in OS X 10.9 with latest Oracle pluginEmbedding a executable jar file in macOS Cocoa Application













0















How to embed the java frame in the independent process into the Cocoa App? The java and Cocoa App are two separate processes.
It is easy to use C++ on windows platform. The sun.awt.windows.WEmbeddedFrame class is provided in the JDK of the Windows version. This class is used as a constructor through an integer window pointer to embed the Java frame of the independent process into the C++ application.



In the MACOSX platform, JavaFrameView can be used to embed Java windows into Cocoa applications in the same process. The MACOS version JDK has a similar class sun.lwawt.macosx.CEmbeddedFrame used to embed the applet in the browser, but I don't know how to use this class to embed the Java window of the independent process into the Cocoa App.










share|improve this question




























    0















    How to embed the java frame in the independent process into the Cocoa App? The java and Cocoa App are two separate processes.
    It is easy to use C++ on windows platform. The sun.awt.windows.WEmbeddedFrame class is provided in the JDK of the Windows version. This class is used as a constructor through an integer window pointer to embed the Java frame of the independent process into the C++ application.



    In the MACOSX platform, JavaFrameView can be used to embed Java windows into Cocoa applications in the same process. The MACOS version JDK has a similar class sun.lwawt.macosx.CEmbeddedFrame used to embed the applet in the browser, but I don't know how to use this class to embed the Java window of the independent process into the Cocoa App.










    share|improve this question


























      0












      0








      0








      How to embed the java frame in the independent process into the Cocoa App? The java and Cocoa App are two separate processes.
      It is easy to use C++ on windows platform. The sun.awt.windows.WEmbeddedFrame class is provided in the JDK of the Windows version. This class is used as a constructor through an integer window pointer to embed the Java frame of the independent process into the C++ application.



      In the MACOSX platform, JavaFrameView can be used to embed Java windows into Cocoa applications in the same process. The MACOS version JDK has a similar class sun.lwawt.macosx.CEmbeddedFrame used to embed the applet in the browser, but I don't know how to use this class to embed the Java window of the independent process into the Cocoa App.










      share|improve this question
















      How to embed the java frame in the independent process into the Cocoa App? The java and Cocoa App are two separate processes.
      It is easy to use C++ on windows platform. The sun.awt.windows.WEmbeddedFrame class is provided in the JDK of the Windows version. This class is used as a constructor through an integer window pointer to embed the Java frame of the independent process into the C++ application.



      In the MACOSX platform, JavaFrameView can be used to embed Java windows into Cocoa applications in the same process. The MACOS version JDK has a similar class sun.lwawt.macosx.CEmbeddedFrame used to embed the applet in the browser, but I don't know how to use this class to embed the Java window of the independent process into the Cocoa App.







      java macos cocoa






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 7 at 12:46









      Carlos Cavero

      1,3831922




      1,3831922










      asked Mar 7 at 11:38









      Dewang LiuDewang Liu

      11




      11






















          0






          active

          oldest

          votes











          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55042891%2fembeded-java-frame-into-cocoa-app-in-independent-process%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55042891%2fembeded-java-frame-into-cocoa-app-in-independent-process%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Save data to MySQL database using ExtJS and PHP [closed]2019 Community Moderator ElectionHow can I prevent SQL injection in PHP?Which MySQL data type to use for storing boolean valuesPHP: Delete an element from an arrayHow do I connect to a MySQL Database in Python?Should I use the datetime or timestamp data type in MySQL?How to get a list of MySQL user accountsHow Do You Parse and Process HTML/XML in PHP?Reference — What does this symbol mean in PHP?How does PHP 'foreach' actually work?Why shouldn't I use mysql_* functions in PHP?

          Compiling GNU Global with universal-ctags support Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Data science time! April 2019 and salary with experience The Ask Question Wizard is Live!Tags for Emacs: Relationship between etags, ebrowse, cscope, GNU Global and exuberant ctagsVim and Ctags tips and trickscscope or ctags why choose one over the other?scons and ctagsctags cannot open option file “.ctags”Adding tag scopes in universal-ctagsShould I use Universal-ctags?Universal ctags on WindowsHow do I install GNU Global with universal ctags support using Homebrew?Universal ctags with emacsHow to highlight ctags generated by Universal Ctags in Vim?

          Add ONERROR event to image from jsp tldHow to add an image to a JPanel?Saving image from PHP URLHTML img scalingCheck if an image is loaded (no errors) with jQueryHow to force an <img> to take up width, even if the image is not loadedHow do I populate hidden form field with a value set in Spring ControllerStyling Raw elements Generated from JSP tagds with Jquery MobileLimit resizing of images with explicitly set width and height attributeserror TLD use in a jsp fileJsp tld files cannot be resolved