Jump to content

An internal error occurred during: "Launching Client". null argument:


hetsunami

Recommended Posts

We can’t help without your code and logs. Please post your logs in a spoiler or using PasteBin or GitHub Gist and your code as a GitHub repository

About Me

Spoiler

My Discord - Cadiboo#8887

My WebsiteCadiboo.github.io

My ModsCadiboo.github.io/projects

My TutorialsCadiboo.github.io/tutorials

Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support.

When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible.

Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org

Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)

Link to comment
Share on other sites

Sorry i found the log. here it is friend

 

Part I'm worried about

Spoiler

org.eclipse.core.runtime.AssertionFailedException: null argument:
    at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:88)
    at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:76)
    at org.eclipse.jdt.internal.launching.ClasspathShortener.<init>(ClasspathShortener.java:94)
    at org.eclipse.jdt.internal.launching.ClasspathShortener.<init>(ClasspathShortener.java:89)
    at org.eclipse.jdt.internal.launching.StandardVMRunner.getCommandLine(StandardVMRunner.java:468)
    at org.eclipse.jdt.internal.launching.StandardVMRunner.run(StandardVMRunner.java:488)
    at org.eclipse.jdt.launching.JavaLaunchDelegate.launch(JavaLaunchDelegate.java:159)
    at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:862)
    at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:720)
    at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:1029)
    at org.eclipse.debug.internal.ui.DebugUIPlugin$2.run(DebugUIPlugin.java:1243)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)

 

 

Full log

Spoiler

!SESSION 2018-12-08 14:35:26.335 -----------------------------------------------
eclipse.buildId=4.9.0.I20180906-0745
java.version=1.8.0_191
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.java.product
Command-line arguments:  -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.java.product

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:35:36.030
!MESSAGE Process returned with error code "1".
Command line arguments: C:\Program Files\Java\jre1.8.0_191\bin\javaw.exe -Xmx16m -classpath C:\Users\andre\eclipse\java-2018-09\eclipse\configuration\org.eclipse.osgi\237\0\.cp\lib\launchingsupport.jar org.eclipse.jdt.internal.launching.support.LibraryDetector
Output: Standard output:
Error occurred during initialization of VM
Initial heap size set to a larger value than the maximum heap size

Standard error:
Picked up _JAVA_OPTIONS: -Xms512M

!STACK 0
java.lang.IllegalStateException: Process returned with error code "1".
Command line arguments: C:\Program Files\Java\jre1.8.0_191\bin\javaw.exe -Xmx16m -classpath C:\Users\andre\eclipse\java-2018-09\eclipse\configuration\org.eclipse.osgi\237\0\.cp\lib\launchingsupport.jar org.eclipse.jdt.internal.launching.support.LibraryDetector
Output: Standard output:
Error occurred during initialization of VM
Initial heap size set to a larger value than the maximum heap size

Standard error:
Picked up _JAVA_OPTIONS: -Xms512M

    at org.eclipse.jdt.internal.launching.StandardVMType.checkProcessResult(StandardVMType.java:880)
    at org.eclipse.jdt.internal.launching.StandardVMType.generateLibraryInfo(StandardVMType.java:708)
    at org.eclipse.jdt.internal.launching.StandardVMType.getLibraryInfo(StandardVMType.java:224)
    at org.eclipse.jdt.internal.launching.StandardVMType.getDefaultLibraryLocations(StandardVMType.java:441)
    at org.eclipse.jdt.internal.launching.StandardVMType.canDetectDefaultSystemLibraries(StandardVMType.java:251)
    at org.eclipse.jdt.internal.launching.StandardVMType.getJavaHomeLocation(StandardVMType.java:324)
    at org.eclipse.jdt.internal.launching.StandardVMType.detectInstallLocation(StandardVMType.java:278)
    at org.eclipse.jdt.launching.JavaRuntime.detectEclipseRuntime(JavaRuntime.java:2216)
    at org.eclipse.jdt.launching.JavaRuntime.initializeVMs(JavaRuntime.java:3183)
    at org.eclipse.jdt.launching.JavaRuntime.getVMInstallTypes(JavaRuntime.java:575)
    at org.eclipse.jdt.internal.launching.environments.EnvironmentsManager.initializeCompatibilities(EnvironmentsManager.java:279)
    at org.eclipse.jdt.internal.launching.environments.ExecutionEnvironment.init(ExecutionEnvironment.java:185)
    at org.eclipse.jdt.internal.launching.environments.ExecutionEnvironment.getDefaultVM(ExecutionEnvironment.java:227)
    at org.eclipse.jdt.internal.launching.JREContainerInitializer.resolveVM(JREContainerInitializer.java:179)
    at org.eclipse.jdt.internal.launching.JREContainerInitializer.resolveVM(JREContainerInitializer.java:146)
    at org.eclipse.jdt.internal.launching.JREContainerInitializer.initialize(JREContainerInitializer.java:63)
    at org.eclipse.jdt.internal.core.JavaModelManager.initializeContainer(JavaModelManager.java:3211)
    at org.eclipse.jdt.internal.core.JavaModelManager.getClasspathContainer(JavaModelManager.java:2133)
    at org.eclipse.jdt.core.JavaCore.getClasspathContainer(JavaCore.java:3622)
    at org.eclipse.jdt.internal.core.JavaProject.resolveClasspath(JavaProject.java:3147)
    at org.eclipse.jdt.internal.core.JavaProject.resolveClasspath(JavaProject.java:3311)
    at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:2388)
    at org.eclipse.jdt.internal.core.ExternalFoldersManager.refreshReferences(ExternalFoldersManager.java:411)
    at org.eclipse.jdt.internal.core.DeltaProcessor.resourceChanged(DeltaProcessor.java:2074)
    at org.eclipse.jdt.internal.core.DeltaProcessingState.resourceChanged(DeltaProcessingState.java:477)
    at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:300)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
    at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:290)
    at org.eclipse.core.internal.events.NotificationManager.handleEvent(NotificationManager.java:272)
    at org.eclipse.core.internal.resources.Workspace.broadcastEvent(Workspace.java:374)
    at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1549)
    at org.eclipse.core.internal.refresh.RefreshJob.runInWorkspace(RefreshJob.java:166)
    at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:42)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:35:36.068
!MESSAGE Failed to retrieve default libraries for C:\Program Files\Java\jre1.8.0_191

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:35:36.168
!MESSAGE Process returned with error code "1".
Command line arguments: C:\Program Files\Java\jre1.8.0_191\bin\javaw.exe -Xmx16m -classpath C:\Users\andre\eclipse\java-2018-09\eclipse\configuration\org.eclipse.osgi\237\0\.cp\lib\launchingsupport.jar org.eclipse.jdt.internal.launching.support.LibraryDetector
Output: Standard output:
Error occurred during initialization of VM
Initial heap size set to a larger value than the maximum heap size

Standard error:
Picked up _JAVA_OPTIONS: -Xms512M

!STACK 0
java.lang.IllegalStateException: Process returned with error code "1".
Command line arguments: C:\Program Files\Java\jre1.8.0_191\bin\javaw.exe -Xmx16m -classpath C:\Users\andre\eclipse\java-2018-09\eclipse\configuration\org.eclipse.osgi\237\0\.cp\lib\launchingsupport.jar org.eclipse.jdt.internal.launching.support.LibraryDetector
Output: Standard output:
Error occurred during initialization of VM
Initial heap size set to a larger value than the maximum heap size

Standard error:
Picked up _JAVA_OPTIONS: -Xms512M

    at org.eclipse.jdt.internal.launching.StandardVMType.checkProcessResult(StandardVMType.java:880)
    at org.eclipse.jdt.internal.launching.StandardVMType.generateLibraryInfo(StandardVMType.java:708)
    at org.eclipse.jdt.internal.launching.StandardVMType.getLibraryInfo(StandardVMType.java:227)
    at org.eclipse.jdt.internal.launching.StandardVMType.getDefaultLibraryLocations(StandardVMType.java:441)
    at org.eclipse.jdt.internal.launching.StandardVMType.canDetectDefaultSystemLibraries(StandardVMType.java:251)
    at org.eclipse.jdt.internal.launching.StandardVMType.getJavaHomeLocation(StandardVMType.java:324)
    at org.eclipse.jdt.internal.launching.StandardVMType.detectInstallLocation(StandardVMType.java:278)
    at org.eclipse.jdt.launching.JavaRuntime.detectEclipseRuntime(JavaRuntime.java:2216)
    at org.eclipse.jdt.launching.JavaRuntime.initializeVMs(JavaRuntime.java:3183)
    at org.eclipse.jdt.launching.JavaRuntime.getVMInstallTypes(JavaRuntime.java:575)
    at org.eclipse.jdt.internal.launching.environments.EnvironmentsManager.initializeCompatibilities(EnvironmentsManager.java:279)
    at org.eclipse.jdt.internal.launching.environments.ExecutionEnvironment.init(ExecutionEnvironment.java:185)
    at org.eclipse.jdt.internal.launching.environments.ExecutionEnvironment.getDefaultVM(ExecutionEnvironment.java:227)
    at org.eclipse.jdt.internal.launching.JREContainerInitializer.resolveVM(JREContainerInitializer.java:179)
    at org.eclipse.jdt.internal.launching.JREContainerInitializer.resolveVM(JREContainerInitializer.java:146)
    at org.eclipse.jdt.internal.launching.JREContainerInitializer.initialize(JREContainerInitializer.java:63)
    at org.eclipse.jdt.internal.core.JavaModelManager.initializeContainer(JavaModelManager.java:3211)
    at org.eclipse.jdt.internal.core.JavaModelManager.getClasspathContainer(JavaModelManager.java:2133)
    at org.eclipse.jdt.core.JavaCore.getClasspathContainer(JavaCore.java:3622)
    at org.eclipse.jdt.internal.core.JavaProject.resolveClasspath(JavaProject.java:3147)
    at org.eclipse.jdt.internal.core.JavaProject.resolveClasspath(JavaProject.java:3311)
    at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:2388)
    at org.eclipse.jdt.internal.core.ExternalFoldersManager.refreshReferences(ExternalFoldersManager.java:411)
    at org.eclipse.jdt.internal.core.DeltaProcessor.resourceChanged(DeltaProcessor.java:2074)
    at org.eclipse.jdt.internal.core.DeltaProcessingState.resourceChanged(DeltaProcessingState.java:477)
    at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:300)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
    at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:290)
    at org.eclipse.core.internal.events.NotificationManager.handleEvent(NotificationManager.java:272)
    at org.eclipse.core.internal.resources.Workspace.broadcastEvent(Workspace.java:374)
    at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1549)
    at org.eclipse.core.internal.refresh.RefreshJob.runInWorkspace(RefreshJob.java:166)
    at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:42)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:35:36.183
!MESSAGE Failed to retrieve default libraries for C:\Program Files\Java\jre1.8.0_191

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:35:36.214
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:35:36.228
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:35:36.240
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.core.resources 4 2 2018-12-08 14:35:36.251
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.resources".
!STACK 0
org.eclipse.core.runtime.AssertionFailedException: null argument:
    at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:88)
    at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:76)
    at org.eclipse.jdt.internal.launching.ClasspathShortener.<init>(ClasspathShortener.java:94)
    at org.eclipse.jdt.internal.launching.ClasspathShortener.<init>(ClasspathShortener.java:89)
    at org.eclipse.jdt.internal.launching.StandardVMRunner.getCommandLine(StandardVMRunner.java:468)
    at org.eclipse.jdt.internal.launching.StandardVMRunner.run(StandardVMRunner.java:488)
    at org.eclipse.jdt.launching.AbstractVMInstall.evaluateSystemProperties(AbstractVMInstall.java:398)
    at org.eclipse.jdt.internal.launching.environments.ExecutionEnvironmentAnalyzer.isFoundation1_0(ExecutionEnvironmentAnalyzer.java:173)
    at org.eclipse.jdt.internal.launching.environments.ExecutionEnvironmentAnalyzer.analyze(ExecutionEnvironmentAnalyzer.java:105)
    at org.eclipse.jdt.internal.launching.environments.Analyzer.analyze(Analyzer.java:44)
    at org.eclipse.jdt.internal.launching.environments.EnvironmentsManager.analyze(EnvironmentsManager.java:382)
    at org.eclipse.jdt.internal.launching.environments.EnvironmentsManager.vmAdded(EnvironmentsManager.java:424)
    at org.eclipse.jdt.launching.JavaRuntime.fireVMAdded(JavaRuntime.java:2877)
    at org.eclipse.jdt.launching.JavaRuntime.initializeVMs(JavaRuntime.java:3249)
    at org.eclipse.jdt.launching.JavaRuntime.getVMInstallTypes(JavaRuntime.java:575)
    at org.eclipse.jdt.internal.launching.environments.EnvironmentsManager.initializeCompatibilities(EnvironmentsManager.java:279)
    at org.eclipse.jdt.internal.launching.environments.ExecutionEnvironment.init(ExecutionEnvironment.java:185)
    at org.eclipse.jdt.internal.launching.environments.ExecutionEnvironment.getDefaultVM(ExecutionEnvironment.java:227)
    at org.eclipse.jdt.internal.launching.JREContainerInitializer.resolveVM(JREContainerInitializer.java:179)
    at org.eclipse.jdt.internal.launching.JREContainerInitializer.resolveVM(JREContainerInitializer.java:146)
    at org.eclipse.jdt.internal.launching.JREContainerInitializer.initialize(JREContainerInitializer.java:63)
    at org.eclipse.jdt.internal.core.JavaModelManager.initializeContainer(JavaModelManager.java:3211)
    at org.eclipse.jdt.internal.core.JavaModelManager.getClasspathContainer(JavaModelManager.java:2133)
    at org.eclipse.jdt.core.JavaCore.getClasspathContainer(JavaCore.java:3622)
    at org.eclipse.jdt.internal.core.JavaProject.resolveClasspath(JavaProject.java:3147)
    at org.eclipse.jdt.internal.core.JavaProject.resolveClasspath(JavaProject.java:3311)
    at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:2388)
    at org.eclipse.jdt.internal.core.ExternalFoldersManager.refreshReferences(ExternalFoldersManager.java:411)
    at org.eclipse.jdt.internal.core.DeltaProcessor.resourceChanged(DeltaProcessor.java:2074)
    at org.eclipse.jdt.internal.core.DeltaProcessingState.resourceChanged(DeltaProcessingState.java:477)
    at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:300)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
    at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:290)
    at org.eclipse.core.internal.events.NotificationManager.handleEvent(NotificationManager.java:272)
    at org.eclipse.core.internal.resources.Workspace.broadcastEvent(Workspace.java:374)
    at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1549)
    at org.eclipse.core.internal.refresh.RefreshJob.runInWorkspace(RefreshJob.java:166)
    at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:42)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:35:36.443
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:35:36.454
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:35:36.464
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.egit.ui 2 0 2018-12-08 14:35:36.474
!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git
user global configuration and to define the default location to store repositories: 'C:\Users\andre'. If this is
not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and
EGit might behave differently since they see different configuration options.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.

