Thread: please help me fix this

Results 1 to 5 of 5
  1. #1 please help me fix this 
    Banned
    Join Date
    Sep 2011
    Posts
    54
    Thanks given
    2
    Thanks received
    1
    Rep Power
    0
    hey people, i kinda need some help my compiler is ok but my run doesn't seem to work I have tryed lots of ways to try and fix this i have also tryed removing jrebel. ill show you the run and the compiler please help me thanks.

    compiler:
    Note: EconomyReset.java uses or overrides a deprecated API.
    Note: Recompile with -Xlinteprecation for details.
    Finished!
    Press any key to continue . . .

    run:
    Error opening zip file or JAR manifest missing : C:\Users\Administrator\Desktop\
    Sourcee\jrebel.jar
    Error occurred during initialization of VM
    agent library failed to init: instrument
    Press any key to continue . . .
    Reply With Quote  
     

  2. #2  
    true

    DerekH's Avatar
    Join Date
    Dec 2011
    Age
    19
    Posts
    1,183
    Thanks given
    590
    Thanks received
    261
    Rep Power
    164
    You gotta edit the run for ur server. Remove the line that has jrebel running.
    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    Sep 2011
    Posts
    54
    Thanks given
    2
    Thanks received
    1
    Rep Power
    0
    i did that then i get this when i run it again

    Usage: java [-options] class [args...]
    (to execute a class)
    or java [-options] -jar jarfile [args...]
    (to execute a jar file)
    where options include:
    -d32 use a 32-bit data model if available
    -d64 use a 64-bit data model if available
    -client to select the "client" VM
    -server to select the "server" VM
    -hotspot is a synonym for the "client" VM [deprecated]
    The default VM is client.

    -cp <class search path of directories and zip/jar files>
    -classpath <class search path of directories and zip/jar files>
    A ; separated list of directories, JAR archives,
    and ZIP archives to search for class files.
    -D<name>=<value>
    set a system property
    -verbose:[class|gc|jni]
    enable verbose output
    -version print product version and exit
    -version:<value>
    require the specified version to run
    -showversion print product version and continue
    -jre-restrict-search | -no-jre-restrict-search
    include/exclude user private JREs in the version search
    -? -help print this help message
    -X print help on non-standard options
    -ea[:<packagename>...|:<classname>]
    -enableassertions[:<packagename>...|:<classname>]
    enable assertions with specified granularity
    -da[:<packagename>...|:<classname>]
    -disableassertions[:<packagename>...|:<classname>]
    disable assertions with specified granularity
    -esa | -enablesystemassertions
    enable system assertions
    -dsa | -disablesystemassertions
    disable system assertions
    -agentlib:<libname>[=<options>]
    load native agent library <libname>, e.g. -agentlib:hprof
    see also, -agentlib:jdwp=help and -agentlib:hprof=help
    -agentpath:<pathname>[=<options>]
    load native agent library by full pathname
    -javaagent:<jarpath>[=<options>]
    load Java programming language agent, see java.lang.instrument

    -splash:<imagepath>
    show splash screen with specified image
    See Java SE Documentation at a Glance for m
    ore details.
    Press any key to continue . . .

    heres my run

    @echo off
    "C:\Program Files\Java\jdk1.7.0_10\bin\java.exe" -Xmx1024m -cp bin;deps/poi.jar;deps/mysql.jar;deps/RuneTopListV2.1.jar;deps/mina.jar;deps/slf4j.jar;deps/slf4j-nop.jar;deps/jython.jar;log4j-1.2.15.jar; -noverify -javaagent:"C:\Users\Administrator\Desktop\Sourcee\ jrebel.jar" server.Server
    pause

    can you show me what to remove out of the run please
    Reply With Quote  
     

  4. #4  
    Banned
    Join Date
    Sep 2011
    Posts
    54
    Thanks given
    2
    Thanks received
    1
    Rep Power
    0
    fixed thanks for the help anyway
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Feb 2013
    Posts
    45
    Thanks given
    21
    Thanks received
    0
    Rep Power
    3
    Stop bumping if it's fixed, just edit the title or a post. Ffs
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •