class - How do I compile a .java file without having package data? -


i'm trying compile .java file .class file can use 3rd party class load during runtime different package/program. i've run problem of having package data , noclassdeffounderror. there way can fix this?

so read got want separately compile class of yours , and program , able merge them in way during runtime. far know not possible. have compile specific .java file alongside program talking about. have make use of import statement in .java files of program going use class.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -