Can't run any sketch

Hi,

I'm new to processing and need some help!

void setup() { size(400, 400); }

void draw() { fill(100, 20, 68); ellipse(mouseX, mouseY, 50, 50); }

This is the code I am trying to run, it works on my laptop but I can't run any sketches on my pc (even the examples). Whenever I try and run the sketch the error says "Could not run the sketch (Target VM failed to initialize). For more information, read revisions.txt and Help? Troubleshooting."

If anyone could help that would be great thanks. ( I am using processing 3.2.3 on Windows 64bit)

Answers

Sign In or Register to comment.