Re: java for arm_v7a

2023-04-23 Thread Sebastian Sumpf
On 4/22/23 11:20, Divya Sharma wrote: Thanks Sebastian, It worked. I am glad it worked and thanks for the feedback! Sebastian DIvya. On Sat, Apr 22, 2023 at 12:38 PM Sebastian Sumpf mailto:sebastian.su...@genode-labs.com>> wrote: Hi Divya, On 4/22/23 07:35, Divya Sharma wrote:

Re: java for arm_v7a

2023-04-22 Thread Divya Sharma
Thanks Sebastian, It worked. DIvya. On Sat, Apr 22, 2023 at 12:38 PM Sebastian Sumpf < sebastian.su...@genode-labs.com> wrote: > Hi Divya, > > On 4/22/23 07:35, Divya Sharma wrote: > > Thanks Sebastain. > > I found the "cryptoPolicyPath" [1] and the .policy file which grants > the > > permissio

Re: java for arm_v7a

2023-04-22 Thread Sebastian Sumpf
Hi Divya, On 4/22/23 07:35, Divya Sharma wrote: Thanks Sebastain. I  found the "cryptoPolicyPath" [1] and the .policy file which grants the permission to use the algorithm. But I could not figure out how to add it in the VFS and boot module as you suggested . So the runtime scenario of java c

Re: java for arm_v7a

2023-04-21 Thread Divya Sharma
Thanks Sebastain. I found the "cryptoPolicyPath" [1] and the .policy file which grants the permission to use the algorithm. But I could not figure out how to add it in the VFS and boot module as you suggested . So the runtime scenario of java can have access to that policy file. Also I tried to a

Re: java for arm_v7a

2023-04-13 Thread Sebastian Sumpf
Hello Divya, On 4/13/23 05:55, Divya Sharma wrote: While using the *javax.crypto.** library in a Java application,I got the following error [1] ,[2]saying that "Can not initialize the cryptographic mechanism". While inspecting the default policies got to know that permissions are already grant

Re: java for arm_v7a

2023-04-12 Thread Divya Sharma
While using the *javax.crypto.** library in a Java application,I got the following error [1] ,[2]saying that "Can not initialize the cryptographic mechanism". While inspecting the default policies got to know that permissions are already granted for all algorithms. We also set those to unlimited in

Re: java for arm_v7a

2023-04-10 Thread Divya Sharma
Thanks, Sebastian issue is resolved. I want to run simple java code using java binary into bash shell. To achieve it I figured out some modification to the separate run script user_shell_dev.run from bash.run script .But those did not work load java vm in shell. While booting in Qemu i got the er

Re: java for arm_v7a

2023-04-10 Thread Sebastian Sumpf
Hello Divya, On 4/8/23 07:45, Divya Sharma wrote: While running the java.run script I got the following error [1]showing out of memory allocation. Kindly suggest the way to remove it rather than build all the required dependencies and packages from scratch. [1]/usr/local/genode/tool/21.05/bi

Re: java for arm_v7a

2023-04-07 Thread Divya Sharma
While running the java.run script I got the following error [1]showing out of memory allocation. Kindly suggest the way to remove it rather than build all the required dependencies and packages from scratch. [1]/usr/local/genode/tool/21.05/bin/../lib/gcc/arm-none-eabi/10.3.0/../../../../arm-none-

Re: java for arm_v7a

2023-04-05 Thread ttcoder
Hello Genodians, I am able to run java.run in virt_qemu-arm_v7a. The output is directed to log [ stdout="/dev/log" ], is there a way to redirect the sdtout to terminal [ stdout="/dev/terminal" ] instead of log? My two cents : the way I do it here is to modify the "config" scenario file

Re: java for arm_v7a

2023-04-05 Thread Devashish Dewangan cs21m017
Hello Genodians, I am able to run java.run in virt_qemu-arm_v7a. The output is directed to log [ stdout="/dev/log" ], is there a way to redirect the sdtout to terminal [ stdout="/dev/terminal" ] instead of log? On Tue, Mar 21, 2023 at 5:16 PM Sebastian Sumpf < sebastian.su...@genode-labs.com> wr

Re: java for arm_v7a

2023-03-21 Thread Sebastian Sumpf
Hi Divya, On 3/21/23 09:02, Divya Sharma wrote: On Tue, Mar 21, 2023 at 12:24 PM Sebastian Sumpf mailto:sebastian.su...@genode-labs.com>> wrote: Hi Divya, On 3/18/23 18:07, Divya Sharma wrote: > Hello Genodians, I am reaching out to you regarding our efforts to build a >

Re: java for arm_v7a

2023-03-21 Thread Divya Sharma
On Tue, Mar 21, 2023 at 12:24 PM Sebastian Sumpf < sebastian.su...@genode-labs.com> wrote: > Hi Divya, > > On 3/18/23 18:07, Divya Sharma wrote: > > Hello Genodians, I am reaching out to you regarding our efforts to build > a > > sculpt image that supports Java on arm v7a. During the compilation >

Re: java for arm_v7a

2023-03-20 Thread Sebastian Sumpf
Hi Divya, On 3/18/23 18:07, Divya Sharma wrote: Hello Genodians, I am reaching out to you regarding our efforts to build a sculpt image that supports Java on arm v7a. During the compilation process, we encountered the following errors: [init] Error: allocation of read-write segment failed [ini

Re: java for arm_v7a

2023-03-18 Thread Divya Sharma
Hello Genodians, I am reaching out to you regarding our efforts to build a sculpt image that supports Java on arm v7a. During the compilation process, we encountered the following errors: [init] Error: allocation of read-write segment failed [init] Error: runtime: out of RAM during ELF loading [i

Re: java for arm_v7a

2023-03-17 Thread Sebastian Sumpf
Hello Devashish, On 3/17/23 07:53, Devashish Dewangan cs21m017 wrote: Dear Genodians, The java.run for arm_v7a script was executed successfully and the log output is attached below. I have java program, // This is a simple Java program. // FileName : "HelloWorld.java". class HelloWorld {

java for arm_v7a

2023-03-16 Thread Devashish Dewangan cs21m017
Dear Genodians, The java.run for arm_v7a script was executed successfully and the log output is attached below. I have java program, // This is a simple Java program. // FileName : "HelloWorld.java". class HelloWorld { // Your program begins with a call to main(). // Prints "Hello, World" t