!ENTRY org.eclipse.core.resources 4 2 2018-12-08 14:35:36.485
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.resources".
!STACK 0
org.eclipse.core.runtime.AssertionFailedException: null argument:
    at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:88)
    at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:76)
    at org.eclipse.jdt.internal.launching.ClasspathShortener.<init>(ClasspathShortener.java:94)
    at org.eclipse.jdt.internal.launching.ClasspathShortener.<init>(ClasspathShortener.java:89)
    at org.eclipse.jdt.internal.launching.StandardVMRunner.getCommandLine(StandardVMRunner.java:468)
    at org.eclipse.jdt.internal.launching.StandardVMRunner.run(StandardVMRunner.java:488)
    at org.eclipse.jdt.launching.AbstractVMInstall.evaluateSystemProperties(AbstractVMInstall.java:398)
    at org.eclipse.jdt.internal.launching.environments.ExecutionEnvironmentAnalyzer.isFoundation1_0(ExecutionEnvironmentAnalyzer.java:173)
    at org.eclipse.jdt.internal.launching.environments.ExecutionEnvironmentAnalyzer.analyze(ExecutionEnvironmentAnalyzer.java:105)
    at org.eclipse.jdt.internal.launching.environments.Analyzer.analyze(Analyzer.java:44)
    at org.eclipse.jdt.internal.launching.environments.EnvironmentsManager.analyze(EnvironmentsManager.java:382)
    at org.eclipse.jdt.internal.launching.environments.EnvironmentsManager.initializeCompatibilities(EnvironmentsManager.java:289)
    at org.eclipse.jdt.internal.launching.environments.ExecutionEnvironment.init(ExecutionEnvironment.java:185)
    at org.eclipse.jdt.internal.launching.environments.ExecutionEnvironment.getDefaultVM(ExecutionEnvironment.java:227)
    at org.eclipse.jdt.internal.launching.JREContainerInitializer.resolveVM(JREContainerInitializer.java:179)
    at org.eclipse.jdt.internal.launching.JREContainerInitializer.resolveVM(JREContainerInitializer.java:146)
    at org.eclipse.jdt.internal.launching.JREContainerInitializer.initialize(JREContainerInitializer.java:63)
    at org.eclipse.jdt.internal.core.JavaModelManager.initializeContainer(JavaModelManager.java:3211)
    at org.eclipse.jdt.internal.core.JavaModelManager$10.run(JavaModelManager.java:3095)
    at org.eclipse.jdt.internal.core.JavaModelManager.initializeAllContainers(JavaModelManager.java:3155)
    at org.eclipse.jdt.internal.core.JavaModelManager.getClasspathContainer(JavaModelManager.java:2128)
    at org.eclipse.jdt.core.JavaCore.getClasspathContainer(JavaCore.java:3622)
    at org.eclipse.jdt.internal.core.JavaProject.resolveClasspath(JavaProject.java:3147)
    at org.eclipse.jdt.internal.core.JavaProject.resolveClasspath(JavaProject.java:3311)
    at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:2388)
    at org.eclipse.jdt.internal.core.JavaProject.buildStructure(JavaProject.java:478)
    at org.eclipse.jdt.internal.core.Openable.generateInfos(Openable.java:268)
    at org.eclipse.jdt.internal.core.JavaElement.openWhenClosed(JavaElement.java:596)
    at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java:326)
    at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java:312)
    at org.eclipse.jdt.internal.core.JavaElement.getChildren(JavaElement.java:267)
    at org.eclipse.jdt.internal.core.JavaProject.getPackageFragmentRoots(JavaProject.java:2264)
    at org.eclipse.jdt.internal.core.DeltaProcessor.findContainingPackageFragmentRoot(DeltaProcessor.java:598)
    at org.eclipse.jdt.internal.core.DeltaProcessor.checkProjectsAndClasspathChanges(DeltaProcessor.java:516)
    at org.eclipse.jdt.internal.core.DeltaProcessor.checkProjectsAndClasspathChanges(DeltaProcessor.java:588)
    at org.eclipse.jdt.internal.core.DeltaProcessor.checkProjectsAndClasspathChanges(DeltaProcessor.java:588)
    at org.eclipse.jdt.internal.core.DeltaProcessor.resourceChanged(DeltaProcessor.java:2095)
    at org.eclipse.jdt.internal.core.DeltaProcessingState.resourceChanged(DeltaProcessingState.java:477)
    at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:300)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
    at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:290)
    at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:153)
    at org.eclipse.core.internal.resources.Workspace.broadcastPostChange(Workspace.java:379)
    at org.eclipse.core.internal.resources.Workspace.endOperation(Workspace.java:1502)
    at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:49)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)

!ENTRY org.eclipse.debug.core 4 120 2018-12-08 14:35:49.214
!MESSAGE Variable references empty selection: ${project_loc}
!SESSION 2018-12-08 14:55:38.229 -----------------------------------------------
eclipse.buildId=4.9.0.I20180906-0745
java.version=1.8.0_191
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.java.product
Command-line arguments:  -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.java.product

!ENTRY org.eclipse.egit.ui 2 0 2018-12-08 14:55:51.334
!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git
user global configuration and to define the default location to store repositories: 'C:\Users\andre'. If this is
not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and
EGit might behave differently since they see different configuration options.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:55:51.492
!MESSAGE Process returned with error code "1".
Command line arguments: C:\Program Files\Java\jre1.8.0_191\bin\javaw.exe -Xmx16m -classpath C:\Users\andre\eclipse\java-2018-09\eclipse\configuration\org.eclipse.osgi\237\0\.cp\lib\launchingsupport.jar org.eclipse.jdt.internal.launching.support.LibraryDetector
Output: Standard output:
Error occurred during initialization of VM
Initial heap size set to a larger value than the maximum heap size

Standard error:
Picked up _JAVA_OPTIONS: -Xms512M

!STACK 0
java.lang.IllegalStateException: Process returned with error code "1".
Command line arguments: C:\Program Files\Java\jre1.8.0_191\bin\javaw.exe -Xmx16m -classpath C:\Users\andre\eclipse\java-2018-09\eclipse\configuration\org.eclipse.osgi\237\0\.cp\lib\launchingsupport.jar org.eclipse.jdt.internal.launching.support.LibraryDetector
Output: Standard output:
Error occurred during initialization of VM
Initial heap size set to a larger value than the maximum heap size

Standard error:
Picked up _JAVA_OPTIONS: -Xms512M

    at org.eclipse.jdt.internal.launching.StandardVMType.checkProcessResult(StandardVMType.java:880)
    at org.eclipse.jdt.internal.launching.StandardVMType.generateLibraryInfo(StandardVMType.java:708)
    at org.eclipse.jdt.internal.launching.StandardVMType.getLibraryInfo(StandardVMType.java:224)
    at org.eclipse.jdt.internal.launching.StandardVMType.getDefaultLibraryLocations(StandardVMType.java:441)
    at org.eclipse.jdt.internal.launching.StandardVMType.canDetectDefaultSystemLibraries(StandardVMType.java:251)
    at org.eclipse.jdt.internal.launching.StandardVMType.validateInstallLocation(StandardVMType.java:643)
    at org.eclipse.jdt.internal.launching.VMDefinitionsContainer.addVM(VMDefinitionsContainer.java:139)
    at org.eclipse.jdt.internal.launching.VMDefinitionsContainer.populateVMForType(VMDefinitionsContainer.java:561)
    at org.eclipse.jdt.internal.launching.VMDefinitionsContainer.populateVMTypes(VMDefinitionsContainer.java:497)
    at org.eclipse.jdt.internal.launching.VMDefinitionsContainer.parseXMLIntoContainer(VMDefinitionsContainer.java:476)
    at org.eclipse.jdt.launching.JavaRuntime.addPersistedVMs(JavaRuntime.java:1923)
    at org.eclipse.jdt.launching.JavaRuntime.initializeVMs(JavaRuntime.java:3159)
    at org.eclipse.jdt.launching.JavaRuntime.getVMInstallTypes(JavaRuntime.java:575)
    at org.eclipse.jdt.internal.launching.environments.EnvironmentsManager.initializeCompatibilities(EnvironmentsManager.java:279)
    at org.eclipse.jdt.internal.launching.environments.ExecutionEnvironment.init(ExecutionEnvironment.java:185)
    at org.eclipse.jdt.internal.launching.environments.ExecutionEnvironment.getDefaultVM(ExecutionEnvironment.java:227)
    at org.eclipse.jdt.internal.launching.JREContainerInitializer.resolveVM(JREContainerInitializer.java:179)
    at org.eclipse.jdt.internal.launching.JREContainerInitializer.resolveVM(JREContainerInitializer.java:146)
    at org.eclipse.jdt.internal.launching.JREContainerInitializer.initialize(JREContainerInitializer.java:63)
    at org.eclipse.jdt.internal.core.JavaModelManager.initializeContainer(JavaModelManager.java:3211)
    at org.eclipse.jdt.internal.core.JavaModelManager.getClasspathContainer(JavaModelManager.java:2133)
    at org.eclipse.jdt.core.JavaCore.getClasspathContainer(JavaCore.java:3622)
    at org.eclipse.jdt.internal.core.JavaProject.resolveClasspath(JavaProject.java:3147)
    at org.eclipse.jdt.internal.core.JavaProject.resolveClasspath(JavaProject.java:3311)
    at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:2388)
    at org.eclipse.jdt.internal.core.ExternalFoldersManager.refreshReferences(ExternalFoldersManager.java:411)
    at org.eclipse.jdt.internal.core.DeltaProcessor.resourceChanged(DeltaProcessor.java:2074)
    at org.eclipse.jdt.internal.core.DeltaProcessingState.resourceChanged(DeltaProcessingState.java:477)
    at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:300)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
    at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:290)
    at org.eclipse.core.internal.events.NotificationManager.handleEvent(NotificationManager.java:272)
    at org.eclipse.core.internal.resources.Workspace.broadcastEvent(Workspace.java:374)
    at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1549)
    at org.eclipse.core.internal.refresh.RefreshJob.runInWorkspace(RefreshJob.java:166)
    at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:42)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:55:51.503
