|
JavaNetDifferences
Differences between Java and .Net versions
Featured IntroductionThere are some minor differences in how the Java and .Net versions and operate with concordion. These are listed below. HTML outputSome HTML output will differ between the .NET and Java versions of the Framework. This is because of differences in how Java and .NET parse XML files. Exception Stack Trace OutputThe stack traces will differ slightly in format from the Java and .NET versions of the framework but this is because of the different way that .NET outputs Exception messages. Run CommandThe run command does not use the system properties like Java does, but instead uses information from the configuration. |
► Sign in to add a comment