I've recently been experimenting with setting up the office with a Linux based PC and just installed SetupTL5.exe under the MEPIS distro using CrossOver. After chasing missing icons I found that there were plain .jar files that could be run straight from Linux. I did so, using the command from TL5.bat, and the editor popped up just fine.
Sadly, apon trying to load an example PLC program it would fail saying it couldn't find the file.
However, I can make a new program and save and reload it in the examples directory so there must be a file format problem (eg: CR/LF vs LF only).
Also, it's getting tons of font errors listed via stdout/stderr which, not surprisingly, causes much lose of info in the rendering of the editor.
I suspect there is not much stopping this.
I tried running the server using "java -DSERIAL_PORT_LIST=/dev/ttyS0 -jar TLServer21.jar" but it was less succesfull complaining that:
java.lang.UnsatisfiedLinkError: SerOpenPort
at Serialio.SerialPortLocal.SerOpenPort(Native Method)
at Serialio.SerialPortLocal.open(Unknown Source)
at Serialio.SerialPortLocal.<init>(Unknown Source)
at b.f.a(Unknown Source)
at b.f.new(Unknown Source)
Anyone in the development team been experimenting?
Evan