We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c24a56 commit ac9d1b0Copy full SHA for ac9d1b0
src/jdk.incubator.jpackage/linux/native/applauncher/LinuxLauncher.cpp
@@ -44,8 +44,6 @@ size_t hash(const std::string& str) {
44
}
45
46
void launchApp() {
47
- setlocale(LC_ALL, "en_US.utf8");
48
-
49
const tstring launcherPath = SysInfo::getProcessModulePath();
50
51
const Package ownerPackage = Package::findOwnerOfFile(launcherPath);
src/jdk.incubator.jpackage/macosx/native/applauncher/MacLauncher.cpp
@@ -67,7 +67,6 @@ void initJvmLauncher() {
67
68
69
int main(int argc, char *argv[]) {
70
71
if (jvmLauncher) {
72
// This is the call from the thread spawned by JVM.
73
// Skip initialization phase as we have done this already in the first
0 commit comments