You are not logged in.
Anyone else running into issues with the Java wrapper section of the i2p build (/etc/profile.d/jre.sh file does not exist)?
I found a reference in the Arch Wiki that the file is no longer provided by any package.
Not sure what should be in the file in order to create it, or if I can point the build script somewhere else.
Last edited by cheqmate (2014-08-20 16:13:27)
Offline
Never mind, I changed the build script to point to /etc/profile.d/jdk.sh
Offline
What the hell is jdk.sh?
% pkgfile /etc/profile.d/jre.sh
extra/java-common
% pkgfile /etc/profile.d/jdk.sh
1
Offline
jdk.sh must have been created when I installed the Oracle JDK and removed all of the open java stuff.
Offline
I would close this topic or mark it as resolved, but the method for doing so is not apparent.
Offline
You edit the first post and do it manually.
Offline
/etc/profile.d/jre.sh and jdk.sh were provided by jre7-openjdk-headless. With latest packages, only jre.sh is provided by java-common, jdk.sh is not provided anymore. You can still use a jdk.sh just like any other profile file, it just won't belong to any package.
Offline