# Processing 3.5.4 not opening

**URL:** https://discourse.processing.org/t/processing-3-5-4-not-opening/28742
**Category:** Processing
**Created:** [March 22, 2021, 8:51pm UTC](https://discourse.processing.org/t/processing-3-5-4-not-opening/28742 "2021-03-22T20:51:49Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![somenumber](https://avatars.discourse-cdn.com/v4/letter/s/ccd318/32.png) [@somenumber](https://discourse.processing.org/u/somenumber)
#### Post date: [March 22, 2021, 8:51pm UTC](https://discourse.processing.org/t/processing-3-5-4-not-opening/28742/1 "2021-03-22T20:51:49Z")

</div>

I just downloaded Processing again and wanted to launch some of my old programs I coded together with CodingTrain. Whenever I try to open Processing ,or any file related to it, nothing happens (“processing.exe” shows up in TaskManager and disapears shortly after)! I already tried running it as administrator and re-downloading which sadly didn’t help.  
Am I missing something obvious?

---

<div class="post-metadata">

### Author: ![s31](https://avatars.discourse-cdn.com/v4/letter/s/b77776/32.png) [@s31](https://discourse.processing.org/u/s31)
#### Post date: [March 23, 2021, 1:36am UTC](https://discourse.processing.org/t/processing-3-5-4-not-opening/28742/2 "2021-03-23T01:36:50Z")

</div>

I don’t know if this will help, but maybe try reinstalling the latest version of java if you haven’t done so already, and make sure you’re downloading the correct version of processing for your operating system (The 64bit windows version might not work if you’re using a 32bit machine).

---

<div class="post-metadata">

### Author: ![somenumber](https://avatars.discourse-cdn.com/v4/letter/s/ccd318/32.png) [@somenumber](https://discourse.processing.org/u/somenumber)
#### Post date: [March 23, 2021, 5:10pm UTC](https://discourse.processing.org/t/processing-3-5-4-not-opening/28742/3 "2021-03-23T17:10:35Z")

</div>

I reinstalled java and already have the correct version for my system, but still nothing happens sadly. But good idea atleast

---

<div class="post-metadata">

### Author: ![monkstone](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/monkstone/32/64_2.png) [@monkstone](https://discourse.processing.org/u/monkstone)
#### Post date: [March 23, 2021, 5:44pm UTC](https://discourse.processing.org/t/processing-3-5-4-not-opening/28742/4 "2021-03-23T17:44:55Z")

</div>

Processing rather annoyingly in my view installs its own version of java, so unless you are coding outside of processing ide the installed java on your own machine has zero influence.

---

<div class="post-metadata">

### Author: ![neilcsmith](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/neilcsmith/32/144_2.png) [@neilcsmith](https://discourse.processing.org/u/neilcsmith)
#### Post date: [March 23, 2021, 9:38pm UTC](https://discourse.processing.org/t/processing-3-5-4-not-opening/28742/5 "2021-03-23T21:38:36Z")

</div>

That is the recommended way of using Java for some time now. Processing may have been ahead of the curve there.

You can always replace the JDK in the install directory with another JDK 8 version.

---

<div class="post-metadata">

### Author: ![somenumber](https://avatars.discourse-cdn.com/v4/letter/s/ccd318/32.png) [@somenumber](https://discourse.processing.org/u/somenumber)
#### Post date: [March 24, 2021, 6:06pm UTC](https://discourse.processing.org/t/processing-3-5-4-not-opening/28742/6 "2021-03-24T18:06:34Z")

</div>

> [@neilcsmith](#):
>
> You can always replace the JDK in the install directory with another JDK 8 version.

So you mean I can copy the Java folder (_C:\Program Files\Java\jre1.8.0\_281_) into the processing’s java folder (_C:\Users[…]\processing-3.5.4\java_)?

---

<div class="post-metadata">

### Author: ![neilcsmith](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/neilcsmith/32/144_2.png) [@neilcsmith](https://discourse.processing.org/u/neilcsmith)
#### Post date: [March 24, 2021, 6:33pm UTC](https://discourse.processing.org/t/processing-3-5-4-not-opening/28742/7 "2021-03-24T18:33:08Z")

</div>

Yes, well just rename the existing one and then copy the new one in at the same name. Just make sure the relative file names match up. On Linux I just symlink rather than copy.

---

<div class="post-metadata">

### Author: ![somenumber](https://avatars.discourse-cdn.com/v4/letter/s/ccd318/32.png) [@somenumber](https://discourse.processing.org/u/somenumber)
#### Post date: [March 24, 2021, 6:48pm UTC](https://discourse.processing.org/t/processing-3-5-4-not-opening/28742/8 "2021-03-24T18:48:10Z")

</div>

Well I did that now and it still doesn’t work for some reason.

This is my processing’s java folder now btw, am I missing something?  
 ![explorer_KX7E66eCru](https://canada1.discourse-cdn.com/flex036/uploads/processingfoundation1/original/2X/a/a2690467da9206954abc92115717d4d34250000d.png)

---

<div class="post-metadata">

### Author: ![somenumber](https://avatars.discourse-cdn.com/v4/letter/s/ccd318/32.png) [@somenumber](https://discourse.processing.org/u/somenumber)
#### Post date: [March 30, 2021, 8:02pm UTC](https://discourse.processing.org/t/processing-3-5-4-not-opening/28742/9 "2021-03-30T20:02:50Z")

</div>

still ain’t working btw

---

<div class="post-metadata">

### Author: ![antoniorumen](https://avatars.discourse-cdn.com/v4/letter/a/b4bc9f/32.png) [@antoniorumen](https://discourse.processing.org/u/antoniorumen)
#### Post date: [May 6, 2022, 11:27am UTC](https://discourse.processing.org/t/processing-3-5-4-not-opening/28742/10 "2022-05-06T11:27:49Z")

</div>

I wonder if you’ve found a solution? I ran into the same issue today.
