# Class file has wrong version 55.0, should be 52.0

**URL:** https://community.konduit.ai/t/class-file-has-wrong-version-55-0-should-be-52-0/2768
**Category:** DL4J
**Created:** [August 9, 2023, 7:32pm UTC](https://community.konduit.ai/t/class-file-has-wrong-version-55-0-should-be-52-0/2768 "2023-08-09T19:32:11Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![dwai](https://avatars.discourse-cdn.com/v4/letter/d/4af34b/32.png) [@dwai](https://community.konduit.ai/u/dwai)
#### Post date: [August 9, 2023, 7:32pm UTC](https://community.konduit.ai/t/class-file-has-wrong-version-55-0-should-be-52-0/2768/1 "2023-08-09T19:32:11Z")

</div>

TextEvaluator.java:[12,50] cannot access org.deeplearning4j.models.paragraphvectors.ParagraphVectorse[m  
[ERROR] e[1;31m bad class file: C:\Users\lenovo.m2\repository\org\deeplearning4j\deeplearning4j-nlp\1.0.0-M2.1\deeplearning4j-nlp-1.0.0-M2.1.jar(org/deeplearning4j/models/paragraphvectors/ParagraphVectors.class)e[m  
[ERROR] e[1;31m class file has wrong version 55.0, should be 52.0

I am using java 8 and 1.0.0-M2.1.jar. The pom section is listed below

```
    <dependency>
		<groupId>org.deeplearning4j</groupId>
		<artifactId>deeplearning4j-core</artifactId>
		<version>${dl4j-master.version}</version>
	</dependency>
	<dependency>
		<groupId>org.deeplearning4j</groupId>
		<artifactId>deeplearning4j-nlp</artifactId>
		<version>${dl4j-master.version}</version>
	</dependency>
	<dependency>
		<groupId>org.nd4j</groupId>
		<artifactId>nd4j-native-platform</artifactId>
		<version>${dl4j-master.version}</version>
	</dependency>
	<dependency>
		<groupId>org.nd4j</groupId>
		<artifactId>nd4j-native</artifactId>
		<version>${dl4j-master.version}</version>
	</dependency>
	<dependency>
		<groupId>org.nd4j</groupId>
		<artifactId>${nd4j.backend}</artifactId>
		<version>${dl4j-master.version}</version>
	</dependency>
            <!-- properties section in pom.xml-->
            <dl4j-master.version>1.0.0-M2.1</dl4j-master.version>
	<nd4j.backend>nd4j-native</nd4j.backend>

```

Does 1.0.0-M2.1 supports Java 8 or higher version is required ? Changing it to 1.0.0-M2 doe not have the problem

---

<div class="post-metadata">

### Author: ![agibsonccc](https://yyz1.discourse-cdn.com/flex035/user_avatar/community.konduit.ai/agibsonccc/32/697_2.png) [@agibsonccc](https://community.konduit.ai/u/agibsonccc)
#### Post date: [August 10, 2023, 12:30am UTC](https://community.konduit.ai/t/class-file-has-wrong-version-55-0-should-be-52-0/2768/2 "2023-08-10T00:30:30Z")

</div>

@dwai use java 11.If you need a special build for java 8 support going forward, please contact us: [Guarantee the success of your AI deployment with Deeplearning4J](https://www.konduit.ai/dl4j-consulting)
