<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Java class starten ohne Erfolg]]></title><description><![CDATA[<p>Hallo zusammen,</p>
<pre><code>#include &lt;cstdlib&gt;

int main()
{     
  system(&quot;java start&quot;);
  system(&quot;PAUSE&quot;);
  return 0;
}
</code></pre>
<p>damit will ich eine class datei öffnen die ich in java geschrieben habe. Das Problem ist nur, das sie manchmal startet und manchmal nicht. kann mir jemand helfen.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/184627/java-class-starten-ohne-erfolg</link><generator>RSS for Node</generator><lastBuildDate>Wed, 23 Sep 2026 20:19:10 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/184627.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 17 Jun 2007 14:51:53 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Java class starten ohne Erfolg on Sun, 17 Jun 2007 14:51:53 GMT]]></title><description><![CDATA[<p>Hallo zusammen,</p>
<pre><code>#include &lt;cstdlib&gt;

int main()
{     
  system(&quot;java start&quot;);
  system(&quot;PAUSE&quot;);
  return 0;
}
</code></pre>
<p>damit will ich eine class datei öffnen die ich in java geschrieben habe. Das Problem ist nur, das sie manchmal startet und manchmal nicht. kann mir jemand helfen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1307753</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1307753</guid><dc:creator><![CDATA[Rollo der Wikinger]]></dc:creator><pubDate>Sun, 17 Jun 2007 14:51:53 GMT</pubDate></item><item><title><![CDATA[Reply to Java class starten ohne Erfolg on Sun, 17 Jun 2007 14:57:22 GMT]]></title><description><![CDATA[<p>schau mal nach WinExec und ShellExecute, system Aufrufe sind denkbar schlecht.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1307761</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1307761</guid><dc:creator><![CDATA[Checker*amp*Murckser]]></dc:creator><pubDate>Sun, 17 Jun 2007 14:57:22 GMT</pubDate></item><item><title><![CDATA[Reply to Java class starten ohne Erfolg on Sun, 17 Jun 2007 16:34:12 GMT]]></title><description><![CDATA[<p>hmm, klar ist es denkbar schlecht, aber wie soll es denn mit shellexecute klappen? hab da jetzt grad nicht so den durchblick. shellexecute ist in der windows.h oder? und dann muss ich irgendwie erst die jvm starten und dann die class datei die geöffnet werden soll übergeben oder?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1307850</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1307850</guid><dc:creator><![CDATA[Rollo der Wikinger]]></dc:creator><pubDate>Sun, 17 Jun 2007 16:34:12 GMT</pubDate></item></channel></rss>