Journal of Korea Multimedia Society (한국멀티미디어학회논문지)
- Volume 7 Issue 7
- /
- Pages.976-984
- /
- 2004
- /
- 1229-7771(pISSN)
- /
- 2384-0102(eISSN)
Design and Implementation of the MSIL-to-Bytecode Translator to Execute .NET Programs in JVM Platform
JVM 플랫폼에서 .NET 프로그램을 실행하기 위한 MSIL-to-Bytecode 번역기의 설계 및 구현
- Published : 2004.07.01
Abstract
C# and .NET platform in Microsoft Corp. has been developed to meet the needs of programmers, and cope with Java and JVM platform of Sun Microsystems. After compiling, a program written in .NET language is converted to MSIL code, and also executed by .NET platform but not in JVM platform. Java, one of the most widely used programming languages recently, is the language invented by James Gosling at Sun Microsystems, which is the next generation language independent of operating systems and hardware platforms. Java source code is compiled into bytecode as intermediate code independent of each platform by compiler, and also executed by JVM. This paper presents the MSIL-to-Bytecode intermediate language translator which enables the execution of the program written in .NET language such as C or C# in JVM(Java Virtual Machine) environment, translating MSIL code produced by compiling .NET program into java bytecode. This work provides an environment for programmers to develop application programs without limitations of programming languages.