1 <?xml version="1.0"?> 2<faqs title="JLine FAQ"> 3 <part id="general"> 4 <faq> 5 <question>How does JLine work?</question> 6 <answer> 7 <p> 8 On Windows, JLine uses a native .dll (which it automatically 9 extracts from the jline jar and loads at runtime) to access 10 native console features. On UNIX systems, JLine will perform 11 the necessary terminal setup by launching the "stty" command. 12 </p> 13 </answer> 14 </faq> 15 <faq> 16 <question>What platforms has JLine been tested on?</question> 17 <answer> 18 <p> 19 Various flavors of Windows (95, 98, NT, XP, 2000), Mac OS X, 20 and multiple UNIX systems (Linux, Solaris, HPUX). 21 </p> 22 </answer> 23 </faq> 24 25 </part> 26</faqs> 27