Hey there
I have a project im working on in netbeans6.9.1
I was having problems with all the bugs in that version so i went over to 7

But now all my generated code has a bug in wich messes up EVERYTING.

is there something im missing?

this is the where the error is thrown

org.jdesktop.application.ResourceMap resourceMap = org.jdesktop.application.Application.getInstance(prelog.PrelogApp.class).getContext().getResourceMap(EnvironmentAccidentRegisters1.class);

it errors at "PrelogApp" and says that it cannot find package prelog.

but i opened the Same project in the same directory as i had with 6.9.1

What must i import now? Or do that i didnt do?

Recommended Answers

All 2 Replies

This is somehow similar with your other post...

Did you check if the PrelogApp class is in the same directory and in the same package?

This is somehow similar with your other post...

Did you check if the PrelogApp class is in the same directory and in the same package?

Oh crap realy? Dont think i had another post like this?
Yea that converstion had to do with the directories thanx.
havent figured out what though. but now at least i know that the problem lies there.
Thanx

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.