Jump to content

Error's after reinstalling eclipse for arrays.


Jueix

Recommended Posts

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;

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

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