| Summary: | the compiler error | ||
|---|---|---|---|
| Product: | JacORB | Reporter: | lixiaohua <lxhjw2000> |
| Component: | IDL compiler | Assignee: | Gerald Brose <gerald.brose> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | major | ||
| Priority: | P2 | ||
| Version: | 2.2.2 | ||
| Hardware: | PC | ||
| OS: | Windows 2000 | ||
| Attachments: | this is a sample idl file | ||
Created attachment 170 [details]
this is a sample idl file
I hope to receive your view about the bug |
when i compile the idl file with your IDL compiler (idl.bat) ,the RuntimeException is occured.But when i compile it with the idl-to-java compiler(idlj.exe) ,it can be compiled normally. the idl file is : module demo{ interface top{ const string Class="top"; }; interface subnetwork : top{ const string Class="subnetwork"; }; };