[10:54] hello there [10:54] can anyone help me? [10:54] trying to figure out reading a file from external .txt [10:55] the file contains numbers [10:55] try{ [10:55] [10:55] FileInputStream fstream = new FileInputStream("result1.txt"); [10:55] [10:55] DataInputStream din = new DataInputStream(fstream); [10:55] BufferedReader br2 = new BufferedReader(new InputStreamReader(din)); [10:55] String strLine; [10:56] [10:56] while (true) { [10:56] // Print the content on the console [10:56] // System.out.println (strLine); [10:56] [10:56] double theNumber = din.readDouble(); [10:56] System.out.println(theNumber); [10:56] that is part of my codes [10:56] the problem is, i'm reading a file in string, and i want to convert it into double [10:57] i'm stuck there [11:01] salax: please see topic. This channel is about Ubuntu Java packaging matters... For Java coding questions please visit #java [11:01] you'll find far more Java coders there. [11:45] and use pastebin [11:45] !!! [20:47] help please? :(. I'm having trouble with Java + OpenGL. I'm using the wrapper library JOGL, but aftere I compile and execute a couple times, my graphics get all messed up [20:48] has anyone here been successful using jogl + ubuntu? === psycho1 is now known as yomama`