Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 209396
Collapse All | Expand All

(-)bin/ktoolbar (-1 / +5 lines)
Lines 1-6 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
2
3
javapathtowtk=`java-config --jdk-home`"/bin/"
3
if [ "`uname -m`" = "x86_64" ]; then
4
	javapathtowtk=`java-config --select-vm=emul-linux-x86-java --jdk-home`"/bin/"
5
else
6
	javapathtowtk=`java-config --jdk-home`"/bin/"
7
fi
4
8
5
PRG=$0
9
PRG=$0
6
10
(-)bin/prefs (-1 / +5 lines)
Lines 1-6 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
2
3
javapathtowtk=`java-config --jdk-home`"/bin/"
3
if [ "`uname -m`" = "x86_64" ]; then
4
	javapathtowtk=`java-config --select-vm=emul-linux-x86-java --jdk-home`"/bin/"
5
else
6
	javapathtowtk=`java-config --jdk-home`"/bin/"
7
fi
4
8
5
PRG=$0
9
PRG=$0
(-)bin/utils (-1 / +5 lines)
Lines 1-6 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
2
3
javapathtowtk=`java-config --jdk-home`"/bin/"
3
if [ "`uname -m`" = "x86_64" ]; then
4
	javapathtowtk=`java-config --select-vm=emul-linux-x86-java --jdk-home`"/bin/"
5
else
6
	javapathtowtk=`java-config --jdk-home`"/bin/"
7
fi
4
8
5
PRG=$0
9
PRG=$0
(-)bin/wscompile (-1 / +5 lines)
Lines 1-6 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
2
3
javapathtowtk=`java-config --jdk-home`"/bin/"
3
if [ "`uname -m`" = "x86_64" ]; then
4
	javapathtowtk=`java-config --select-vm=emul-linux-x86-java --jdk-home`"/bin/"
5
else
6
	javapathtowtk=`java-config --jdk-home`"/bin/"
7
fi
4
8
5
PRG=$0
9
PRG=$0
6
10
(-)bin/mekeytool (-1 / +5 lines)
Lines 1-6 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
2
3
javapathtowtk=`java-config --jdk-home`"/bin/"
3
if [ "`uname -m`" = "x86_64" ]; then
4
	javapathtowtk=`java-config --select-vm=emul-linux-x86-java --jdk-home`"/bin/"
5
else
6
	javapathtowtk=`java-config --jdk-home`"/bin/"
7
fi
4
8
5
PRG=$0
9
PRG=$0
6
10
(-)bin/emulator (-1 / +5 lines)
Lines 1-6 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
2
3
javapathtowtk=`java-config --jdk-home`"/bin/"
3
if [ "`uname -m`" = "x86_64" ]; then
4
	javapathtowtk=`java-config --select-vm=emul-linux-x86-java --jdk-home`"/bin/"
5
else
6
	javapathtowtk=`java-config --jdk-home`"/bin/"
7
fi
4
8
5
PRG=$0
9
PRG=$0
6
10
(-)bin/defaultdevice (-1 / +5 lines)
Lines 1-6 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
2
3
javapathtowtk=`java-config --jdk-home`"/bin/"
3
if [ "`uname -m`" = "x86_64" ]; then
4
	javapathtowtk=`java-config --select-vm=emul-linux-x86-java --jdk-home`"/bin/"
5
else
6
	javapathtowtk=`java-config --jdk-home`"/bin/"
7
fi
4
8
5
PRG=$0
9
PRG=$0
6
10

Return to bug 209396