java - How to solve Class not found in gnu.gcj.runtime.SystemClassLoader in Unix -


i trying run java class .jar file in unix environment, getting following error,

exception in thread "main" java.lang.noclassdeffounderror: systembootstrap    @ gnu.java.lang.mainthread.run(libgcj.so.7rh)     caused by: java.lang.classnotfoundexception: systembootstrap not found in gnu.gcj.runtime.systemclassloader{urls=[],   parent=gnu.gcj.runtime.extensionclassloader{urls=[], parent=null}}   @ java.net.urlclassloader.findclass(libgcj.so.7rh)   @ java.lang.classloader.loadclass(libgcj.so.7rh)   @ java.lang.classloader.loadclass(libgcj.so.7rh)    @ gnu.java.lang.mainthread.run(libgcj.so.7rh) 

the command using run class

 java -cp batchframework.jar  systembootstrap dnqltrbatch dev1 

systembootstrap class called , not able solve this.and new unix.


Comments

Popular posts from this blog

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

android - IllegalStateException: Cannot call this method while RecyclerView is computing a layout or scrolling -