interprolog
Binary name in java program compiled by gcj
Is there any way, from within a Java program compiled by gcj, to find out the name of the executable the user ran to start the program?[详细]
2022-12-21 20:09 分类:问答How to detect and handle HTTP error codes in UIWebView?
I want to inform user when HTTP error 404 etc is received. How can I detect that? I\'ve already tried to implement[详细]
2022-12-20 05:16 分类:问答How to rebuild a BST from a file
My C++ program creates an unbalanced BST from user input, and saves it do disk.It does this by first indexing each node by doing a pre-order traversal and assigning each node a unique number.Next, it[详细]
2022-12-20 00:43 分类:问答Prolog - SWI specifically - where is pl located?
I\'m trying开发者_运维技巧 to set up an environment with interprolog and SWI prolog, interprolog needs the location of swi\'s \"pl\" but i cant find it. All i can find is swipl or plrc and neither wor[详细]
2022-12-19 20:31 分类:问答Java help - StringIndexOutOfBoundsException - String index out of range: -1
I\'m having trouble with some of my code and I really cant trouble shoot this error. I\'m using Interprolog(Java+Prolog) see here[详细]
2022-12-19 20:16 分类:问答Interprolog and SWI-Prolog
I have set up and installed both interprolog and swi prolog on my linux machine following the instructions here :Interprolog with SWI instructions on Linux[详细]
2022-12-19 10:32 分类:问答Prolog - Access Control?
I am currently using interprolog - which is basically java with a prolog backend, allowing both java and prolog calls from each other respectively.[详细]
2022-12-19 08:37 分类:问答