0

I am stuck in putting the Jave text file read code in JADE GUI. Please assist.I.e. Show using a simple code. I am new to Jade but experienced in Java coding.

Peter Coulton
  • 54,789
  • 12
  • 54
  • 72
tmutoru
  • 1
  • 1

2 Answers2

0

Assuming you are talking about OODB Jade?

Have you considered checking out the forums or wiki (wiki.jadeworld.com)? Code samples exist for such things.

David van Dugteren
  • 3,879
  • 9
  • 33
  • 48
0

I guess it is the same as for any Java application. It worked for me when I tried File operations. Your error could be in:

  1. Improper interfacing between GUI and commands
  2. OR error in Java File commands

It would be helpful if you could provide a few code snippets

Purushottam
  • 624
  • 1
  • 8
  • 18