resttemplate and webclient are deprecated.
resttemplate and webclient are deprecated.
PATH=”$PATH:/home/mintozzy/.dotnet/:/home/mintozzy/.local/bin”
export PATH
export DOTNET_ROOT=~/.dotnet
DOTNET_ROOT required for finding .NET runtime.
since 2006 I am using eclipse on and off, I am using intellij more in work but I dont have license for home so I decided to check eclipse back. I am trying to write some aspectj and installed the editor to latest eclipse and exception is
“AJCompilationUnit tried to access private field org.eclipse.jdt.internal.core.JavaElement.parent (org.eclipse.ajdt.core.javaelements.AJCompilationUnit is in unnamed module of loader “
decided to get latest from https://github.com/eclipse/org.aspectj/blob/master/docs/developer/IDE.md#eclipse
and finally aj editor works
FFar more better then installing oracle in your local 🙂
getting error below,
Driver oracle.jdbc.OracleDriver claims to not accept jdbcUrl, jdbc:h2:mem:testdb;Mode=Oracle
bash
below how the dashboard looks
minikube how to see service url “minikube service app-version-checker –url”
took me 1 month to find a decent electrician in Glasgow and this morning they came 3 guys 🙂 I had only 3 light switches problem, I think one guy was like trainer and other 2 were interns 🙂 anyway they worked 20 minutes and find out my problem is about old fueses. I did not know I have new fuses for heaters and old fuses for other appliences.
anyway he wired the old fuse and switches started working. now waiting for bill. he said next week they can replace this old box and do the ICR test. probably that will take 600. and today bill I am expecting 80. being a electrician in glasgow is very good job, they are hard to find.
first install all requirements
gu install nodejs
gu install native-image
gu rebuild-images libpolyglot
then run
node –native –polyglot -e ‘var array = Polyglot.eval(“ruby”, “[1,2,42,4]”); console.log(array[2]);’
https://www.graalvm.org/22.2/reference-manual/js/NodeJS/