[SOLVED] Export Application Fail
in
Programming Questions
•
4 months ago
Hi all,
I have, as many before me, an issue with the exporting feature.
It's just that when i try to launch my .exe, nothing happens.
I've looked up on several topics on this forum and elsewhere on the internet but i still can't figure out what is wrong.
I use 2 images in my program :
background(loadImage("background1.png")); and
background(loadImage("background2.jpg"));
I've moved those images both in the lib and source folders, just to be sure and i have no imported fonts:
f = createFont("Arial",12,true);
I'm also using controlp5 and serial librairies :
import controlP5.*;
import processing.serial.*;
And both controlp5.jar and serial.jar are in the lib folder. I also have my soft.jar in this folder..
Anyway i check all the issues people have had with this but nothing is solving my problem.
Thank you for reading
I have, as many before me, an issue with the exporting feature.
It's just that when i try to launch my .exe, nothing happens.
I've looked up on several topics on this forum and elsewhere on the internet but i still can't figure out what is wrong.
I use 2 images in my program :
background(loadImage("background1.png")); and
background(loadImage("background2.jpg"));
I've moved those images both in the lib and source folders, just to be sure and i have no imported fonts:
f = createFont("Arial",12,true);
I'm also using controlp5 and serial librairies :
import controlP5.*;
import processing.serial.*;
And both controlp5.jar and serial.jar are in the lib folder. I also have my soft.jar in this folder..
Anyway i check all the issues people have had with this but nothing is solving my problem.
Thank you for reading
1