codeanticode / tablet

Tablet is a library for using pen tablets from Processing.
http://processing.andrescolubri.net/libraries/tablet/
Other
24 stars 2 forks source link

Class Header #1

Closed knupel closed 10 years ago

knupel commented 10 years ago

When we use Tablet on Processing 2 with PDE-X, we receive invalid Class-Path header in manifest of jar file: /Users/stanislasmarcais/Documents/Processing/libraries/Tablet/library/jpen-2.jar Manindra change few lines in the jpen-2.jar and Tablet Library work The link to download the new jar of Manindra : https://www.dropbox.com/s/643kpat09hywllm/jpen-2_PDE-X.jar

I don't know want he change exactly. I give the adress of this Issue to him.

the discussion about the problem on Processing / experimental https://github.com/processing/processing-experimental/issues/22

codeanticode commented 10 years ago

ok, thanks for opening this issue, I will look into it as soon as I hear from @Manindra29

Manindra29 commented 10 years ago

The cause of the error in PDE X seems to be the manifest.mf file inside jpen-2.jar, the last line is Class-Path: See http://stackoverflow.com/a/13973478 and http://docs.oracle.com/javase/tutorial/deployment/jar/downman.html Since the classpath field is blank and unused anyways, simply deleting that line solves the problem.