Class not found: javac1.8 [SOLVED]

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Hyperi0n
Posts: 10
Joined: Sun Apr 10, 2011 2:30 pm

Class not found: javac1.8 [SOLVED]

Post by Hyperi0n »

If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number: 6481: /branches/L2_GameServer_it
L2JDP Revision Number: 10250: /branches/L2J_DataPack_IT

Not sure if I formatted the revision numbers properly, it's the latest SVNs for interlude

Trying to open an interlude server, getting this error when compiling the game server, datapack works fine.

Any ideas?
You do not have the required permissions to view the files attached to this post.
Last edited by Hyperi0n on Thu Mar 20, 2014 1:44 am, edited 1 time in total.
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7005
Joined: Tue Aug 11, 2009 3:36 am

Re: Class not found: javac1.8

Post by Zoey76 »

We don't support Java 8 yet.

We have limited support for Interlude.

I'll have to set-up a test environment to check, but it looks like ant compiler is limited to Java 6.
Powered by Eclipse 4.30 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.2.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
Hyperi0n
Posts: 10
Joined: Sun Apr 10, 2011 2:30 pm

Re: Class not found: javac1.8 [SOLVED]

Post by Hyperi0n »

I have managed to get the server up and running and me and my friends can connect. I have ran into another issue, which is none of the custom npcs jscripts seem to work. I get this in the console as well:

importing scriptable AI ...
... done

Exception :
java.security.PrivilegedActionException: org.apache.bsf.BSFException: exception
from Jython:
Traceback (innermost last):
File "<string>", line 1, in ?
File "C:\L2J Interlude Server\L2J\gameserver\data\__init__.py", line 6, in ?
ImportError: no module named scripts

at java.security.AccessController.doPrivileged(Native Method)
at org.apache.bsf.BSFManager.exec(BSFManager.java:491)
at net.sf.l2j.gameserver.model.quest.jython.QuestJython.init(QuestJython
.java:48)
at net.sf.l2j.gameserver.instancemanager.QuestManager.load(QuestManager.
java:94)
at net.sf.l2j.gameserver.instancemanager.QuestManager.getInstance(QuestM
anager.java:42)
at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:418)
at net.sf.l2j.gameserver.GameServer.main(GameServer.java:720)
Caused by: org.apache.bsf.BSFException: exception from Jython:
Traceback (innermost last):
File "<string>", line 1, in ?
File "C:\L2J Interlude Server\L2J\gameserver\data\__init__.py", line 6, in ?
ImportError: no module named scripts

at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146
)
at org.apache.bsf.BSFManager$6.run(BSFManager.java:493)
... 7 more

exception from Jython:
Traceback (innermost last):
File "<string>", line 1, in ?
File "C:\L2J Interlude Server\L2J\gameserver\data\__init__.py", line 6, in ?
ImportError: no module named scripts
: Traceback (innermost last):
File "<string>", line 1, in ?
File "C:\L2J Interlude Server\L2J\gameserver\data\__init__.py", line 6, in ?
ImportError: no module named scripts
Loaded: 348 quests

Could anyone help with debugging this?
gmexid
Posts: 33
Joined: Fri Mar 01, 2013 10:09 pm

Re: Class not found: javac1.8 [SOLVED]

Post by gmexid »

You will have to show the script for help...
Post Reply