Thread: Seems like my class isn't creating

Results 1 to 3 of 3
  1. #1 Seems like my class isn't creating 
    Registered Member Andrew's Avatar
    Join Date
    Nov 2008
    Posts
    2,890
    Thanks given
    612
    Thanks received
    207
    Rep Power
    551
    So I'm on my iPhone right now but when I compile the server in eclipse on y Hyperion source I don't think the .class is being created.

    I created my craftinf base before using Hyperion (wasn't compiling outside of eclipse either) but uhm yeah is there a java file that I need to declare it so that the file turns to a class like how it used to be in delta? And if so wha does the deceleration need to look like
    Reply With Quote  
     

  2. #2  
    Registered Member
    whac's Avatar
    Join Date
    Nov 2011
    Posts
    176
    Thanks given
    35
    Thanks received
    84
    Rep Power
    245
    What are you talking about? A class file is created when you compile your Java source code. This isn't only the case with Delta and Hyperion; this is how it works for all Java programs lol. If you cannot find the class files, and assuming you've compiled correctly, try searching in the 'bin' (binary) folder, which is the default output folder for Eclipse. If you don't know how to create a class file, click your project and go to new -> class file. A search engine is probably your best friend in this situation. :-)
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Mar 2011
    Posts
    4,062
    Thanks given
    194
    Thanks received
    689
    Rep Power
    0
    They automatically compile when saved (and error-free) when using eclipse and I don't think you can view the .class file...But if you're using eclipse like you say, compiling isn't an issue.
    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

Similar Threads

  1. Java:Difference between Abstract class and Interface class ?
    By Snake in forum Application Development
    Replies: 8
    Last Post: 06-12-2012, 07:51 AM
  2. Creating Class Files
    By Charles Handson in forum Tutorials
    Replies: 6
    Last Post: 09-08-2011, 06:50 PM
  3. Replies: 19
    Last Post: 05-25-2010, 02:22 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •