-
I thought I'd compile J, but while I can compile jconsole fine, I ran into a problem when trying to compile libj. I did manage to compile some files, but I'll include some pertinent information here:
…
-
Version: J902 beta, J901, J807. Tested in 64-bit J on Windows, but may be in 32-bit.
Possibly related to
https://code.jsoftware.com/wiki/Guides/DLLs/Calling_DLLs#J807_Incompatibilities
### Steps …
-
ATM we're using `j901-beta-d`, any attempt to use the next one `j901-release-a1` or ideally `j901-release-f ` results in:
```
In file included from aes-ni.c:4:
aes-ni.c: In function 'aes_key_setu…
-
There seems to be an IDE located at `jsource/jlibrary/addons/ide/jhs`. I spent a couple minutes trying to figure out how to build but to no avail. If someone wants to investigate that would be great.
-
Hello!
I am a new user, and hope that this is the correct repository to report the following issue. Also, since I am new, please let me know if I am doing something wrong.
The problem I encounte…
-
When I press "x:" on the *JKeyboard*, "u:" is output.
https://github.com/jsoftware/jandroid/blob/8b5f00e9bff7dc39be22f3684a2c9586fa142ffd/res/xml/jsym2.xml#L56
Isn't `-1130` an error of `-1131`?
-
I am using AUR package to build J9 from Git: https://aur.archlinux.org/packages/j9-git
I can see it builds and installs without errors, but when I start `jconsole` it terminates with `Illegal instruc…
-
J becomes unresponsive if asked to find the nub of an array containing Indeterminate with tolerant comparison:
```j
JVERSION
Engine: j902/j64avx2/linux
Beta-b: commercial/2020-06-22T10:06:54
L…
-
Jconsole is also some Java thing, the run script should check it's the correct one before running.
-
```c
typedef unsigned char UC;
union {
…