skip to Main Content

run java between windows and ubuntu

i am running java source code on windows. Now I want it to run on Ubuntu but it doesn't work Below is the bat file on windows: @echo off color 1f title UC C:*****Javajdk1.8.0_121binjava -Xmx512m -Xms256m -Xss256k -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=./oom.hprof -XX:+UnlockExperimentalVMOptions…

VIEW QUESTION

Reinstall postgres cluser in Ubuntu

I seem to have somehow deleted my postgres binaries (ubuntu 22.04). Running sudo apt install postgresql postgresql-contrib reinstalled the binaries for the pg 14 cluster: 18:42 $ pg_lsclusters Ver Cluster Port Status Owner Data directory Log file 12 main 5432…

VIEW QUESTION

Upgrade nodejs in Ubuntu 22 failed

nodejs -v v12.22.9 I tried to upgrade sudo apt remove nodejs sudo apt install nodejs I got error: (Reading database ... 220599 files and directories currently installed.) Preparing to unpack .../nodejs_21.6.1-1nodesource1_amd64.deb ... Unpacking nodejs (21.6.1-1nodesource1) ... dpkg: error processing archive…

VIEW QUESTION
Back To Top
Search