!MESSAGE Failed to retrieve default libraries for C:\Program Files\Java\jre1.8.0_191

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:55:51.583
!MESSAGE Process returned with error code "1".
Command line arguments: C:\Program Files\Java\jre1.8.0_191\bin\javaw.exe -Xmx16m -classpath C:\Users\andre\eclipse\java-2018-09\eclipse\configuration\org.eclipse.osgi\237\0\.cp\lib\launchingsupport.jar org.eclipse.jdt.internal.launching.support.LibraryDetector
Output: Standard output:
Error occurred during initialization of VM
Initial heap size set to a larger value than the maximum heap size

Standard error:
Picked up _JAVA_OPTIONS: -Xms512M

!STACK 0
java.lang.IllegalStateException: Process returned with error code "1".
Command line arguments: C:\Program Files\Java\jre1.8.0_191\bin\javaw.exe -Xmx16m -classpath C:\Users\andre\eclipse\java-2018-09\eclipse\configuration\org.eclipse.osgi\237\0\.cp\lib\launchingsupport.jar org.eclipse.jdt.internal.launching.support.LibraryDetector
Output: Standard output:
Error occurred during initialization of VM
Initial heap size set to a larger value than the maximum heap size

Standard error:
Picked up _JAVA_OPTIONS: -Xms512M

    at org.eclipse.jdt.internal.launching.StandardVMType.checkProcessResult(StandardVMType.java:880)
    at org.eclipse.jdt.internal.launching.StandardVMType.generateLibraryInfo(StandardVMType.java:708)
    at org.eclipse.jdt.internal.launching.StandardVMType.getLibraryInfo(StandardVMType.java:227)
    at org.eclipse.jdt.internal.launching.StandardVMType.getDefaultLibraryLocations(StandardVMType.java:441)
    at org.eclipse.jdt.internal.launching.StandardVMType.canDetectDefaultSystemLibraries(StandardVMType.java:251)
    at org.eclipse.jdt.internal.launching.StandardVMType.validateInstallLocation(StandardVMType.java:643)
    at org.eclipse.jdt.internal.launching.VMDefinitionsContainer.addVM(VMDefinitionsContainer.java:139)
    at org.eclipse.jdt.internal.launching.VMDefinitionsContainer.populateVMForType(VMDefinitionsContainer.java:561)
    at org.eclipse.jdt.internal.launching.VMDefinitionsContainer.populateVMTypes(VMDefinitionsContainer.java:497)
    at org.eclipse.jdt.internal.launching.VMDefinitionsContainer.parseXMLIntoContainer(VMDefinitionsContainer.java:476)
    at org.eclipse.jdt.launching.JavaRuntime.addPersistedVMs(JavaRuntime.java:1923)
    at org.eclipse.jdt.launching.JavaRuntime.initializeVMs(JavaRuntime.java:3159)
    at org.eclipse.jdt.launching.JavaRuntime.getVMInstallTypes(JavaRuntime.java:575)
    at org.eclipse.jdt.internal.launching.environments.EnvironmentsManager.initializeCompatibilities(EnvironmentsManager.java:279)
    at org.eclipse.jdt.internal.launching.environments.ExecutionEnvironment.init(ExecutionEnvironment.java:185)
    at org.eclipse.jdt.internal.launching.environments.ExecutionEnvironment.getDefaultVM(ExecutionEnvironment.java:227)
    at org.eclipse.jdt.internal.launching.JREContainerInitializer.resolveVM(JREContainerInitializer.java:179)
    at org.eclipse.jdt.internal.launching.JREContainerInitializer.resolveVM(JREContainerInitializer.java:146)
    at org.eclipse.jdt.internal.launching.JREContainerInitializer.initialize(JREContainerInitializer.java:63)
    at org.eclipse.jdt.internal.core.JavaModelManager.initializeContainer(JavaModelManager.java:3211)
    at org.eclipse.jdt.internal.core.JavaModelManager.getClasspathContainer(JavaModelManager.java:2133)
    at org.eclipse.jdt.core.JavaCore.getClasspathContainer(JavaCore.java:3622)
    at org.eclipse.jdt.internal.core.JavaProject.resolveClasspath(JavaProject.java:3147)
    at org.eclipse.jdt.internal.core.JavaProject.resolveClasspath(JavaProject.java:3311)
    at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:2388)
    at org.eclipse.jdt.internal.core.ExternalFoldersManager.refreshReferences(ExternalFoldersManager.java:411)
    at org.eclipse.jdt.internal.core.DeltaProcessor.resourceChanged(DeltaProcessor.java:2074)
    at org.eclipse.jdt.internal.core.DeltaProcessingState.resourceChanged(DeltaProcessingState.java:477)
    at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:300)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
    at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:290)
    at org.eclipse.core.internal.events.NotificationManager.handleEvent(NotificationManager.java:272)
    at org.eclipse.core.internal.resources.Workspace.broadcastEvent(Workspace.java:374)
    at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1549)
    at org.eclipse.core.internal.refresh.RefreshJob.runInWorkspace(RefreshJob.java:166)
    at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:42)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:55:51.589
