diff --git a/app/src/processing/mode/java/JavaBuild.java b/app/src/processing/mode/java/JavaBuild.java
index 9e599eb12..42f8de00f 100644
--- a/app/src/processing/mode/java/JavaBuild.java
+++ b/app/src/processing/mode/java/JavaBuild.java
@@ -1216,7 +1216,7 @@ public class JavaBuild {
File jdkFolder = new File(Base.getJavaHome(), "../../..");
String jdkFolderName = jdkFolder.getCanonicalFile().getName();
jvmRuntime = "JVMRuntime\n " + jdkFolderName + "";
- jdkPath = new File(dotAppFolder, "Contents/PlugIns/" + jdkFolderName + ".jdk").getAbsolutePath();
+ jdkPath = new File(dotAppFolder, "Contents/PlugIns/" + jdkFolderName).getAbsolutePath();
}
File contentsFolder = new File(dotAppFolder, "Contents");
diff --git a/done.txt b/done.txt
index 6273246fd..bffe7352c 100644
--- a/done.txt
+++ b/done.txt
@@ -22,6 +22,7 @@ X tweak mode integrated
X https://github.com/processing/processing/pull/2624
X wrong mode selected if sketch is modified (checkbox changes)
X https://github.com/processing/processing/issues/2615
+X https://github.com/processing/processing/issues/2586
X Add date and time stamps to the Contribution Manager
X https://github.com/processing/processing/pull/2651
diff --git a/todo.txt b/todo.txt
index 82e4185ad..8a8e41138 100644
--- a/todo.txt
+++ b/todo.txt
@@ -3,11 +3,18 @@ X new tab/rename dialog box
X https://github.com/processing/processing/issues/2431
X fix issue where the browser wasn't opening the reference properly
X https://github.com/processing/processing/pull/2657
+X fix "No such file or directory" error when exporting an application on OSX
+X this also resulted in the application not being signed at all
+X https://github.com/processing/processing/issues/2614
+X this is a fairly major issue...
pulls
X insert tabs properly when prefs set for tabs mode
X https://github.com/processing/processing/pull/2607
+earlier
+X maxHeapSize typo in the build scripts
+X https://github.com/processing/processing/issues/2603
_ fix the build scripts to include the examples
_ https://github.com/processing/processing/issues/2652