I install Eclipse IDE, I try to run but facing problem below
Exception in thread "main" java.lang.Error: Unresolved compilation problems:
SubstanceSkin cannot be resolved to a type
SubstanceLookAndFeel cannot be resolved
SubstanceSkin cannot be resolved to a type
main reasons for this error are;
1 Same JRE version is used to compile and run the java program
2 You are running java class from the classes directory and package is provided as directory.
3Your java classpath is set properly to include all the dependency classes
4You are using only file name without .class extension while running a java program
5Java class main method syntax is correct
As I asked above what java version are you using?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I install Eclipse IDE, I try to run but facing problem below
Exception in thread "main" java.lang.Error: Unresolved compilation problems:
SubstanceSkin cannot be resolved to a type
SubstanceLookAndFeel cannot be resolved
SubstanceSkin cannot be resolved to a type
Can anyone help me to guide me?
What java are you using 1.8.251
@alfirus remove the look and feel iin the unicentaopos.properties and you should be sorted.
now
Exception in thread "main" java.lang.Error: Unresolved compilation problem:
Is there any clean source copy i can download?
main reasons for this error are;
1 Same JRE version is used to compile and run the java program
2 You are running java class from the classes directory and package is provided as directory.
3Your java classpath is set properly to include all the dependency classes
4You are using only file name without .class extension while running a java program
5Java class main method syntax is correct
As I asked above what java version are you using?
see the following links
https://sourceforge.net/p/unicentaopos/discussion/1126901/thread/860e1558/?limit=25
https://sourceforge.net/p/unicentaopos/discussion/1126901/thread/e2ae042a53/?limit=25