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?
Class not found: javac1.8 [SOLVED]
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 10
- Joined: Sun Apr 10, 2011 2:30 pm
Class not found: javac1.8 [SOLVED]
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.
- Zoey76
- L2j Inner Circle
- Posts: 7007
- Joined: Tue Aug 11, 2009 3:36 am
Re: Class not found: javac1.8
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.
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.3.2
| L2J Server 2.6.3.0 - High Five 
Join our Discord! 

-
- Posts: 10
- Joined: Sun Apr 10, 2011 2:30 pm
Re: Class not found: javac1.8 [SOLVED]
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?
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?
-
- Posts: 33
- Joined: Fri Mar 01, 2013 10:09 pm
Re: Class not found: javac1.8 [SOLVED]
You will have to show the script for help...