Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Lots of errors after rewriting an existing program

  1. #1
    Junior Member
    Join Date
    Oct 2020
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Lots of errors after rewriting an existing program

    So, as I said in the title. I have a program and it's working just fine, I thought I could rewrite it and make it a bit different but there's a problem. I decompiled it using Java-gui decompiler and when i put everything in eclipse as it was originally done, I get almost a hundred of errors, even if I'm not changing anything inside. I don't know what to do now, I'm a beginner and it's important for me to rewrite this particular one. I dont wanna learn whole JavaScript tho because i need it only for this one thing. If it's needed you can contact me to see how the program looks like, but i only wanna know why is it happening tho and if theres any solution

  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Lots of errors after rewriting an existing program

    Can you post the full text of the errors and the java source file that is giving those errors?

    Be sure to wrap all posted code in code tags.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. im trying my second hello world program and im getting errors?
    By spangol in forum What's Wrong With My Code?
    Replies: 1
    Last Post: October 10th, 2014, 08:03 PM
  2. Url rewriting related..
    By sk007 in forum What's Wrong With My Code?
    Replies: 0
    Last Post: June 24th, 2013, 07:37 AM
  3. Replies: 1
    Last Post: June 17th, 2011, 06:01 PM
  4. Help reading data from file, manipulating then rewriting out.
    By Nismoz3255 in forum File I/O & Other I/O Streams
    Replies: 1
    Last Post: May 19th, 2011, 09:13 AM
  5. Help Please - Rewriting text
    By dechno in forum File I/O & Other I/O Streams
    Replies: 5
    Last Post: January 21st, 2011, 03:00 PM

Tags for this Thread