!MESSAGE Failed to retrieve default libraries for C:\Program Files\Java\jre1.8.0_191

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:55:51.598
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:55:51.608
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:55:51.615
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.core.resources 4 2 2018-12-08 14:55:51.620
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.resources".
!STACK 0
org.eclipse.core.runtime.AssertionFailedException: null argument:
    at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:88)
    at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:76)
    at org.eclipse.jdt.internal.launching.ClasspathShortener.<init>(ClasspathShortener.java:94)
    at org.eclipse.jdt.internal.launching.ClasspathShortener.<init>(ClasspathShortener.java:89)
    at org.eclipse.jdt.internal.launching.StandardVMRunner.getCommandLine(StandardVMRunner.java:468)
    at org.eclipse.jdt.internal.launching.StandardVMRunner.run(StandardVMRunner.java:488)
    at org.eclipse.jdt.launching.AbstractVMInstall.evaluateSystemProperties(AbstractVMInstall.java:398)
    at org.eclipse.jdt.internal.launching.environments.ExecutionEnvironmentAnalyzer.isFoundation1_0(ExecutionEnvironmentAnalyzer.java:173)
    at org.eclipse.jdt.internal.launching.environments.ExecutionEnvironmentAnalyzer.analyze(ExecutionEnvironmentAnalyzer.java:105)
    at org.eclipse.jdt.internal.launching.environments.Analyzer.analyze(Analyzer.java:44)
    at org.eclipse.jdt.internal.launching.environments.EnvironmentsManager.analyze(EnvironmentsManager.java:382)
    at org.eclipse.jdt.internal.launching.environments.EnvironmentsManager.vmAdded(EnvironmentsManager.java:424)
    at org.eclipse.jdt.launching.JavaRuntime.fireVMAdded(JavaRuntime.java:2877)
    at org.eclipse.jdt.launching.JavaRuntime.initializeVMs(JavaRuntime.java:3249)
    at org.eclipse.jdt.launching.JavaRuntime.getVMInstallTypes(JavaRuntime.java:575)
    at org.eclipse.jdt.internal.launching.environments.EnvironmentsManager.initializeCompatibilities(EnvironmentsManager.java:279)
    at org.eclipse.jdt.internal.launching.environments.ExecutionEnvironment.init(ExecutionEnvironment.java:185)
    at org.eclipse.jdt.internal.launching.environments.ExecutionEnvironment.getDefaultVM(ExecutionEnvironment.java:227)
    at org.eclipse.jdt.internal.launching.JREContainerInitializer.resolveVM(JREContainerInitializer.java:179)
    at org.eclipse.jdt.internal.launching.JREContainerInitializer.resolveVM(JREContainerInitializer.java:146)
    at org.eclipse.jdt.internal.launching.JREContainerInitializer.initialize(JREContainerInitializer.java:63)
    at org.eclipse.jdt.internal.core.JavaModelManager.initializeContainer(JavaModelManager.java:3211)
    at org.eclipse.jdt.internal.core.JavaModelManager.getClasspathContainer(JavaModelManager.java:2133)
    at org.eclipse.jdt.core.JavaCore.getClasspathContainer(JavaCore.java:3622)
    at org.eclipse.jdt.internal.core.JavaProject.resolveClasspath(JavaProject.java:3147)
    at org.eclipse.jdt.internal.core.JavaProject.resolveClasspath(JavaProject.java:3311)
    at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:2388)
    at org.eclipse.jdt.internal.core.ExternalFoldersManager.refreshReferences(ExternalFoldersManager.java:411)
    at org.eclipse.jdt.internal.core.DeltaProcessor.resourceChanged(DeltaProcessor.java:2074)
    at org.eclipse.jdt.internal.core.DeltaProcessingState.resourceChanged(DeltaProcessingState.java:477)
    at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:300)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
    at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:290)
    at org.eclipse.core.internal.events.NotificationManager.handleEvent(NotificationManager.java:272)
    at org.eclipse.core.internal.resources.Workspace.broadcastEvent(Workspace.java:374)
    at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1549)
    at org.eclipse.core.internal.refresh.RefreshJob.runInWorkspace(RefreshJob.java:166)
    at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:42)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:55:51.633
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:55:51.640
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:55:51.646
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.core.jobs 4 2 2018-12-08 14:55:51.654
!MESSAGE An internal error occurred during: "Initializing Java Tooling".
!STACK 0
org.eclipse.core.runtime.AssertionFailedException: null argument:
    at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:88)
    at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:76)
    at org.eclipse.jdt.internal.launching.ClasspathShortener.<init>(ClasspathShortener.java:94)
    at org.eclipse.jdt.internal.launching.ClasspathShortener.<init>(ClasspathShortener.java:89)
    at org.eclipse.jdt.internal.launching.StandardVMRunner.getCommandLine(StandardVMRunner.java:468)
    at org.eclipse.jdt.internal.launching.StandardVMRunner.run(StandardVMRunner.java:488)
    at org.eclipse.jdt.launching.AbstractVMInstall.evaluateSystemProperties(AbstractVMInstall.java:398)
    at org.eclipse.jdt.internal.launching.environments.ExecutionEnvironmentAnalyzer.isFoundation1_0(ExecutionEnvironmentAnalyzer.java:173)
    at org.eclipse.jdt.internal.launching.environments.ExecutionEnvironmentAnalyzer.analyze(ExecutionEnvironmentAnalyzer.java:105)
    at org.eclipse.jdt.internal.launching.environments.Analyzer.analyze(Analyzer.java:44)
    at org.eclipse.jdt.internal.launching.environments.EnvironmentsManager.analyze(EnvironmentsManager.java:382)
    at org.eclipse.jdt.internal.launching.environments.EnvironmentsManager.initializeCompatibilities(EnvironmentsManager.java:289)
    at org.eclipse.jdt.internal.launching.environments.ExecutionEnvironment.init(ExecutionEnvironment.java:185)
    at org.eclipse.jdt.internal.launching.environments.ExecutionEnvironment.getDefaultVM(ExecutionEnvironment.java:227)
    at org.eclipse.jdt.internal.launching.JREContainerInitializer.resolveVM(JREContainerInitializer.java:179)
    at org.eclipse.jdt.internal.launching.JREContainerInitializer.resolveVM(JREContainerInitializer.java:146)
    at org.eclipse.jdt.internal.launching.JREContainerInitializer.initialize(JREContainerInitializer.java:63)
    at org.eclipse.jdt.internal.core.JavaModelManager.initializeContainer(JavaModelManager.java:3211)
    at org.eclipse.jdt.internal.core.JavaModelManager$10.run(JavaModelManager.java:3095)
    at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2292)
    at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2319)
    at org.eclipse.jdt.internal.core.JavaModelManager.initializeAllContainers(JavaModelManager.java:3157)
    at org.eclipse.jdt.internal.core.JavaModelManager.getClasspathContainer(JavaModelManager.java:2128)
    at org.eclipse.jdt.core.JavaCore.initializeAfterLoad(JavaCore.java:4384)
    at org.eclipse.jdt.internal.ui.InitializeAfterLoadJob$RealJob.run(InitializeAfterLoadJob.java:39)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:56:58.989
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:57:02.731
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:57:04.366
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:57:05.617
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:57:05.623
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:57:05.630
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:57:05.635
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:57:05.640
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:57:05.646
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:57:05.651
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:57:05.702
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:57:05.708
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:57:05.714
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:57:05.730
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:57:05.736
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:57:05.741
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:57:05.747
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:57:05.752
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:57:05.757
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:57:05.762
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:57:05.767
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:57:05.773
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.core.jobs 4 2 2018-12-08 14:57:05.779
!MESSAGE An internal error occurred during: "Launching Client".
!STACK 0
org.eclipse.core.runtime.AssertionFailedException: null argument:
    at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:88)
    at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:76)
    at org.eclipse.jdt.internal.launching.ClasspathShortener.<init>(ClasspathShortener.java:94)
    at org.eclipse.jdt.internal.launching.ClasspathShortener.<init>(ClasspathShortener.java:89)
    at org.eclipse.jdt.internal.launching.StandardVMRunner.getCommandLine(StandardVMRunner.java:468)
    at org.eclipse.jdt.internal.launching.StandardVMRunner.run(StandardVMRunner.java:488)
    at org.eclipse.jdt.launching.JavaLaunchDelegate.launch(JavaLaunchDelegate.java:159)
    at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:862)
    at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:720)
    at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:1029)
    at org.eclipse.debug.internal.ui.DebugUIPlugin$2.run(DebugUIPlugin.java:1243)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:57:08.000
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:57:08.005
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:57:08.010
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:57:08.014
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:57:08.018
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:57:08.022
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:57:08.026
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:57:08.068
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:57:08.073
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:57:08.078
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:57:08.090
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:57:08.095
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:57:08.100
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:57:08.105
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:57:08.111
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:57:08.116
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:57:08.120
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:57:08.125
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-08 14:57:08.129
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.core.jobs 4 2 2018-12-08 14:57:08.134
!MESSAGE An internal error occurred during: "Launching Client".
!STACK 0
org.eclipse.core.runtime.AssertionFailedException: null argument:
    at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:88)
    at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:76)
    at org.eclipse.jdt.internal.launching.ClasspathShortener.<init>(ClasspathShortener.java:94)
    at org.eclipse.jdt.internal.launching.ClasspathShortener.<init>(ClasspathShortener.java:89)
    at org.eclipse.jdt.internal.launching.StandardVMRunner.getCommandLine(StandardVMRunner.java:468)
    at org.eclipse.jdt.internal.launching.StandardVMRunner.run(StandardVMRunner.java:488)
    at org.eclipse.jdt.launching.JavaLaunchDelegate.launch(JavaLaunchDelegate.java:159)
    at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:862)
    at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:720)
    at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:1029)
    at org.eclipse.debug.internal.ui.DebugUIPlugin$2.run(DebugUIPlugin.java:1243)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
 

 

Edited by hetsunami
Link to comment
Share on other sites

How did you set up your workspace? How are you launching minecraft?

About Me

Spoiler

My Discord - Cadiboo#8887

My WebsiteCadiboo.github.io

My ModsCadiboo.github.io/projects

My TutorialsCadiboo.github.io/tutorials

Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support.

When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible.

Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org

Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)

Link to comment
Share on other sites

