-
Notifications
You must be signed in to change notification settings - Fork 588
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
a system properties casting issue in centos #289
Comments
How did you trigger that exception? In any case, we should skip over any
illegal properties and ignore their values. Could you send a pull request
that does that? Thanks!
|
I am using spring boot to run a web application with tomcat. Using this block of code
,
This is the port of tomcat! It looks like a Spring Boot property But I don't know how does Spring Boot set this property. |
I see, so it's a bug in either Tomcat or Spring Boot. Thanks for the information! |
In any case, the workaround has been included in JavaCPP 1.5. Thanks for reporting! |
Hi,I have foud a problem in Centos.
CentOS Linux release 7.2.1511 (Core)
And then,I modfied this file(https://github.com/bytedeco/javacpp/blob/master/src/main/java/org/bytedeco/javacpp/Loader.java)) ,
changed line 195,196 from
to
It has bean fixed.
The text was updated successfully, but these errors were encountered: