Two Problems with IDE 3.6

hi

First, I cannot access images I do not include the absolute path, and I want to create an application that will be used on many machine that have different paths, isn't there any solution?

Second, I installed the Morena library, compiling it with Net Beans indicates javatwain error.

the previous two problems can be solved if I compile using the standard javac command.

[400 byte] By [tleis1a] at [2007-9-30 23:35:46]
# 1
sorry for errors:I meant that I cannot access images if I do not include the absolute path etc........
tleis1a at 2007-7-7 14:49:42 > top of Java-index,Administration Tools,Sun Connection...
# 2
Did you mount the directory or jar that contains the classes? That is required for NB to access the class.
ChuckBinga at 2007-7-7 14:49:42 > top of Java-index,Administration Tools,Sun Connection...
# 3
all the files are mounted inside a main folder, I'll try to mount the images folder alone, and the Morena SK folder alone and my application alone. I hope this will solve my problem
tleis1a at 2007-7-7 14:49:42 > top of Java-index,Administration Tools,Sun Connection...
# 4

> all the files are mounted inside a main folder, I'll

> try to mount the images folder alone, and the Morena

> SK folder alone and my application alone. I hope this

> will solve my problem

It should. To place files in the classpath, the containing directory must be mounted. (However, you mount a jar to place it in the classpath.)

ChuckBinga at 2007-7-7 14:49:42 > top of Java-index,Administration Tools,Sun Connection...