downloaded forge, extracted it to a folder on my desktop, ran gradlew runDecompWorkspace to setup the workspace, selected the eclipse folder as the default workspace, then i clicked the run button and it gave me an error.

For some reason my JRE Library was unbound so i changed its path to my jdk 1.8 and i now get this error.

and yes i set my run configuration to the run folder

Edited by hetsunami
Link to comment
Share on other sites

So i deleted my setup and re did it using the setupdecompworkspace and gradlew eclipse and it's giving me this problem 

Unbound classpath container: 'JRE System Library [JavaSE-1.8]' in project 'MDKExample'

 

Log:

Spoiler

!SESSION 2018-12-09 12:35:04.926 -----------------------------------------------
eclipse.buildId=4.9.0.I20180906-0745
java.version=1.8.0_191
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.java.product
Command-line arguments:  -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.java.product

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-09 12:35:28.616
!MESSAGE Process returned with error code "1".
Command line arguments: C:\Program Files\Java\jre1.8.0_191\bin\javaw.exe -Xmx16m -classpath C:\Users\andre\eclipse\java-2018-09\eclipse\configuration\org.eclipse.osgi\237\0\.cp\lib\launchingsupport.jar org.eclipse.jdt.internal.launching.support.LibraryDetector
Output: Standard output:
Error occurred during initialization of VM
Initial heap size set to a larger value than the maximum heap size

Standard error:
Picked up _JAVA_OPTIONS: -Xms512M

!STACK 0
java.lang.IllegalStateException: Process returned with error code "1".
Command line arguments: C:\Program Files\Java\jre1.8.0_191\bin\javaw.exe -Xmx16m -classpath C:\Users\andre\eclipse\java-2018-09\eclipse\configuration\org.eclipse.osgi\237\0\.cp\lib\launchingsupport.jar org.eclipse.jdt.internal.launching.support.LibraryDetector
Output: Standard output:
Error occurred during initialization of VM
Initial heap size set to a larger value than the maximum heap size

Standard error:
Picked up _JAVA_OPTIONS: -Xms512M

    at org.eclipse.jdt.internal.launching.StandardVMType.checkProcessResult(StandardVMType.java:880)
    at org.eclipse.jdt.internal.launching.StandardVMType.generateLibraryInfo(StandardVMType.java:708)
    at org.eclipse.jdt.internal.launching.StandardVMType.getLibraryInfo(StandardVMType.java:224)
    at org.eclipse.jdt.internal.launching.StandardVMType.getDefaultLibraryLocations(StandardVMType.java:441)
    at org.eclipse.jdt.internal.launching.StandardVMType.canDetectDefaultSystemLibraries(StandardVMType.java:251)
    at org.eclipse.jdt.internal.launching.StandardVMType.getJavaHomeLocation(StandardVMType.java:324)
    at org.eclipse.jdt.internal.launching.StandardVMType.detectInstallLocation(StandardVMType.java:278)
    at org.eclipse.jdt.launching.JavaRuntime.detectEclipseRuntime(JavaRuntime.java:2216)
    at org.eclipse.jdt.launching.JavaRuntime.initializeVMs(JavaRuntime.java:3183)
    at org.eclipse.jdt.launching.JavaRuntime.getVMInstallTypes(JavaRuntime.java:575)
    at org.eclipse.jdt.internal.launching.environments.EnvironmentsManager.initializeCompatibilities(EnvironmentsManager.java:279)
    at org.eclipse.jdt.internal.launching.environments.ExecutionEnvironment.init(ExecutionEnvironment.java:185)
    at org.eclipse.jdt.internal.launching.environments.ExecutionEnvironment.getDefaultVM(ExecutionEnvironment.java:227)
    at org.eclipse.jdt.internal.launching.JREContainerInitializer.resolveVM(JREContainerInitializer.java:179)
    at org.eclipse.jdt.internal.launching.JREContainerInitializer.resolveVM(JREContainerInitializer.java:146)
    at org.eclipse.jdt.internal.launching.JREContainerInitializer.initialize(JREContainerInitializer.java:63)
    at org.eclipse.jdt.internal.core.JavaModelManager.initializeContainer(JavaModelManager.java:3211)
    at org.eclipse.jdt.internal.core.JavaModelManager.getClasspathContainer(JavaModelManager.java:2133)
    at org.eclipse.jdt.core.JavaCore.getClasspathContainer(JavaCore.java:3622)
    at org.eclipse.jdt.internal.core.JavaProject.resolveClasspath(JavaProject.java:3147)
    at org.eclipse.jdt.internal.core.JavaProject.resolveClasspath(JavaProject.java:3311)
    at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:2388)
    at org.eclipse.jdt.internal.core.ExternalFoldersManager.refreshReferences(ExternalFoldersManager.java:411)
    at org.eclipse.jdt.internal.core.DeltaProcessor.resourceChanged(DeltaProcessor.java:2074)
    at org.eclipse.jdt.internal.core.DeltaProcessingState.resourceChanged(DeltaProcessingState.java:477)
    at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:300)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
    at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:290)
    at org.eclipse.core.internal.events.NotificationManager.handleEvent(NotificationManager.java:272)
    at org.eclipse.core.internal.resources.Workspace.broadcastEvent(Workspace.java:374)
    at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1549)
    at org.eclipse.core.internal.refresh.RefreshJob.runInWorkspace(RefreshJob.java:166)
    at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:42)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-09 12:35:28.654
!MESSAGE Failed to retrieve default libraries for C:\Program Files\Java\jre1.8.0_191

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-09 12:35:28.738
!MESSAGE Process returned with error code "1".
Command line arguments: C:\Program Files\Java\jre1.8.0_191\bin\javaw.exe -Xmx16m -classpath C:\Users\andre\eclipse\java-2018-09\eclipse\configuration\org.eclipse.osgi\237\0\.cp\lib\launchingsupport.jar org.eclipse.jdt.internal.launching.support.LibraryDetector
Output: Standard output:
Error occurred during initialization of VM
Initial heap size set to a larger value than the maximum heap size

Standard error:
Picked up _JAVA_OPTIONS: -Xms512M

!STACK 0
java.lang.IllegalStateException: Process returned with error code "1".
Command line arguments: C:\Program Files\Java\jre1.8.0_191\bin\javaw.exe -Xmx16m -classpath C:\Users\andre\eclipse\java-2018-09\eclipse\configuration\org.eclipse.osgi\237\0\.cp\lib\launchingsupport.jar org.eclipse.jdt.internal.launching.support.LibraryDetector
Output: Standard output:
Error occurred during initialization of VM
Initial heap size set to a larger value than the maximum heap size

