Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Compiling C# to Java
Name: josephdaniel Date: June 4, 2007 at 09:39:39 Pacific OS: Windows XP CPU/Ram: P4 / 1.4 Ghz / 256 Ram Product: N/A
Comment:
Hi,
I've heard about this for so long but I can't find a program to do it. I need a C# to Java Compiler to be able to run my C# windows applications on Java VM without the need for .Net Framework.
Name: bismarkcount Date: June 4, 2007 at 14:14:19 Pacific
Reply:
There's an open source project called "the mono project" which is in basically about running .NET applications in UNIX or Linux, not necesarily JVM, but Mono provides the environment to develop and run .NET applications without the need of .NET Framework
Summary: hi. i want to rewrite a softwaretool written in borland C++ (350 hours to program) to java. I want it to be able to use under SAP R/3. How long would it take to rewrite in java? thanks and kind regard...
Summary: hi i am not able to compile my C/C++ program in edit plus. i use turbo c compiler. usually i run my program in DOS mode. but today, i downloaded editplus and set the compilers path according to edit...
Summary: The saying is because C++ needs to be compiled for specific platforms where Java run on a virtual machine. 1) C, C++ compiles into machine code (fast)which the OS "operating system" can use directly....