0
2

More than 3 years have passed since last update.

Sikulix 2.0.0 動かすのに手間どったのでメモ

Last updated at Posted at 2019-10-24

http://sikulix.com/ にアクセスしたら2.0.0になっていた。
Download に行って、 sikulix.jar とjython-standalone-2.7.1.jar を取得して同じディレクトリに置いておく。
そこで
java -jar sikulix.jar

を実行すると、SikulixIDEが立ち上がる。javaはあらかじめ入れておく。
以前のと違ってツールボックスがないように感じる。htmlは生成されなくなった。あとの使い心地は大体同じ。
new feature は https://sikulix-2014.readthedocs.io/en/latest/index.html 見る。

同じ所に置いてあった jython-standalone-2.7.1.jar は
%APPDATA%\Sikulix\Extensions\jython-standalone-2.7.1.jar
に移動されている。

あと、以前のバージョン使っていたならば、
%APPDATA%\Sikulix\Lib を消しておく。
モジュール使うときに古いの読んで痛い目に合う。

0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2