Lazarus, Component WebXLSX1 not work

Debian 64
Lazarus and fpc
TMS WEB Core v2.0.0.0

When i put the component on the WebXLSX1 form, the form doesn't load anymore.

Maybe this also leads to problems

/Bin/Linux64
libpas2js.so
Miletus
TMSWebCompiler

The following is missing:
pas2js
pas2js.cfg
compileserver_linux_x86_64
(this is necessary to make it work in linux)

root user
./TMSWebCompiler: Permission denied
the previous version works fine which I compiled with

I used pas2js
https://downloads.freepascal.org/fpc/contrib/pas2js/2.2.0/

  1. Please stick to compiler we deliver with the TMS WEB Core distribution. This is the one we test with and this is the one we support. You are free to use it, but we cannot provide technical support for it.
  2. Add in your project a reference to the Excel library
    <script src="https://download.tmssoftware.com/tmsweb/exceljs/exceljs.min.js" type="text/javascript"></script>

Please send me the one that can work.
for linux i need pas2js which you didn't send

Also send me TMSWebCompiler that can work on linux

Our installer should have extracted all binaries under \bin folder

/Bin/Linux64
libpas2js.so
Miletus
TMSWebCompiler
you only have this
TMSWebCompiler has a problem

To compile TMS WEB Core apps, TMSWebCompiler is what you need.

it doesn't work on linux

There is no Free Pascal Compiler (e.g. fpc or ppc) configured in the project options. Codetools will not work properly.
Compiler: "/....../Compiler/pas2js": file not found

Maybe we didn't understand each other:
TMS WEB Core 2 :
TMSWebCompiler
root user
./TMSWebCompiler: Permission denied
the previous version works fine which I compiled with

pas2js
If there is no pas2js I get an error:
There is no Free Pascal Compiler (e.g. fpc or ppc) configured in the project options. Codetools will not work properly.
Compiler: "/....../Compiler/pas2js": file not found

Now i am working with old version TMSWebCompiler
and https://downloads.freepascal.org/fpc/contrib/pas2js/2.2.0/pas2js-linux-2.2.0.zip

Please send me this for linux, so I can work with your version
(TMSWebCompiler, pas2js)

On linux, I renamed pas2js.exe to pas2js and then the compiler worked.

I created an empty file named pas2js and then the compiler worked.

TMSWebCompiler I managed to get it to run
but i have another problem which i reported