Standard error:
Picked up _JAVA_OPTIONS: -Xms512M

    at org.eclipse.jdt.internal.launching.StandardVMType.checkProcessResult(StandardVMType.java:880)
    at org.eclipse.jdt.internal.launching.StandardVMType.generateLibraryInfo(StandardVMType.java:708)
    at org.eclipse.jdt.internal.launching.StandardVMType.getLibraryInfo(StandardVMType.java:227)
    at org.eclipse.jdt.internal.launching.StandardVMType.getDefaultLibraryLocations(StandardVMType.java:441)
    at org.eclipse.jdt.internal.launching.StandardVMType.canDetectDefaultSystemLibraries(StandardVMType.java:251)
    at org.eclipse.jdt.internal.launching.StandardVMType.getJavaHomeLocation(StandardVMType.java:324)
    at org.eclipse.jdt.internal.launching.StandardVMType.detectInstallLocation(StandardVMType.java:278)
    at org.eclipse.jdt.launching.JavaRuntime.detectEclipseRuntime(JavaRuntime.java:2216)
    at org.eclipse.jdt.launching.JavaRuntime.initializeVMs(JavaRuntime.java:3183)
    at org.eclipse.jdt.launching.JavaRuntime.getVMInstallTypes(JavaRuntime.java:575)
    at org.eclipse.jdt.internal.launching.environments.EnvironmentsManager.initializeCompatibilities(EnvironmentsManager.java:279)
    at org.eclipse.jdt.internal.launching.environments.ExecutionEnvironment.init(ExecutionEnvironment.java:185)
    at org.eclipse.jdt.internal.launching.environments.ExecutionEnvironment.getDefaultVM(ExecutionEnvironment.java:227)
    at org.eclipse.jdt.internal.launching.JREContainerInitializer.resolveVM(JREContainerInitializer.java:179)
    at org.eclipse.jdt.internal.launching.JREContainerInitializer.resolveVM(JREContainerInitializer.java:146)
    at org.eclipse.jdt.internal.launching.JREContainerInitializer.initialize(JREContainerInitializer.java:63)
    at org.eclipse.jdt.internal.core.JavaModelManager.initializeContainer(JavaModelManager.java:3211)
    at org.eclipse.jdt.internal.core.JavaModelManager.getClasspathContainer(JavaModelManager.java:2133)
    at org.eclipse.jdt.core.JavaCore.getClasspathContainer(JavaCore.java:3622)
    at org.eclipse.jdt.internal.core.JavaProject.resolveClasspath(JavaProject.java:3147)
    at org.eclipse.jdt.internal.core.JavaProject.resolveClasspath(JavaProject.java:3311)
    at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:2388)
    at org.eclipse.jdt.internal.core.ExternalFoldersManager.refreshReferences(ExternalFoldersManager.java:411)
    at org.eclipse.jdt.internal.core.DeltaProcessor.resourceChanged(DeltaProcessor.java:2074)
    at org.eclipse.jdt.internal.core.DeltaProcessingState.resourceChanged(DeltaProcessingState.java:477)
    at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:300)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
    at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:290)
    at org.eclipse.core.internal.events.NotificationManager.handleEvent(NotificationManager.java:272)
    at org.eclipse.core.internal.resources.Workspace.broadcastEvent(Workspace.java:374)
    at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1549)
    at org.eclipse.core.internal.refresh.RefreshJob.runInWorkspace(RefreshJob.java:166)
    at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:42)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-09 12:35:28.744
!MESSAGE Failed to retrieve default libraries for C:\Program Files\Java\jre1.8.0_191

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-09 12:35:28.852
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-09 12:35:28.862
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-09 12:35:28.870
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.core.resources 4 2 2018-12-09 12:35:28.875
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.resources".
!STACK 0
org.eclipse.core.runtime.AssertionFailedException: null argument:
    at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:88)
    at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:76)
    at org.eclipse.jdt.internal.launching.ClasspathShortener.<init>(ClasspathShortener.java:94)
    at org.eclipse.jdt.internal.launching.ClasspathShortener.<init>(ClasspathShortener.java:89)
    at org.eclipse.jdt.internal.launching.StandardVMRunner.getCommandLine(StandardVMRunner.java:468)
    at org.eclipse.jdt.internal.launching.StandardVMRunner.run(StandardVMRunner.java:488)
    at org.eclipse.jdt.launching.AbstractVMInstall.evaluateSystemProperties(AbstractVMInstall.java:398)
    at org.eclipse.jdt.internal.launching.environments.ExecutionEnvironmentAnalyzer.isFoundation1_0(ExecutionEnvironmentAnalyzer.java:173)
    at org.eclipse.jdt.internal.launching.environments.ExecutionEnvironmentAnalyzer.analyze(ExecutionEnvironmentAnalyzer.java:105)
    at org.eclipse.jdt.internal.launching.environments.Analyzer.analyze(Analyzer.java:44)
    at org.eclipse.jdt.internal.launching.environments.EnvironmentsManager.analyze(EnvironmentsManager.java:382)
    at org.eclipse.jdt.internal.launching.environments.EnvironmentsManager.vmAdded(EnvironmentsManager.java:424)
    at org.eclipse.jdt.launching.JavaRuntime.fireVMAdded(JavaRuntime.java:2877)
    at org.eclipse.jdt.launching.JavaRuntime.initializeVMs(JavaRuntime.java:3249)
    at org.eclipse.jdt.launching.JavaRuntime.getVMInstallTypes(JavaRuntime.java:575)
    at org.eclipse.jdt.internal.launching.environments.EnvironmentsManager.initializeCompatibilities(EnvironmentsManager.java:279)
    at org.eclipse.jdt.internal.launching.environments.ExecutionEnvironment.init(ExecutionEnvironment.java:185)
    at org.eclipse.jdt.internal.launching.environments.ExecutionEnvironment.getDefaultVM(ExecutionEnvironment.java:227)
    at org.eclipse.jdt.internal.launching.JREContainerInitializer.resolveVM(JREContainerInitializer.java:179)
    at org.eclipse.jdt.internal.launching.JREContainerInitializer.resolveVM(JREContainerInitializer.java:146)
    at org.eclipse.jdt.internal.launching.JREContainerInitializer.initialize(JREContainerInitializer.java:63)
    at org.eclipse.jdt.internal.core.JavaModelManager.initializeContainer(JavaModelManager.java:3211)
    at org.eclipse.jdt.internal.core.JavaModelManager.getClasspathContainer(JavaModelManager.java:2133)
    at org.eclipse.jdt.core.JavaCore.getClasspathContainer(JavaCore.java:3622)
    at org.eclipse.jdt.internal.core.JavaProject.resolveClasspath(JavaProject.java:3147)
    at org.eclipse.jdt.internal.core.JavaProject.resolveClasspath(JavaProject.java:3311)
    at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:2388)
    at org.eclipse.jdt.internal.core.ExternalFoldersManager.refreshReferences(ExternalFoldersManager.java:411)
    at org.eclipse.jdt.internal.core.DeltaProcessor.resourceChanged(DeltaProcessor.java:2074)
    at org.eclipse.jdt.internal.core.DeltaProcessingState.resourceChanged(DeltaProcessingState.java:477)
    at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:300)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
    at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:290)
    at org.eclipse.core.internal.events.NotificationManager.handleEvent(NotificationManager.java:272)
    at org.eclipse.core.internal.resources.Workspace.broadcastEvent(Workspace.java:374)
    at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1549)
    at org.eclipse.core.internal.refresh.RefreshJob.runInWorkspace(RefreshJob.java:166)
    at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:42)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-09 12:35:28.998
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-09 12:35:29.006
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.jdt.launching 4 4 2018-12-09 12:35:29.019
!MESSAGE Could not determine Java version for location C:\Program Files\Java\jre1.8.0_191.

