Hello everyone! Do you know where I can find offline docs? Flux is not working properly.
C:\Users\siloam\Downloads\fantom-1.0.70\fantom-1.0.70\bin>flux fandoc://docLang Nie można odnaleźć określonego pliku. sys::Err: java.lang.NoClassDefFoundError: org/eclipse/swt/widgets/Widget
If you download the zip, you can run this command to generate offline docs:
fan compilerDoc -all
Regarding your specific problem, that requires installing the proper swt jar file. See docTools::Setup#swt
siloamTue 2 Jan 2018
Thanks, it works like a charm!
SlimerDudeTue 2 Jan 2018
Hi Siloam,
Good to hear you're all set up!
Flux is not working properly.
For future visitors, detailed instructions on installing the correct SWT jar files (complete with direct download links) can be found in FWT on 64-Bit Platforms
When you have flux working, you can also use the afExplorer app to view Fantom documentation offline. Install with:
siloam Tue 2 Jan 2018
Hello everyone! Do you know where I can find offline docs? Flux is not working properly.
C:\Users\siloam\Downloads\fantom-1.0.70\fantom-1.0.70\bin>flux fandoc://docLang Nie można odnaleźć określonego pliku. sys::Err: java.lang.NoClassDefFoundError: org/eclipse/swt/widgets/Widget
Windows 10(x64), Java 1.8
Best regards!
brian Tue 2 Jan 2018
If you download the zip, you can run this command to generate offline docs:
Regarding your specific problem, that requires installing the proper swt jar file. See docTools::Setup#swt
siloam Tue 2 Jan 2018
Thanks, it works like a charm!
SlimerDude Tue 2 Jan 2018
Hi Siloam,
Good to hear you're all set up!
For future visitors, detailed instructions on installing the correct SWT jar files (complete with direct download links) can be found in FWT on 64-Bit Platforms
When you have flux working, you can also use the afExplorer app to view Fantom documentation offline. Install with:
Start with:
And press
F1
to being up the Fandoc index. See Fandoc Viewer for details.Happy reading!