Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
nibor48775yThat's nothing, the SLA for our IT department to grant local admin rights to developer machines is 5 days. Guess who spent a week doing sfa when my laptop needed rebuilding
-
Don't most IDEs include their own JDK anyway?
I don't know when the last time was, I needed to install the JDK alongside Eclipse in a company.
Jetbrains should have that, too. -
@Tagman May be possible. I'm only guessing that since there is a packet called IntellijJDK (or JetbrainsJDK) in the AUR (Linux).
-
swablu2135yYou can install a portable open jdk or even use 7zip to extract the official jdk from exe (without admin rights obviously)
https://stackoverflow.com/questions... -
@AI-Overlord https://aur.archlinux.org/packages/...
Look at the upstream repo. Seems to be legit from them.
But it's probably not included. There you're right. -
Tagman565y@evilian i wish i could :/
It's an utility program that uses a java library to trigger queries for our current vcs.
My boss would not allow me, cause "we've done the rest of these utilities in java, not gonna change it." -
Tagman565y@swablu I used the java server jdk in the end. It's called an JRE at the download page but includes javac.
Got it from here https://stackoverflow.com/a/...
Related Rants
How to block productivity:
I am currently a working student at a huge corporation and tasked to write some smallish java applications. Nothing unusual.
To actually be able to write and compile java programs I need a JDK.
Except that the last corporate update for java removed my jdk and left me with only a jre. It so happened that my admin rights ran out.
To be able to install a new jdk, I need elevated rights, which I need to request. The fucking problem is nobody of my department, who I could talk to, is here or online to accept the request.
Guess who is now sitting in front of his dysfunctional dev environment :/
rant
lift me up
admin hell
devops