Hello! I have very simple comsol application with two input fields. I want to save this data to a .txt file. I have tried to use JFileChooser from javax.swing but in my case comsol has displayed an error:
- Resource specification not allowed here for source level below 1.7*
Question: how to save two field to a txt file?