Page 1 of 1

Class not found: javac1.8 [SOLVED]

Posted: Thu Mar 20, 2014 12:47 am
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?

Re: Class not found: javac1.8

Posted: Thu Mar 20, 2014 1:05 am
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.

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

Posted: Thu Mar 20, 2014 9:19 am
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?

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

Posted: Fri Mar 21, 2014 9:10 pm
by gmexid
You will have to show the script for help...