Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit e6a39f5

Browse files
author
Dimitry Ivanov
committed
Small edit of README
1 parent 42439d8 commit e6a39f5

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

‎README.md‎

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@ Except build-in functions these packages are imported by default:
6969
## Custom libraries
7070
Right now if there is a folder called `libs` inside execution directory, all jars that are inside it will be added to the script class path. Anyway you still need to import desired class first (here is no surprices).
7171

72-
## How it's done
73-
It's very naive implementation of parsing, but so far it strangely works :)
74-
7572
## Drawbacks
7673
As we cannot achive completely *scripting* behavior from Java, there are certain things to be aware of. First, everytime you hit `Enter` the whole script is compiled from scratch. That's why all the variables will be set anew. For example:
7774
```java
@@ -85,8 +82,7 @@ d // will print the first obtained value
8582
```
8683

8784
## Installation
88-
// javac in classpath
89-
// javap in classpath for bytecode
85+
Before launching the executable make sure, that there is `javac` in the system PATH. Most likely that you already have it there. Also, if you wish to use `bytecode` function (that prints Java bytecode of compiled script) make sure that there is also a `javap` in the PATH.
9086

9187

9288
## Building

0 commit comments

Comments
 (0)