!ENTRY org.eclipse.core.resources 4 2 2018-12-09 12:35:29.029
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.resources".
!STACK 0
org.eclipse.core.runtime.AssertionFailedException: null argument:
    at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:88)
    at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:76)
    at org.eclipse.jdt.internal.launching.ClasspathShortener.<init>(ClasspathShortener.java:94)
    at org.eclipse.jdt.internal.launching.ClasspathShortener.<init>(ClasspathShortener.java:89)
    at org.eclipse.jdt.internal.launching.StandardVMRunner.getCommandLine(StandardVMRunner.java:468)
    at org.eclipse.jdt.internal.launching.StandardVMRunner.run(StandardVMRunner.java:488)
    at org.eclipse.jdt.launching.AbstractVMInstall.evaluateSystemProperties(AbstractVMInstall.java:398)
    at org.eclipse.jdt.internal.launching.environments.ExecutionEnvironmentAnalyzer.isFoundation1_0(ExecutionEnvironmentAnalyzer.java:173)
    at org.eclipse.jdt.internal.launching.environments.ExecutionEnvironmentAnalyzer.analyze(ExecutionEnvironmentAnalyzer.java:105)
    at org.eclipse.jdt.internal.launching.environments.Analyzer.analyze(Analyzer.java:44)
    at org.eclipse.jdt.internal.launching.environments.EnvironmentsManager.analyze(EnvironmentsManager.java:382)
    at org.eclipse.jdt.internal.launching.environments.EnvironmentsManager.initializeCompatibilities(EnvironmentsManager.java:289)
    at org.eclipse.jdt.internal.launching.environments.ExecutionEnvironment.init(ExecutionEnvironment.java:185)
    at org.eclipse.jdt.internal.launching.environments.ExecutionEnvironment.getDefaultVM(ExecutionEnvironment.java:227)
    at org.eclipse.jdt.internal.launching.JREContainerInitializer.resolveVM(JREContainerInitializer.java:179)
    at org.eclipse.jdt.internal.launching.JREContainerInitializer.resolveVM(JREContainerInitializer.java:146)
    at org.eclipse.jdt.internal.launching.JREContainerInitializer.initialize(JREContainerInitializer.java:63)
    at org.eclipse.jdt.internal.core.JavaModelManager.initializeContainer(JavaModelManager.java:3211)
    at org.eclipse.jdt.internal.core.JavaModelManager$10.run(JavaModelManager.java:3095)
    at org.eclipse.jdt.internal.core.JavaModelManager.initializeAllContainers(JavaModelManager.java:3155)
    at org.eclipse.jdt.internal.core.JavaModelManager.getClasspathContainer(JavaModelManager.java:2128)
    at org.eclipse.jdt.core.JavaCore.getClasspathContainer(JavaCore.java:3622)
    at org.eclipse.jdt.internal.core.JavaProject.resolveClasspath(JavaProject.java:3147)
    at org.eclipse.jdt.internal.core.JavaProject.resolveClasspath(JavaProject.java:3311)
    at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:2388)
    at org.eclipse.jdt.internal.core.JavaProject.buildStructure(JavaProject.java:478)
    at org.eclipse.jdt.internal.core.Openable.generateInfos(Openable.java:268)
    at org.eclipse.jdt.internal.core.JavaElement.openWhenClosed(JavaElement.java:596)
    at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java:326)
    at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java:312)
    at org.eclipse.jdt.internal.core.JavaElement.getChildren(JavaElement.java:267)
    at org.eclipse.jdt.internal.core.JavaProject.getPackageFragmentRoots(JavaProject.java:2264)
    at org.eclipse.jdt.internal.core.DeltaProcessor.findContainingPackageFragmentRoot(DeltaProcessor.java:598)
    at org.eclipse.jdt.internal.core.DeltaProcessor.checkProjectsAndClasspathChanges(DeltaProcessor.java:516)
    at org.eclipse.jdt.internal.core.DeltaProcessor.checkProjectsAndClasspathChanges(DeltaProcessor.java:588)
    at org.eclipse.jdt.internal.core.DeltaProcessor.checkProjectsAndClasspathChanges(DeltaProcessor.java:588)
    at org.eclipse.jdt.internal.core.DeltaProcessor.resourceChanged(DeltaProcessor.java:2095)
    at org.eclipse.jdt.internal.core.DeltaProcessingState.resourceChanged(DeltaProcessingState.java:477)
    at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:300)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
    at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:290)
    at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:153)
    at org.eclipse.core.internal.resources.Workspace.broadcastPostChange(Workspace.java:379)
    at org.eclipse.core.internal.resources.Workspace.endOperation(Workspace.java:1502)
    at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:49)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)

!ENTRY org.eclipse.egit.ui 2 0 2018-12-09 12:35:29.094
!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git
user global configuration and to define the default location to store repositories: 'C:\Users\andre'. If this is
not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and
EGit might behave differently since they see different configuration options.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.
 

I originally fixed this by going MDKExample> Properties>JavaBuildPath>Libraries>unboundJRE System Library>Edit>AlternateJRE>jre1.8.0_191

do you think this is the problem?

Link to comment
Share on other sites

So after messing around in a new workspace it appears to me that its Eclipse that's causing the issue. I can't even get a "Hello World" program to launch. Thanks for the help but i guess i should submit a ticket to Eclipse or on their forums. Once again thanks for the help.

Link to comment
Share on other sites

  • 1 year later...
On 12/9/2018 at 8:25 PM, m00nl1ght said:

After running 


gradlew setupDecompWorkspace

you need to run 


gradlew eclipse

to prepare the eclipse project.

After running gradlew eclipse in my project directory Eclipse said me that type String is missing. Removing and adding JRE from buid path didn't help

Link to comment
Share on other sites

  • Guest locked this topic
Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Baba  Serege [[+27-73 590 8989]] has experience of 27 years in helping and guiding many people from all over the world. His psychic abilities may help you answer and resolve many unanswered questions. He specialize in helping women and men from all walks of life.. 1) – Bring back lost lover. even if lost for a long time. 2) – My lover is abusing alcohol, partying and cheating on me I urgently need help” 3) – Divorce or court issues. 4) – Is your love falling apart? 5) – Do you want your love to grow stronger? 6) – Is your partner losing interest in you? 7) – Do you want to catch your partner cheating on you? – We help to keep your partner faithful and loyal to you. 9) – We recover love and happiness when relationship breaks down. 10) – Making your partner loves you alone. 11) – We create loyalty and everlasting love between couples. 12) – Get a divorce settlement quickly from your ex-partner. 13) – We create everlasting love between couples. 14) – We help you look for the best suitable partner. 15) – We bring back lost lover even if lost for a long time. 16) – We strengthen bonds in all love relationship and marriages 17) – Are you an herbalist who wants to get more powers? 18) – Buy a house or car of your dream. 19) – Unfinished jobs by other doctors come to me. 20) – I help those seeking employment. 21) – Pensioners free treatment. 22) – Win business tenders and contracts. 23) – Do you need to recover your lost property? 24) – Promotion at work and better pay. 25) – Do you want to be protected from bad spirits and nightmares? 26) – Financial problems. 27) – Why you can’t keep money or lovers? 28) – Why you have a lot of enemies? 29) – Why you are fired regularly on jobs? 30) – Speed up money claim spell, delayed payments, pension and accident funds 31) – I help students pass their exams/interviews. 33) – Removal of bad luck and debts. 34) – Are struggling to sleep because of a spiritual wife or husband. 35- ) Recover stolen property
    • OLXTOTO adalah situs bandar togel online resmi terbesar dan terpercaya di Indonesia. Bergabunglah dengan OLXTOTO dan nikmati pengalaman bermain togel yang aman dan terjamin. Koleksi toto 4D dan togel toto terlengkap di OLXTOTO membuat para member memiliki pilihan taruhan yang lebih banyak. Sebagai situs togel terpercaya, OLXTOTO menjaga keamanan dan kenyamanan para membernya dengan sistem keamanan terbaik dan enkripsi data. Transaksi yang cepat, aman, dan terpercaya merupakan jaminan dari OLXTOTO. Nikmati layanan situs toto terbaik dari OLXTOTO dengan tampilan yang user-friendly dan mudah digunakan. Layanan pelanggan tersedia 24/7 untuk membantu para member. Bergabunglah dengan OLXTOTO sekarang untuk merasakan pengalaman bermain togel yang menyenangkan dan menguntungkan.
    • Baba  Serege [[+27-73 590 8989]] has experience of 27 years in helping and guiding many people from all over the world. His psychic abilities may help you answer and resolve many unanswered questions. He specialize in helping women and men from all walks of life.. 1) – Bring back lost lover. even if lost for a long time. 2) – My lover is abusing alcohol, partying and cheating on me I urgently need help” 3) – Divorce or court issues. 4) – Is your love falling apart? 5) – Do you want your love to grow stronger? 6) – Is your partner losing interest in you? 7) – Do you want to catch your partner cheating on you? – We help to keep your partner faithful and loyal to you. 9) – We recover love and happiness when relationship breaks down. 10) – Making your partner loves you alone. 11) – We create loyalty and everlasting love between couples. 12) – Get a divorce settlement quickly from your ex-partner. 13) – We create everlasting love between couples. 14) – We help you look for the best suitable partner. 15) – We bring back lost lover even if lost for a long time. 16) – We strengthen bonds in all love relationship and marriages 17) – Are you an herbalist who wants to get more powers? 18) – Buy a house or car of your dream. 19) – Unfinished jobs by other doctors come to me. 20) – I help those seeking employment. 21) – Pensioners free treatment. 22) – Win business tenders and contracts. 23) – Do you need to recover your lost property? 24) – Promotion at work and better pay. 25) – Do you want to be protected from bad spirits and nightmares? 26) – Financial problems. 27) – Why you can’t keep money or lovers? 28) – Why you have a lot of enemies? 29) – Why you are fired regularly on jobs? 30) – Speed up money claim spell, delayed payments, pension and accident funds 31) – I help students pass their exams/interviews. 33) – Removal of bad luck and debts. 34) – Are struggling to sleep because of a spiritual wife or husband. 35- ) Recover stolen property
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.