LVTT entry for 'list' in class file at jdeveloper

Channel:
Subscribers:
159
Published on ● Video Link: https://www.youtube.com/watch?v=rZmQzATBg9Y



Duration: 0:47
255 views
2


Proplem :
Caused by: java.lang.ClassFormatError: LVTT entry for 'list' in class file view/Test$beaVersion0_31 does not match any LVT entry
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:763)

to solve this issue at JDeveloper
- go to project properties
- compiler
- options
- under javac, debug
- check -g:none option

https://aelsaeed.blogspot.com/2020/08/solved-lvtt-entry-for-varlist-in-class.html







Tags:
LVTT
LVTT entry
jdeveloper
ClassLoader