Skip to content

Commit 4d17be9

Browse files
committed
fix ClassNotFoundException when using winrun4j
1 parent ee864b9 commit 4d17be9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/resources/windows/ini.vtl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ main.class=WinRun4JLauncher
22
log.level=error
33
ini.override=true
44
classpath.1=libs\*.jar
5-
#set ($classpathCounter=2)
5+
classpath.2=${info.jarFile.name}
6+
#set ($classpathCounter=3)
67
#foreach ($cp in $info.classpaths)
78
classpath.${classpathCounter}=$!{cp}
89
#set ($classpathCounter=$classpathCounter+1)

0 commit comments

Comments
 (0)