To prevent spam users, you can only post on this forum after registration, which is by invitation. If you want to post on the forum, please send me a mail (h DOT m DOT w DOT verbeek AT tue DOT nl) and I'll send you an invitation in return for an account.
how to run package in eclipse not have ClassCastException?
how to run package in eclipse ClassCastException?
Comments
-
Hi,Some questions that pop up in my mind after having read your question:- Which package are you trying to run?- Using which version of Java?- Which class was being cast to which other class that generated the ClassCastException?Please try to be as specific as possible in your question, and try to provide us which information that we can use to answer your question.A possibility is that you are using Java 9 or later, and that you get a ClassCastException on the system class loader. ProM needs the system class loader to be a URLClassLoader, and this was indeed the case until Java 8. If this is the case, then please add the following to the VM_ARGUMENTS in the ProM launch file (around line 24):
-Djava.system.class.loader=org.processmining.framework.util.ProMClassLoader
If this does not solve not your issue, please provide us with more information.Kind regards,Eric.
Howdy, Stranger!
Categories
- 1.6K All Categories
- 45 Announcements / News
- 225 Process Mining
- 6 - BPI Challenge 2020
- 9 - BPI Challenge 2019
- 24 - BPI Challenge 2018
- 27 - BPI Challenge 2017
- 8 - BPI Challenge 2016
- 68 Research
- 1K ProM 6
- 393 - Usage
- 287 - Development
- 9 RapidProM
- 1 - Usage
- 7 - Development
- 54 ProM5
- 19 - Usage
- 187 Event Logs
- 32 - ProMimport
- 75 - XESame