|
Subject:
|
Compiling JAVA code in .NET?
|
|
Posted By:
|
sivavenugopal
|
Post Date:
|
1/24/2007 12:35:16 AM
|
Hi,
How can i compile java source code from C#.I should not use any .java file for compilation. Just i am writing java code in text area and whenever i click compile button, it need to compile from c# and if any errors it need show.Here i should not use VJ# compiler also.
SivaVenuGopal
|
|
Reply By:
|
dparsons
|
Reply Date:
|
1/24/2007 12:52:02 AM
|
uhh, while syntactically similar, I don't think you can use the C# compiler to compile Java code. Someone else on the board may have an idea, but I dont think this is possible. (I would think, at the point that the C# compiler complied correctly, you would be writing C# not java)
=========================================================== I will only tell you how to do it, not do it for you. Unless, of course, you want to hire me to do work for you. =========================================================== Read this if you want to know how to get a correct reply for your question: http://www.catb.org/~esr/faqs/smart-questions.html ^^Took that from planoie's profile^^ ^^Modified text taken from gbianchi profile^^ ===========================================================
|