Search:

Type: Posts; User: Marcusjamaal

Search: Search took 0.08 seconds.

  1. Replies
    2
    Views
    1,117

    Re: problem with my class

    nvm guys, I apologize. i messed with it enough and figured it out. i couldn't use a package with java as the name.


    package newstuff;
    import java.text.NumberFormat;
    import java.util.Scanner;
    ...
  2. Replies
    2
    Views
    1,117

    Re: problem with my class

    Now it's giving me errors I don't understand.

    java.lang.SecurityException: Prohibited package name: java
    at java.lang.ClassLoader.preDefineClass(ClassLoader.java:649)
    at...
  3. Replies
    2
    Views
    1,117

    problem with my class

    I have a question about my code I'm trying for the exercise.

    It says "Error, cannot load ValidatedInvoiceApp." What's wrong?


    package java;
    import java.text.NumberFormat;
    import...
Results 1 to 3 of 3