zhuzengpeng / jscep

Automatically exported from code.google.com/p/jscep
MIT License
0 stars 0 forks source link

IntelliJ IDE #87

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

I'm using IntelliJ as an IDE with JRuby. I've added a whole bunch of external 
.jar's to my project including the jscep-2.0.jar. However, when I run my code 
from within IntelliJ I get a rather strange error. 

NameError: missing class or uppercase package name (`org.jscep.client.Client')

If I remove the reference to only the jscep-2.0.jar and leave the reference to 
all of the other third party .jar's in place everything works as expected 
except that my code completion does not work.

I appreciate that this is probably not really your issue, but wondered if you 
could shed any light on the issue?

Regards,

Carl

Original issue reported on code.google.com by carl.bou...@gmail.com on 7 Jan 2013 at 9:12

GoogleCodeExporter commented 8 years ago
This isn't a issue with the library itself, and I won't be devoting any time to 
investigate.

Original comment by da...@grant.org.uk on 8 Jan 2013 at 12:03