Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Class Header #1

Closed
knupel opened this issue Oct 28, 2013 · 2 comments
Closed

Class Header #1

knupel opened this issue Oct 28, 2013 · 2 comments

Comments

@knupel
Copy link

knupel commented Oct 28, 2013

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
processing/processing-experimental#22

@codeanticode
Copy link
Owner

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

@Manindra29
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants