java - Class path exception on raspberry pi but not on any other PC -
i have been building point of service application friend , have gotten stage of implementing it.
computer, , computer of have been testing me have had no problem running program. however, when tried implement on raspberry pi running archlinux arm , java 8—which same pc, other arm archetecture—i run class path exception. specifically:
could not find or load main class toc19.interface
i have tried loading -cp {. or toc19} , changing mannifest file no avail.
the jar file using can found here: https://www.dropbox.com/s/f5jqfasn88qxkh4/toc19.jar?dl=0 , source code can found here: https://github.com/jarrah-95/toc19
thanks help.
Comments
Post a Comment