Jump to content

Error's after reinstalling eclipse for arrays.


Recommended Posts

Posted

so I'm getting errors after I installed Eclipse again after uninstalling due to getting mad at a script I was making (Now have to re-make this script again).
 

Multiple markers at this line

- The left-hand side of an assignment must be a variable

- Syntax error on token "Invalid Character", delete this token

- Syntax error, insert "AssignmentOperator Expression" to complete

Expression

- Syntax error, insert ";" to complete BlockStatements

code in bot for error is private String[] EquipmentName = {"Rune Arrows"};

and I have

 

import org.osbot.rs07.api.model.Entity;

import org.osbot.rs07.api.ui.Skill;

import org.osbot.rs07.utility.ConditionalSleep;

import org.osbot.rs07.script.Script;

import org.osbot.rs07.script.ScriptManifest;

 

import java.util.Arrays;

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...