I am an absolute beginner in java.
I wanted to know how to convert the .class files in the lucene demo and i want to use the java version.
HOW SHOULD I DO THIS.
please help
I am an absolute beginner in java. I wanted to know how to convert
Share
.classfile is compiled.java, just like.exeis compiled, e.g.,.cpp. You can reverse by the process by using Java decompiler. However I’m pretty sure source code is also available, since Lucene is open source.Which classes do you want to see? Most likely you’ll find them in maven repositories or in source control repository of Lucene.