• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

I did not cross post: Why can't i compile with Jcreator?

 
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a bunch of .java files and i can't seem to get Jcreator or Eclipse running properly (I'll ask about the Eclipse separately in a differen question so it doesn't get confusing).

Using Jcreator, why can't i compile?
Every time i try to compile my java project, i get:
Error occurred during initialization of VM
: Can't find dependent libraries

Process completed.

 
Bartender
Posts: 1849
15
Eclipse IDE Spring VI Editor Java Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for letting everyone know you're cross posting.

cross-post

If the project needs to be done tonight, use notepad to write your code and compile from the windows command line. Stop wasting your time posting the same question.

The JCreator and Eclipse can be figured out after your project is done.

Janeice
 
Janeice DelVecchio
Bartender
Posts: 1849
15
Eclipse IDE Spring VI Editor Java Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
On doing some research, it seems that this error happens when importing nonstandard libraries. It happens sometimes when people switch IDEs. Some IDEs come with nonstandard libraries and put the import statement in the file for you.

What are your import statements in the files that won't compile?

Janeice
 
Marshal
Posts: 79239
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Janeice DelVecchio wrote:Thanks for letting everyone know you're cross posting. . . .

Thank you for noticing.
 
Ana Suvari
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am not cross posting . I was able to get it compile and run in Eclipse until i closed the application. Jcreator never worked. I am abandoning Jcreator. I just have one question to work on the assignment before i send it off. I just hate notepad.

Also, the reason why i think i needed to get Eclipse running was because i needed to refer to a start page when i submit my assignment to the teacher and I thought the start page would be the workspace file to load all the classes. I may be wrong about that. The teacher had not properly explained what start page he wants.


My other assignment is with Eclipse again and so that's why i want to know.

I don't see how i am cross posting. Eclipse and Jcreator are two separate applications. I posted questions separately because i had different problems with each that i am not sure which one i should use. But now i am decided Eclipse is best since I need that for another course.
 
Ana Suvari
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The link says cross posting is if i asked the same questions twice. I DID NOT. They are two separate Questions with two DIFFERENT problems. I hate working with Notepad. Yes, i have no choice. But do i want to find out a solution so i don't have to work with Notepad forever??? Of course.

The link also says if i posted on a different forum and didn't like their answer. I DID NOT.

I never expected to be accused of something i don't know why i am being accused of.
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I hate working with Notepad. Yes, i have no choice.


Why fight with notepad and it idiosyncrasies? Get Notepad++, it's free. Or if you feel like spending a little bit of money try UltraEdit.
 
Ana Suvari
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Am i mistaken to believe this was suppose to be friendly place???

I just wanted to feel comfortable programming.

I am so because i didn't do anything wrong.

Peter, i just have poor eyesight. Sometimes, the characters are hard to tell if i have CAPS on or not on Notepad.

Anyhow, i appreciate all the friendly responses i received before accusation.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic